Tftp on ASR9010

hi,
Few packages are missing one of my remote ASR9010, Please help me how I can copy files from router to other router.
TFTP Server Router:
RP/0/RSP0/CPU0:ASR9010-1(config)#tftp ipv4 server homedir disk0:
TFTP Client:
RP/0/RSP0/CPU0:ASR9010-1#copy tftp: disk0:
Sun Oct  7 15:42:14.057 KSA
Address or name of remote host [10.0.0.5]?
Source filename [/tftp:]?
Copy operation aborted
RP/0/RSP0/CPU0:IDC0100PER02#
RP/0/RSP0/CPU0:IDC0100PER02#copy tftp: disk0:    
Sun Oct  7 15:42:20.710 KSA
Address or name of remote host [10.0.0.5]?10.0.0.6
Source filename [/tftp:]?asr9k-video-p-4.0.3
Destination filename [/disk0:/asr9k-video-p-4.0.3]?
Copy : Destination exists, overwrite ?[confirm]
Accessing tftp://10.0.0.6/asr9k-video-p-4.0.3
C
320 bytes copied in      0 sec
RP/0/RSP0/CPU0:ASR9010-1#
RP/0/RSP0/CPU0:ASR9010-1(admin)#copy  tftp: disk0: 
Sun Oct  7 15:54:48.070 KSA
Address or name of remote host [10.0.0.6]?
Source filename [/tftp:]?asr9k-video-p-4.0.3
Destination filename [/disk0:/asr9k-video-p-4.0.3]?
Copy : Destination exists, overwrite ?[confirm]
Accessing tftp://10.0.0.6/asr9k-video-p-4.0.3
C
320 bytes copied in      0 sec
RP/0/RSP0/CPU0:ASR9010-1(admin)#
RP/0/RSP0/CPU0:ASR9010-1(admin)#install add disk0:asr9k-video-p-4.0.3
Sun Oct  7 15:51:46.629 KSA
Install operation 15 '(admin) install add /disk0:asr9k-video-p-4.0.3' started by user 'admin' via CLI at 15:51:46 KSA Sun Oct 07 2012.
Error:    Cannot proceed with the add operation because the file '/disk0:asr9k-video-p-4.0.3' is not a pie file.
Error:    Suggested steps to resolve this:
Error:     - check the name of the pie.
Error:     - check the location of the pie.
Install operation 15 failed at 15:51:47 KSA Sun Oct 07 2012.
RP/0/RSP0/CPU0:ASR9010-1(admin)#
file size is worng.
10084787    -rwx  320         Sun Oct  7 18:38:56 2012  asr9k-video-p-4.0.3
best regards
tahir

Hi Tahir,
"Install add" operation can only be performed with pie files...
(5610073     -rwx  600507      Sun Oct  7 19:39:49 2012  asr9k-video-p.pie-4.0.3)
You probably tried to copy a directory structure "drwx" instead of a file.
Cheers,
N.

Similar Messages

  • ACS 5.3 - Backups fail to TFTP, work to DISK

    Hi All,
    I'm configuring ACS for the first time and the config is complete and working, except backups of the view database. I've created a TFTP repositiory and if I perform a manual backup or wait for a scheduled one to occur it fails. I do get a .tar.gpg file in the TFTP server (but can not restore from it as it's not listed in "Restore" as a backup).
    It works fine if I create and use a local disk repository. I get a .tar.gpg but also a catalog.xml and repolock.cfg file (which I don't in TFTP). Looking at the logs on the TFTP server I can see it tries repeatedly to read the catalog.xml file but fails:
    Read request for file <DB/catalog.xml>. Mode netascii [15/07 16:05:52.167]
    File <DB\catalog.xml> : error 2 in system call CreateFile The system cannot find the file specified. [15/07 16:05:52.167]
    That seems correct, the file doesn't exist. However it never seems to try and create it.
    (I've created 4 or 5 TFTP repositories testing this, all behave the same)
    Any ideas?
    Paul

    Paul,
    TFTP will not work because the protocol doesnt support directory listing, what the ACS is trying to do is determine if a backup is currently running by looking into the repolock.cfg file. It also tries to see the contents of the catalog.xml file so that when a incremental backup is triggered it will add a line of the first full backup followed by all the incremental backups. Your best bet is to use ftp as the backup and this will fix the issue you are facing.
    thanks,
    tarik Admani

  • ASA 5505 Backup Config to TFTP Server

    Is there a way to backup the configuration file to a tftp server? I've tried "copy start tftp" and copy run tftp". No luck, I get an error message. Thanks in advance.

    What kind of error message did you get?
    ciscoasa# write net ?  WORD  IP address of tftp server and file name :. Place IPv6        address within square brackets. 

  • Problem transfer TFTP through ASA 5505

    Hello,
    I have a problem with my ASA 5505, I am not able to transfer files bigger than 100ko using TFTP. Below my archiecture:
    CME<->ASA5505<->SW3650
    Here is what I get when I try to download a file located on the 3650 on my CME:
    CME#copy tftp flash
    Address or name of remote host [X.X.X.X]?
    Source filename [cmterm-7942_7962-sccp.9-3-1SR4-1[1].tar]?
    Destination filename [cmterm-7942_7962-sccp.9-3-1SR4-1[1].tar]?
    Accessing tftp://X.X.X.X/cmterm-7942_7962-sccp.9-3-1SR4-1[1].tar...
    Loading cmterm-7942_7962-sccp.9-3-1SR4-1[1].tar from 10.52.199.126 (via GigabitEthernet0/0): !... [timed out]
    Error reading tftp://10.52.199.126/cmterm-7942_7962-sccp.9-3-1SR4-1[1].tar (Connection timed out)
    When I look on the ASA monitoring page, I see that a UDP connection is built between the ASA and the SW3650 but 2 minutes later there are "Teardown UDP connection" messages.
    Can you please help me? Due to this transfer issue, I am not able to upgrade my IP Phones (the phones only download the first 2 files because there are smaller than 100ko).
    Thank you in advance for your help.
    Regards.
    Thomas.

    Default UDP connection time out is 2 minutes through the ASA.
    You can modify the timeout values for the specific flow from a particular source to destination . Try changing the default connection timeout of UDP
    ASA(config)# access-list CONNS permit udp host CME ip tftp serverip port
    ASA(config)# class-map CONNS
    ASA(config-cmap)#match access-list CONNS
    ASA(config)# policy-map CONNS
    ASA(config-pmap)# class CONNS
    ASA(config-pmap-c)# set connection timeout idle 00:30:00
    ASA(config)# service-policy CONNS {global | interface interface_name}
    you can also globally change the timeout value of UDP using:
    ASA(config)# timeout udp 00:30:00
    Reference: http://www.cisco.com/c/en/us/td/docs/security/asa/asa82/configuration/guide/config/conns_connlimits.html#wp1080774
    HTH
    "Please rate helpful posts"

  • Trying to Download a Software Image to Cisco 2800 series router through TFTP Using the tftpdnld ROMmon Command

    Trying to Download a Software Image to Cisco 2800 series router through TFTP Using the tftpdnld ROMmon Command
    and I am getting an Error , I cant figure out what I am doing wrong. I have also pasted my display down here can someone help me out, thanks in advance, I am still new to this utility.
    My questions are How do you direct this utility to point to the desktop or the TFTP folder
    does FE_PORT: Fast Ethernet 0 imply or point to Fa0/0 on my router
    My router is suppose to have 10.0.0.3 255.0.0.0
    Gateway of 10.0.0.1 255.0.0.0
    My TFTP Server 10.0.0.2 255.0.0.0
    How do I get the MAC address of the Router or the TFTP Server and which one  is required?
    my Ethernet port is 100Mb/Sec I cant tell whether it is full duplex or not so How do i set this FE_SPEED_MODE: Auto???
    =====================================================================================
    rommon 10 >
    rommon 10 > set
    PS1=rommon ! >
    FE_PORT=0
    WARM_REBOOT=
    RET_2_RTS=20:35:55 UTC Thu Sep 25 2014
    BSI=0
    RET_2_RCALTS=
    RANDOM_NUM=1600357627
    ?=0
    IP_ADDRESS=10.0.0.3
    IP_SUBNET_MASK=255.0.0.0
    DEFAULT_GATEWAY=10.0.0.1
    TFTP_SERVER=10.0.0.2
    TFTP_FILE=
    rommon 11 > TFTP_FILE=c2800nm-adventerprisek9-mz.124-24.T4
    rommon 12 > TFTP_CHECKSUM=0
    rommon 13 > SET
    monitor: command "SET" not found
    rommon 14 > set
    PS1=rommon ! >
    FE_PORT=0
    WARM_REBOOT=
    RET_2_RTS=20:35:55 UTC Thu Sep 25 2014
    BSI=0
    RET_2_RCALTS=
    RANDOM_NUM=1600357627
    IP_ADDRESS=10.0.0.3
    IP_SUBNET_MASK=255.0.0.0
    DEFAULT_GATEWAY=10.0.0.1
    TFTP_SERVER=10.0.0.2
    ?=0
    TFTP_FILE=c2800nm-adventerprisek9-mz.124-24.T4
    TFTP_CHECKSUM=0
    rommon 15 > tftpdnld
              IP_ADDRESS: 10.0.0.3
          IP_SUBNET_MASK: 255.0.0.0
         DEFAULT_GATEWAY: 10.0.0.1
             TFTP_SERVER: 10.0.0.2
               TFTP_FILE: c2800nm-adventerprisek9-mz.124-24.T4
            TFTP_VERBOSE: Progress
        TFTP_RETRY_COUNT: 18
            TFTP_TIMEOUT: 7200
           TFTP_CHECKSUM: No
            TFTP_MACADDR: 30:37:a6:49:35:a8
                 FE_PORT: Fast Ethernet 0
           FE_SPEED_MODE: Auto
    Invoke this command for disaster recovery only.
    WARNING: all existing data in all partitions on flash: will be lost!
    Do you wish to continue? y/n:  [n]:  y
    ARP: address resolution for 10.0.0.2 timed out.
    ARP failed with failure code 1.  TFTP transfer aborted.
    TFTP: Operation terminated prematurely.
    rommon 16 >       " not found
    rommon 17 >FE_SPEED_MODE=2
    variable name contains illegal (non-printable) characters
    rommon
    rommon 18 > set
    PS1=rommon ! >
    FE_PORT=0
    WARM_REBOOT=
    RET_2_RTS=20:35:55 UTC Thu Sep 25 2014
    BSI=0
    RET_2_RCALTS=
    RANDOM_NUM=1600357627
    IP_ADDRESS=10.0.0.3
    IP_SUBNET_MASK=255.0.0.0
    DEFAULT_GATEWAY=10.0.0.1
    TFTP_SERVER=10.0.0.2
    TFTP_FILE=c2800nm-adventerprisek9-mz.124-24.T4
    TFTP_CHECKSUM=0
    ?=0
    rommon 19 > tftpdnld [ur]
    usage: tftpdnld [-hr]
      Use this command for disaster recovery only to recover an image via TFTP.
      Monitor variables are used to set up parameters for the transfer.
      (Syntax: "VARIABLE_NAME=value" and use "set" to show current variables.)
      "ctrl-c" or "break" stops the transfer before flash erase begins.
      The following variables are REQUIRED to be set for tftpdnld:
                IP_ADDRESS: The IP address for this unit
            IP_SUBNET_MASK: The subnet mask for this unit
           DEFAULT_GATEWAY: The default gateway for this unit
               TFTP_SERVER: The IP address of the server to fetch from
                 TFTP_FILE: The filename to fetch
      The following variables are OPTIONAL:
              TFTP_VERBOSE: Print setting. 0=quiet, 1=progress(default), 2=verbose
          TFTP_RETRY_COUNT: Retry count for ARP and TFTP (default=18)
              TFTP_TIMEOUT: Overall timeout of operation in seconds (default=7200)
             TFTP_CHECKSUM: Perform checksum test on image, 0=no, 1=yes (default=1)
              TFTP_MACADDR: The MAC address for this unit
                   FE_PORT: 0= (default), 1
             FE_SPEED_MODE: 0=10/hdx, 1=10/fdx, 2=100/hdx, 3=100/fdx,
                            5=Auto (default)
          TFTP_DESTINATION: The flash destination device for the file
                            flash:(default), usbflash0:, usbflash1:
      Command line options:
       -h: this help screen
       -r: do not write flash, load to DRAM only and launch image
    rommon 20 > tftpdnld
              IP_ADDRESS: 10.0.0.3
          IP_SUBNET_MASK: 255.0.0.0
         DEFAULT_GATEWAY: 10.0.0.1
             TFTP_SERVER: 10.0.0.2
               TFTP_FILE: c2800nm-adventerprisek9-mz.124-24.T4
            TFTP_VERBOSE: Progress
        TFTP_RETRY_COUNT: 18
            TFTP_TIMEOUT: 7200
           TFTP_CHECKSUM: No
            TFTP_MACADDR: 30:37:a6:49:35:a8
                 FE_PORT: Fast Ethernet 0
           FE_SPEED_MODE: Auto
    Invoke this command for disaster recovery only.
    WARNING: all existing data in all partitions on flash: will be lost!
    Do you wish to continue? y/n:  [n]:  y
    ARP: address resolution for 10.0.0.2 timed out.
    ARP failed with failure code 1.  TFTP transfer aborted.
    TFTP: Operation terminated prematurely.
    rommon 21 >

    What I notice in the original post is this error
    ARP: address resolution for 10.0.0.2 timed out.
    which says that the router is looking for the 10.0.0.2 server but not getting response to its arp request. Can the original poster clarify for us how the device that has the image file is connected to the router that has the problem? Also what kind of device is 10.0.0.2? Is it a PC running TFTP server software or is it something else?
    HTH
    Rick

  • TFTP Read Access Violation in Snoop while doing network boot

    Hi
    I have setup my Oracle dhcp server and AI on oracle 11.1.
    configure the /etc/ethers and /etc/hosts file as well.
    pntadm and dhtam is also setup with macro
    I deplou solaris 11.1 AI sparc image as my service
    create-client and manifest is also associated as per client machine Mac interface
    On client machine
    I created the devalias entry for my Nic interface
    did now
    boot net:dhcp
    Requesting Internet Address for 0:e:1E:8:bf:f8
    Requesting Internet Address for 0:e:1E:8:bf:f8
    Time out waiting for tftp reply
    On server machine in snoop its showing
    tftp read "01010F19" (octet)
    TFTP Error : Access violation
    I check tftp service is running on server as below
    /usr/sbin/in.tftpd -s /etc/netboot
    Please help me i am not able to figure out whats the problem
    Thanks

    But even on dhcp it doesn't work without setting network-boot-arguments on OBP
    If i don't feed any entry in /etc/ethers and /etc/hosts
    whenvever I do on client side boot net:dhcp it always give rarp messages in the snoop on server.
    What can be the reason.

  • Use of TFTP to upgrade CE XR router via mgmt vrf from PE XR router

    I have a few CE routers that require an extra module loading.
    These routers have no access to the default vrf on a core router, they can only be accessed for management via that vrf.
    Is there any way to upload via TFTP (or any other protocol) an image file from one of the core routers to the CE?
    I cannot find a way of instructing the client (CE) router to specify a VRF in the copy tftp command string. On the CE I have configured the tftp client to use the management vrf, but every copy attempt results in `no route to host' messages.
    The routers are all ASR9000 running 4.3.0 code.
    Initally these were configured using the default vrf and the copy process worked fine, but not when using another vrf.

    hi,
    You would need to specify the management vrf. Example of copying a tar file to harddisk on the asr9k,
    then untarring it, and installing:
    a)copy ftp://user:[email protected];Mgmt_VRF/tftpboot/xr/423/ASR9K-iosxr-px-k9-4.2.3.tar harddisk:/sw/423
    b)cd harddisk:/sw/423 then type “run”
    c) tar –xvf ASR9K-iosxr-px-k9-4.2.3.tar   (to untar the tar image)
    d) admin install add source harddisk:/sw/423 asr9k-mini-px.pie-4.2.3 asr9k-mgbl-px.pie-4.2.3 asr9k-k9sec-px.pie-4.2.3 asr9k-mcast-px.pie-4.2.3 asr9k-mpls-px.pie-4.2.3 asr9k-fpd-px.pie-4.2.3 activate sync prompt-level none   (note the spaces!!)
    Note: if you don’t have a management VRF, then the Mgmt_VRF CLI is not needed
    hth,
    david

  • How do I load balance TFTP between two servers and a client on the same subnet?

    Hi,
    I have trawled through several documents and tried umpteen different configs, all to no avail. I have a PXE boot client trying to access a boot file via TFTP from a couple of TFTP servers on the same VLAN/subnet. For HA purposes I want to load balance the two TFTP servers.
    Config is currently;
    =====
    probe icmp ICMP_PROBE
      description icmp probe for default gateway tracking
      interval 5
      passdetect interval 15
    rserver host server1
      description Server1
      ip address 10.0.0.1
      inservice
    rserver host server2
      description Server 2
      ip address 10.0.0.2
      inservice
    serverfarm host serverfarm_01
      description servers used
      probe ICMP_PROBE
      rserver server1
        inservice
      rserver server2
        inservice
    class-map match-all L4_VIP_TFTP
      10 match virtual-address 10.0.0.10 udp eq 69
    policy-map type loadbalance first-match L7_TFTP
      class class-default
        serverfarm serverfarm_01
    policy-map multi-match L4_LB_VIP_POLICY
      class L4_VIP_TFTP
        loadbalance vip inservice
        loadbalance policy L7_TFTP
        loadbalance vip icmp-reply active
    nat dynamic 1 vlan 200
    interface vlan 200
      ip address 10.0.0.250 255.255.255.0
      nat-pool 1 10.0.0.241 10.0.0.243 netmask 255.255.255.255 pat
      service-policy input L4_LB_VIP_POLICY
      no shutdown
    ip route 0.0.0.0 0.0.0.0 10.0.0.254
    =====
    I have read the doco by Ivan Kovacevic amongst many others but as my clients and servers are on the same subnet, the config doesnt work.
    Can anybody point me in the right direction please. The devices are ACE 4710 running A3(2.3).
    Thanks

    Try using the following configuration:
    Note: Please make sure to configure also a udp probe to probe udp port 69, in case the application is down.
    You need to configure a management policy on the interface when using a UDP probe.
    That is because, when port 69 on the server will be unreachable, the server will send an ICMP unreachable.
    ACE will consider a udp probe as "failed" only when it sees ICMP unreachable.
    Without a management policy-map, the ICMP unreachable message will be dropped.
    Also, add an ICMP probe to the rserver because udp probe will not be enough when the physical interface will be down.
    That is because UDP is a connection-less protocol. To consider a UDP probe successfull, ACE need to see NO answer from the server in respose to the probe.
    The ACE will not see any answer from the server when the interface is down and thus, will consider the probe as "sucessful".
    With ICMP probe attached to the rserver, you also test the reachability of the server and not only the UDP port.
    Here is the configuration (of course, you can chage the names of the of the objects to the name you are using if you want) :
    access-list ALL line 10 extended permit ip any any
    probe udp TFTP
      port 69
      interval 5
      passdetect interval 15
    probe icmp ICMP_PROBE
      interval 5
      passdetect interval 15
    rserver host TFTP_1
      ip address 10.0.0.1
      probe TFTP
      probe ICMP_PROBE
      inservice
    rserver host TFTP_2
      ip address 10.0.0.2
      probe TFTP
      probe ICMP_PROBE
      inservice
    serverfarm host TFTP-SFARM
      rserver TFTP_1
        inservice
      rserver TFTP_2
        inservice
    sticky ip-netmask 255.255.255.255 address source TFTP-STICKY
      timeout 10
      replicate sticky
      serverfarm TFTP-SFARM
    class-map type management match-any MANAGE
      2 match protocol icmp any
    class-map match-all NAT
      2 match virtual-address 0.0.0.0 0.0.0.0 udp any
    class-map match-all TFTP
      2 match virtual-address 10.0.0.10 udp eq 69
    policy-map type management first-match MANAGE
      class MANAGE
        permit
    policy-map type loadbalance first-match ROUTE
      class class-default
        forward
    policy-map type loadbalance first-match TFTP-POL
      class class-default
        sticky-serverfarm TFTP-STICKY
    policy-map multi-match TFTP-MULTI
      class TFTP
        loadbalance vip inservice
        loadbalance policy TFTP-POL
        nat dynamic 1 vlan 212
      class NAT
        loadbalance vip inservice
        loadbalance policy ROUTE
        nat dynamic 2 vlan 212
    interface vlan 212
      ip address 10.0.0.250 255.255.255.0
      no normalization
      access-group input ALL
      nat-pool 1 10.0.0.241 10.0.0.243 netmask 255.255.255.0 pat
      nat-pool 2 10.0.0.10 10.0.0.10 netmask 255.255.255.0 pat
      service-policy input TFTP-MULTI
      service-policy input MANAGE
      no shutdown
    Let me know how it goes.
    Good luck!

  • Setting the TFTP destination for RME Archive Sync

    Hi,
    We are attempting to do an Archive Sync from RME in LMS 3.2.
    LMS is installed on a Solaris device with multiple VNICs (let's define VNIC1 IP as 1.1.1.1 and VNIC2 IP as 10.0.0.1). The network which has managed devices on it is connected to NIC 2 in the 10.0.0.0 range. We use VNIC 1 to access LMS. There is no routing between 1.1.1.1 and 10.0.0.0.
    Now, I understand that when RME attempts to sync a switch, it starts and SSH session into the device and triggers a "copy flash: tftp:" command. This is apparent from the debug logs from RME.
    These TFTP based retrievals are failing because RME is setting the TFTP destination to the IP from VNIC 1 (in our case, to 1.1.1.1). Is there any way to force RME to use another IP address for the TFTP destination?
    Thank you.
    - JMS

    you should be able to workaround this by going to
         RME > Administration > System Preferences > RME Device Attribute > Add Natted RME IP Address
    and enter 10.0.0.1 as the Natted IP address

  • WLC 5508 running 7.4.110.0 unable to tftp upload config from controller

    Hi,
    Two WLC 5508 running identical code version. One is 50 license Primary, the second is HA. Identical config on both. HA WLC can upload its config to the TFTP or FTP server but Primary cannot. The operation fails for  both CLI and GUI and for different protocols i.e. TFTP, FTP.
    #### Primary Controller
    (Cisco Controller) >show sysinfo
    Manufacturer's Name.............................. Cisco Systems Inc.
    Product Name..................................... Cisco Controller
    Product Version.................................. 7.4.110.0
    Bootloader Version............................... 1.0.20
    Field Recovery Image Version..................... 7.6.95.16
    Firmware Version................................. FPGA 1.7, Env 1.8, USB console 2.2
    Build Type....................................... DATA + WPS
    System Name...................................... PRODWC7309
    System Location..................................
    System Contact...................................
    System ObjectID.................................. 1.3.6.1.4.1.9.1.1069
    Redundancy Mode.................................. Disabled
    IP Address....................................... 10.1.30.210
    Last Reset....................................... Power on reset
    System Up Time................................... 18 days 18 hrs 51 mins 35 secs
    System Timezone Location......................... (GMT+10:00) Sydney, Melbourne, Canberra
    System Stats Realtime Interval................... 5
    System Stats Normal Interval..................... 180
    Configured Country............................... AU - Australia
    Operating Environment............................ Commercial (0 to 40 C)
    --More-- or (q)uit
    Internal Temp Alarm Limits....................... 0 to 65 C
    Internal Temperature............................. +34 C
    External Temperature............................. +17 C
    Fan Status....................................... OK
    State of 802.11b Network......................... Enabled
    State of 802.11a Network......................... Enabled
    Number of WLANs.................................. 8
    Number of Active Clients......................... 138
    Memory Current Usage............................. Unknown
    Memory Average Usage............................. Unknown
    CPU Current Usage................................ Unknown
    CPU Average Usage................................ Unknown
    Burned-in MAC Address............................ 3C:08:F6:CA:52:20
    Power Supply 1................................... Present, OK
    Power Supply 2................................... Present, OK
    Maximum number of APs supported.................. 50
    (Cisco Controller) >debug transfer trace enable
    (Cisco Controller) >transfer upload start
    Mode............................................. TFTP
    TFTP Server IP................................... 10.1.22.2
    TFTP Path........................................ /
    TFTP Filename.................................... PRODWC7309-tmp.cfg
    Data Type........................................ Config File
    Encryption....................................... Disabled
    *** WARNING: Config File Encryption Disabled ***
    Are you sure you want to start? (y/N) Y
    *TransferTask: Jun 02 10:41:15.183: Memory overcommit policy changed from 0 to 1
    *TransferTask: Jun 02 10:41:15.183: RESULT_STRING: TFTP Config transfer starting.
    TFTP Config transfer starting.
    *TransferTask: Jun 02 10:41:15.183: RESULT_CODE:1
    *TransferTask: Jun 02 10:41:24.309: Locking tftp semaphore, pHost=10.1.22.2 pFilename=/PRODWC7309-tmp.cfg
    *TransferTask: Jun 02 10:41:24.393: Semaphore locked, now unlocking, pHost=10.1.22.2 pFilename=/PRODWC7309-tmp.cfg
    *TransferTask: Jun 02 10:41:24.393: Semaphore successfully unlocked, pHost=10.1.22.2 pFilename=/PRODWC7309-tmp.cfg
    *TransferTask: Jun 02 10:41:24.394: tftp rc=-1, pHost=10.1.22.2 pFilename=/PRODWC7309-tmp.cfg
    pLocalFilename=/mnt/application/xml/clis/clifile
    *TransferTask: Jun 02 10:41:24.394: RESULT_STRING: % Error: Config file transfer failed - Unknown error - refer to log
    *TransferTask: Jun 02 10:41:24.394: RESULT_CODE:12
    *TransferTask: Jun 02 10:41:24.394: Memory overcommit policy restored from 1 to 0
    % Error: Config file transfer failed - Unknown error - refer to log
    (Cisco Controller) >show logging
    *TransferTask: Jun 02 10:41:24.393: #UPDATE-3-FILE_OPEN_FAIL: updcode.c:4579 Failed to open file /mnt/application/xml/clis/clifile.
    *sshpmReceiveTask: Jun 02 10:41:24.315: #OSAPI-3-MUTEX_FREE_INFO: osapi_sem.c:1087 Sema 0x2b32def8 time=142 ulk=1621944 lk=1621802 Locker(sshpmReceiveTask sshpmrecv.c:1662 pc=0x10b07938) unLocker(sshpmReceiveTask sshpmReceiveTaskEntry:1647 pc=0x10b07938)
    -Traceback: 0x10af9500 0x1072517c 0x10b07938 0x12020250 0x12080bfc
    *TransferTask: Jun 02 10:39:01.789: #UPDATE-3-FILE_OPEN_FAIL: updcode.c:4579 Failed to open file /mnt/application/xml/clis/clifile.
    *sshpmReceiveTask: Jun 02 10:39:01.713: #OSAPI-3-MUTEX_FREE_INFO: osapi_sem.c:1087 Sema 0x2b32def8 time=5598 ulk=1621801 lk=1616203 Locker(sshpmReceiveTask sshpmrecv.c:1662 pc=0x10b07938) unLocker(sshpmReceiveTask sshpmReceiveTaskEntry:1647 pc=0x10b07938)
    -Traceback: 0x10af9500 0x1072517c 0x10b07938 0x12020250 0x12080bfc
    #### HA Controller
    (Cisco Controller) >show sysinfo
    Manufacturer's Name.............................. Cisco Systems Inc.
    Product Name..................................... Cisco Controller
    Product Version.................................. 7.4.110.0
    Bootloader Version............................... 1.0.20
    Field Recovery Image Version..................... 7.6.95.16
    Firmware Version................................. FPGA 1.7, Env 1.8, USB console 2.2
    Build Type....................................... DATA + WPS
    System Name...................................... PRODWC7310
    System Location..................................
    System Contact...................................
    System ObjectID.................................. 1.3.6.1.4.1.9.1.1069
    Redundancy Mode.................................. Disabled
    IP Address....................................... 10.1.31.210
    Last Reset....................................... Software reset
    System Up Time................................... 18 days 19 hrs 1 mins 27 secs
    System Timezone Location......................... (GMT+10:00) Sydney, Melbourne, Canberra
    System Stats Realtime Interval................... 5
    System Stats Normal Interval..................... 180
    Configured Country............................... AU - Australia
    Operating Environment............................ Commercial (0 to 40 C)
    --More-- or (q)uit
    Internal Temp Alarm Limits....................... 0 to 65 C
    Internal Temperature............................. +34 C
    External Temperature............................. +17 C
    Fan Status....................................... OK
    State of 802.11b Network......................... Enabled
    State of 802.11a Network......................... Enabled
    Number of WLANs.................................. 4
    Number of Active Clients......................... 0
    Memory Current Usage............................. Unknown
    Memory Average Usage............................. Unknown
    CPU Current Usage................................ Unknown
    CPU Average Usage................................ Unknown
    Burned-in MAC Address............................ 3C:08:F6:CA:53:C0
    Power Supply 1................................... Present, OK
    Power Supply 2................................... Present, OK
    Maximum number of APs supported.................. 500
    (Cisco Controller) >debug transfer trace enable
    (Cisco Controller) >transfer upload start
    Mode............................................. FTP
    FTP Server IP.................................... 10.1.22.2
    FTP Server Port.................................. 21
    FTP Path......................................... /
    FTP Filename..................................... 10_1_31_210_140602_1050.cfg
    FTP Username..................................... ftpuser
    FTP Password..................................... *********
    Data Type........................................ Config File
    Encryption....................................... Disabled
    *** WARNING: Config File Encryption Disabled ***
    Are you sure you want to start? (y/N) y
    *TransferTask: Jun 02 10:51:31.278: Memory overcommit policy changed from 0 to 1
    *TransferTask: Jun 02 10:51:31.278: RESULT_STRING: FTP Config transfer starting.
    FTP Config transfer starting.
    *TransferTask: Jun 02 10:51:31.278: RESULT_CODE:1
    *TransferTask: Jun 02 10:52:05.468: ftp operation returns 0
    *TransferTask: Jun 02 10:52:05.477: RESULT_STRING: File transfer operation completed successfully.
    *TransferTask: Jun 02 10:52:05.477: RESULT_CODE:11
    File transfer operation completed successfully.
    Not upgrading to 7.4.121.0 because of bug CSCuo63103. Have not restarted the controller yet.
    Any one else had this issue ? Is there a workaround ?
    Thanks,
    Rick.

    Thanks Stephen, In my deployments of 7.4.110.0 version I have not seen this issue so may be controller reboot will fix it (we do have HA to minimize the impact). I will keep the thread updated with findings and may request TAC for the special release 7.4.121.0 if the still not happy with 7.4.110.0
    Rick.

  • PXE T01 file not found PXE E3B TFTP Error file not found error

    Hi,
    I was trying to deploy OS through SCCM . i have made DHCP server and  SCCM PC one PCst when i am trying to boot from client to DHCP by f12 i am getting following error. so that i have been completed following steps
    TFTP
    PXE-T01: File not found
    PXE:E3B: TFTP Error- File not found
    1)Removed WDS service and reconfigured
    2)PXE role removed and re assigned
    3)renamed temp folder
    4)DP updated
    suppose if i am trying to access the port throgh telnet
    i am getting
    C:\Documents and Settings\Administrator>telnet 192.168.1.65 60
    Connecting To 192.168.1.65...Could not open connection to the host, on port 60:
    Connect failed
    C:\Documents and Settings\Administrator>telnet 192.168.1.65 67
    Connecting To 192.168.1.65...Could not open connection to the host, on port 67:
    Connect failed
    C:\Documents and Settings\Administrator>telnet 192.168.1.65 66
    Connecting To 192.168.1.65...Could not open connection to the host, on port 66:
    Connect failed
    C:\Documents and Settings\Administrator>telnet 192.168.1.65 65
    Connecting To 192.168.1.65...Could not open connection to the host, on port 65:
    Connect failed
    SCCM PXEsetup.log
    ====================================================================
    <05-17-2011 22:02:14> SMSPXE Setup Started....
    <05-17-2011 22:02:14> Parameters: C:\PROGRA~1\MICROS~4\bin\i386\ROLESE~1.EXE /install /siteserver:DRDO-QQLUVGDI0P SMSPXE
    <05-17-2011 22:02:14> Installing Pre Reqs for SMSPXE
    <05-17-2011 22:02:14>         ======== Installing Pre Reqs for Role SMSPXE ========
    <05-17-2011 22:02:14> Found 2 Pre Reqs for Role SMSPXE
    <05-17-2011 22:02:14> Pre Req MSXML60 found.
    <05-17-2011 22:02:14> MSXML60 already installed (Product Code: {A43BF6A5-D5F0-4AAA-BF41-65995063EC44}). Would not install again.
    <05-17-2011 22:02:14> Pre Req MSXML60 is already installed. Skipping it.
    <05-17-2011 22:02:14> Pre Req Wimgapi found.
    <05-17-2011 22:02:14> Wimgapi already installed (Product Code: {721ABC3B-5F12-4332-9C0C-C11424EF666C}). Would not install again.
    <05-17-2011 22:02:14> Pre Req Wimgapi is already installed. Skipping it.
    <05-17-2011 22:02:14>         ======== Completed Installion of Pre Reqs for Role SMSPXE ========
    <05-17-2011 22:02:14> Installing the SMSPXE
    <05-17-2011 22:02:14> Machine is running Windows 2003 SP1 or later. (NTVersion=0X502, ServicePack=2)
    <05-17-2011 22:02:14> Error - WDS is not installed. Installation cannot continue
    <05-17-2011 23:02:35> ====================================================================
    <05-17-2011 23:02:35> SMSPXE Setup Started....
    <05-17-2011 23:02:35> Parameters: C:\PROGRA~1\MICROS~4\bin\i386\ROLESE~1.EXE /install /siteserver:DRDO-QQLUVGDI0P SMSPXE
    <05-17-2011 23:02:35> Installing Pre Reqs for SMSPXE
    <05-17-2011 23:02:35>         ======== Installing Pre Reqs for Role SMSPXE ========
    <05-17-2011 23:02:35> Found 2 Pre Reqs for Role SMSPXE
    <05-17-2011 23:02:35> Pre Req MSXML60 found.
    <05-17-2011 23:02:35> MSXML60 already installed (Product Code: {A43BF6A5-D5F0-4AAA-BF41-65995063EC44}). Would not install again.
    <05-17-2011 23:02:35> Pre Req MSXML60 is already installed. Skipping it.
    <05-17-2011 23:02:35> Pre Req Wimgapi found.
    <05-17-2011 23:02:35> Wimgapi already installed (Product Code: {721ABC3B-5F12-4332-9C0C-C11424EF666C}). Would not install again.
    <05-17-2011 23:02:35> Pre Req Wimgapi is already installed. Skipping it.
    <05-17-2011 23:02:35>         ======== Completed Installion of Pre Reqs for Role SMSPXE ========
    <05-17-2011 23:02:35> Installing the SMSPXE
    <05-17-2011 23:02:35> Machine is running Windows 2003 SP1 or later. (NTVersion=0X502, ServicePack=2)
    <05-17-2011 23:02:35> Error - WDS is not installed. Installation cannot continue
    <05-17-2011 23:38:26> ====================================================================
    <05-17-2011 23:38:26> SMSPXE Setup Started....
    <05-17-2011 23:38:26> Parameters: C:\PROGRA~1\MICROS~4\bin\i386\ROLESE~1.EXE /install /siteserver:DRDO-QQLUVGDI0P SMSPXE
    <05-17-2011 23:38:26> Installing Pre Reqs for SMSPXE
    <05-17-2011 23:38:26>         ======== Installing Pre Reqs for Role SMSPXE ========
    <05-17-2011 23:38:26> Found 2 Pre Reqs for Role SMSPXE
    <05-17-2011 23:38:26> Pre Req MSXML60 found.
    <05-17-2011 23:38:26> MSXML60 already installed (Product Code: {A43BF6A5-D5F0-4AAA-BF41-65995063EC44}). Would not install again.
    <05-17-2011 23:38:26> Pre Req MSXML60 is already installed. Skipping it.
    <05-17-2011 23:38:26> Pre Req Wimgapi found.
    <05-17-2011 23:38:26> Wimgapi already installed (Product Code: {721ABC3B-5F12-4332-9C0C-C11424EF666C}). Would not install again.
    <05-17-2011 23:38:26> Pre Req Wimgapi is already installed. Skipping it.
    <05-17-2011 23:38:26>         ======== Completed Installion of Pre Reqs for Role SMSPXE ========
    <05-17-2011 23:38:26> Installing the SMSPXE
    <05-17-2011 23:38:26> Machine is running Windows 2003 SP1 or later. (NTVersion=0X502, ServicePack=2)
    <05-17-2011 23:38:26> WDS Service is installed.
    <05-17-2011 23:38:26> No versions of SMSPXE are installed.  Installing new SMSPXE.
    <05-17-2011 23:38:26> Enabling MSI logging.  pxe.msi will log to C:\Program Files\Microsoft Configuration Manager\logs\pxeMSI.log
    <05-17-2011 23:38:26> Installing C:\Program Files\Microsoft Configuration Manager\bin\i386\pxe.msi CCMINSTALLDIR="C:\Program Files\SMS_CCM" PXEENABLELOGGING=TRUE PXELOGLEVEL=1 PXELOGMAXSIZE=1000000 PXELOGMAXHISTORY=1
    <05-17-2011 23:39:47> pxe.msi exited with return code: 0
    <05-17-2011 23:39:47> Installation was successful.
    <05-18-2011 22:20:04> ====================================================================
    <05-18-2011 22:20:04> SMSPXE Setup Started....
    <05-18-2011 22:20:04> Parameters: C:\PROGRA~1\MICROS~4\bin\i386\ROLESE~1.EXE /deinstall /siteserver:DRDO-QQLUVGDI0P SMSPXE
    <05-18-2011 22:20:04> Deinstalling the SMSPXE
    <05-18-2011 22:20:04> Enabling MSI logging.  pxe.msi will log to C:\Program Files\Microsoft Configuration Manager\logs\pxeMSI.log
    <05-18-2011 22:20:04> Deinstalling SMSPXE, with product code {C63C1FBD-C9C8-469D-8ADE-12387FB5EA75}
    <05-18-2011 22:20:15> SMSPXE deinstall exited with return code: 0
    <05-18-2011 22:20:15> Deinstallation was successful.
    <05-18-2011 22:20:15> Removing PXE Registry.
    <05-18-2011 22:23:18> ====================================================================
    <05-18-2011 22:23:18> SMSPXE Setup Started....
    <05-18-2011 22:23:18> Parameters: C:\PROGRA~1\MICROS~4\bin\i386\ROLESE~1.EXE /install /siteserver:DRDO-QQLUVGDI0P SMSPXE
    <05-18-2011 22:23:18> Installing Pre Reqs for SMSPXE
    <05-18-2011 22:23:18>         ======== Installing Pre Reqs for Role SMSPXE ========
    <05-18-2011 22:23:18> Found 2 Pre Reqs for Role SMSPXE
    <05-18-2011 22:23:18> Pre Req MSXML60 found.
    <05-18-2011 22:23:18> MSXML60 already installed (Product Code: {A43BF6A5-D5F0-4AAA-BF41-65995063EC44}). Would not install again.
    <05-18-2011 22:23:18> Pre Req MSXML60 is already installed. Skipping it.
    <05-18-2011 22:23:18> Pre Req Wimgapi found.
    <05-18-2011 22:23:18> Wimgapi already installed (Product Code: {721ABC3B-5F12-4332-9C0C-C11424EF666C}). Would not install again.
    <05-18-2011 22:23:18> Pre Req Wimgapi is already installed. Skipping it.
    <05-18-2011 22:23:18>         ======== Completed Installion of Pre Reqs for Role SMSPXE ========
    <05-18-2011 22:23:18> Installing the SMSPXE
    <05-18-2011 22:23:18> Machine is running Windows 2003 SP1 or later. (NTVersion=0X502, ServicePack=2)
    <05-18-2011 22:23:18> WDS Service is installed.
    <05-18-2011 22:23:18> No versions of SMSPXE are installed.  Installing new SMSPXE.
    <05-18-2011 22:23:18> Enabling MSI logging.  pxe.msi will log to C:\Program Files\Microsoft Configuration Manager\logs\pxeMSI.log
    <05-18-2011 22:23:18> Installing C:\Program Files\Microsoft Configuration Manager\bin\i386\pxe.msi CCMINSTALLDIR="C:\Program Files\SMS_CCM" PXEENABLELOGGING=TRUE PXELOGLEVEL=1 PXELOGMAXSIZE=1000000 PXELOGMAXHISTORY=1
    <05-18-2011 22:24:11> pxe.msi exited with return code: 0
    <05-18-2011 22:24:11> Installation was successful.
    <05-18-2011 22:31:06> ====================================================================
    <05-18-2011 22:31:06> SMSPXE Setup Started....
    <05-18-2011 22:31:06> Parameters: C:\PROGRA~1\MICROS~4\bin\i386\ROLESE~1.EXE /install /siteserver:DRDO-QQLUVGDI0P SMSPXE
    <05-18-2011 22:31:06> Installing Pre Reqs for SMSPXE
    <05-18-2011 22:31:06>         ======== Installing Pre Reqs for Role SMSPXE ========
    <05-18-2011 22:31:06> Found 2 Pre Reqs for Role SMSPXE
    <05-18-2011 22:31:06> Pre Req MSXML60 found.
    <05-18-2011 22:31:06> MSXML60 already installed (Product Code: {A43BF6A5-D5F0-4AAA-BF41-65995063EC44}). Would not install again.
    <05-18-2011 22:31:06> Pre Req MSXML60 is already installed. Skipping it.
    <05-18-2011 22:31:06> Pre Req Wimgapi found.
    <05-18-2011 22:31:06> Wimgapi already installed (Product Code: {721ABC3B-5F12-4332-9C0C-C11424EF666C}). Would not install again.
    <05-18-2011 22:31:06> Pre Req Wimgapi is already installed. Skipping it.
    <05-18-2011 22:31:06>         ======== Completed Installion of Pre Reqs for Role SMSPXE ========
    <05-18-2011 22:31:06> Installing the SMSPXE
    <05-18-2011 22:31:06> Machine is running Windows 2003 SP1 or later. (NTVersion=0X502, ServicePack=2)
    <05-18-2011 22:31:06> WDS Service is installed.
    <05-18-2011 22:31:06> SMSPXE already installed (Product Code: {C63C1FBD-C9C8-469D-8ADE-12387FB5EA75}).  Upgrading/Reinstalling SMSPXE
    <05-18-2011 22:31:06> New SMSPXE is the same product code.  This is a minor upgrade.
    <05-18-2011 22:31:06> Enabling MSI logging.  pxe.msi will log to C:\Program Files\Microsoft Configuration Manager\logs\pxeMSI.log
    <05-18-2011 22:31:06> Installing C:\Program Files\Microsoft Configuration Manager\bin\i386\pxe.msi REINSTALL=ALL REINSTALLMODE=vmaus CCMINSTALLDIR="C:\Program Files\SMS_CCM" PXEENABLELOGGING=TRUE PXELOGLEVEL=1 PXELOGMAXSIZE=1000000 PXELOGMAXHISTORY=1
    <05-18-2011 22:35:43> pxe.msi exited with return code: 0
    <05-18-2011 22:35:43> Installation was successful.
    <05-18-2011 23:41:19> ====================================================================
    <05-18-2011 23:41:19> SMSPXE Setup Started....
    <05-18-2011 23:41:19> Parameters: C:\PROGRA~1\MICROS~4\bin\i386\ROLESE~1.EXE /deinstall /siteserver:DRDO-QQLUVGDI0P SMSPXE
    <05-18-2011 23:41:19> Deinstalling the SMSPXE
    <05-18-2011 23:41:19> Enabling MSI logging.  pxe.msi will log to C:\Program Files\Microsoft Configuration Manager\logs\pxeMSI.log
    <05-18-2011 23:41:19> Deinstalling SMSPXE, with product code {C63C1FBD-C9C8-469D-8ADE-12387FB5EA75}
    <05-18-2011 23:41:33> SMSPXE deinstall exited with return code: 0
    <05-18-2011 23:41:33> Deinstallation was successful.
    <05-18-2011 23:41:33> Removing PXE Registry.
    <05-19-2011 00:38:50> ====================================================================
    <05-19-2011 00:38:50> SMSPXE Setup Started....
    <05-19-2011 00:38:50> Parameters: C:\PROGRA~1\MICROS~4\bin\i386\ROLESE~1.EXE /install /siteserver:DRDO-QQLUVGDI0P SMSPXE
    <05-19-2011 00:38:50> Installing Pre Reqs for SMSPXE
    <05-19-2011 00:38:50>         ======== Installing Pre Reqs for Role SMSPXE ========
    <05-19-2011 00:38:50> Found 2 Pre Reqs for Role SMSPXE
    <05-19-2011 00:38:50> Pre Req MSXML60 found.
    <05-19-2011 00:38:50> MSXML60 already installed (Product Code: {A43BF6A5-D5F0-4AAA-BF41-65995063EC44}). Would not install again.
    <05-19-2011 00:38:50> Pre Req MSXML60 is already installed. Skipping it.
    <05-19-2011 00:38:50> Pre Req Wimgapi found.
    <05-19-2011 00:38:50> Wimgapi already installed (Product Code: {721ABC3B-5F12-4332-9C0C-C11424EF666C}). Would not install again.
    <05-19-2011 00:38:50> Pre Req Wimgapi is already installed. Skipping it.
    <05-19-2011 00:38:50>         ======== Completed Installion of Pre Reqs for Role SMSPXE ========
    <05-19-2011 00:38:50> Installing the SMSPXE
    <05-19-2011 00:38:50> Machine is running Windows 2003 SP1 or later. (NTVersion=0X502, ServicePack=2)
    <05-19-2011 00:38:50> WDS Service is installed.
    <05-19-2011 00:38:50> No versions of SMSPXE are installed.  Installing new SMSPXE.
    <05-19-2011 00:38:50> Enabling MSI logging.  pxe.msi will log to C:\Program Files\Microsoft Configuration Manager\logs\pxeMSI.log
    <05-19-2011 00:38:50> Installing C:\Program Files\Microsoft Configuration Manager\bin\i386\pxe.msi CCMINSTALLDIR="C:\Program Files\SMS_CCM" PXEENABLELOGGING=TRUE PXELOGLEVEL=1 PXELOGMAXSIZE=1000000 PXELOGMAXHISTORY=1
    <05-19-2011 00:39:15> pxe.msi exited with return code: 0
    <05-19-2011 00:39:15> Installation was successful.

    I have similar issue same above error but this error i am getting intermittent  keeping trying 2 or 3 times i get F12 option to boot the network services 
    TFTP
    PXE-T01  The specified file not found 
    PXE-E3B TFTP Error : File not found 
    Our environment have DHCP configured In Inflobox and the Primary site server and PXE DP server located in Same Subnet and configured 2008 R2 sp1 and configured  SCCM2012 in VM environment 
    I tried all the Options uninstall and re-install no luck and i have tried to increase Tramsmiit and recive Buffer size in lan card but the issue is not resolved.
    Capture smspxe log when it found boot image the pxe working ,when it not found getting TFTP error.
    SMSPxe log says no errors but getting client Pxe TFTP error file not found  (Since its not looking Image throw out TFTP error)
    Client boot action reply: <ClientIDReply><Identification Unknown="0" ItemKey="16777230" ServerName="" ServerRemoteName=""><Machine><ClientID>GUID:49D9F374-7606-4277-8AE9-FEE608FFB01E</ClientID><NetbiosName/></Machine></Identification><PXEBootAction
    LastPXEAdvertisementID="" LastPXEAdvertisementTime="" OfferID="SGP20001" OfferIDTime="6/25/2012 11:09:00 AM" PkgID="SGP00009" PackageVersion="" PackagePath="http://XXX.company.com/SMS_DP_SMSPKG$/SGP00004" BootImageID="SGP00004" Mandatory="0"/></ClientIDReply>
    Client Identity: 9c7f0d6a-58dd-4cda-a4f0-3f66316067fb
    PXE::CBootImageManager::FindMatchingArchitectureBootImage
    Set media certificate in transport
    Set authenticator in transport
    SMSPxe log says no errors t i can able to do pxe Log found Boot image 
    Client boot action reply: <ClientIDReply><Identification Unknown="0" ItemKey="16777230" ServerName="" ServerRemoteName=""><Machine><ClientID>GUID:49D9F374-7606-4277-8AE9-FEE608FFB01E</ClientID><NetbiosName/></Machine></Identification><PXEBootAction
    LastPXEAdvertisementID="" LastPXEAdvertisementTime="" OfferID="SGP20001" OfferIDTime="6/25/2012 11:09:00 AM" PkgID="SGP00009" PackageVersion="" PackagePath="http://xxx.company.com/SMS_DP_SMSPKG$/SGP00004" BootImageID="SGP00004" Mandatory="0"/></ClientIDReply>
    Client Identity: 9c7f0d6a-58dd-4cda-a4f0-3f66316067fb
    PXE::CBootImageManager::FindMatchingArchitectureBootImage
    PXE::CBootImageManager::FindBootImage: SGP00004
    Looking for bootImage SGP00004
    PXE::CBootImageCache::FindImage
    PXE::CBootImageInfo::UpdateAccessTime
    Appreciate if you could provide some solution 
    Ksrini

  • How to stop our SPG504G's from trying tftp?

    Hi Folks,
    I'm going a little insane here - hoping someone can suggest a fix.
    We have a few (10 or so) SPA504G phones in our NZ office, talking to a local cloud PABX mob.  When we first set them up, I wasn't keen on statically configuring them all, given we have no IT support there, so I spent a couple of days playing, and ended up with the following:
    1) Local DHCP server sets option 66 to http://ourserver.ourdomain.com/phones/nzphones/XMLDefault504G.cnf.xml
    That contains:
    <flat-profile><Resync_On_Reset>Yes</Resync_On_Reset><Resync_Periodic>10</Resync_Periodic><Profile_Rule>http://ourserver.outdomain.com/phones/nzphones/spa$MA.xml</Profile_Rule></flat-profile>
    2) I have a PHP script handling all access to /nzphones/ which uses a template, and a local database, to take the MAC address and shove in all the relevant user-specific configuration - local ports (for reverse NAT), username, password, etc etc.  I have the phones set to resync every 24 hours, so that any config updates I do only take 24 hours to get picked up, at the most.
    That's all been working great for 6 months, except that one of the NZ staff happened to mention yesterday, that those reboots take about 15 minutes!
    So I've been having a bit of a play, and it looks like the phones are initially ignoring the option 66, and trying to do TFTP to our DHCP server?!
    Using TCPDump, I'm seeing lots of these:
    192.168.64.114.1029 > 192.168.40.254.69: [udp sum ok]  50 RRQ "XMLDefault504G.cnf.xml" octet timeout 10 tsize 0
    192.168.64.114.1029 > 192.168.40.254.69: [udp sum ok]  46 RRQ "XMLDefault.cnf.xml" octet timeout 10 tsize 0
    I've been trawling through all the results in google, and youtube videos from cisco that I can find, but there's nothing overly in-depth to describe the exact configuration options I should be using..
    Anyone happen to be doing something similar with their phones, and have figured this out?
    Thanks,
    Damien

    At the first, don't use reserved file name XMLDefault504G.cnf.xml for your's customized configuration. Rename the file, change name in DHCP configuration.
    XMLDefault504G.cnf.xml and XMLDefault.cnf.xml files are dedicated to SPCP mode configuration.
    In advance, you can disable SPCP - add
    SIP
    to your configuration to disable SPCP autoconfiguration attempts.
    Mark thread as answered if it solve your problem.

  • How to Setup Windows TFTP Server in Windows 2008 R2

    Hi,
    Can anyone please let me know, how to install TFTP Server in Windows 2008 R2.
    I installed Windows Deployment Service to get TFTP (got this info in some forum), but I did not see TFTP Service in the Service Manager.
    I am a newbie so plz let me know the steps in details.
    Thanks in advance.

    James, WDS ships with a TFTP server as part of the suite of services that are required to boot from the network. The information you've posted above is not correct.
    Hi Aaron,
    Thanks for your clarification. Towards the WDS TFTP Server, we could find the following statement below:
    You use the Windows Deployment Services Trivial File Transfer Protocol (TFTP) server to download the files that are needed to do a network boot using the Pre-Boot Execution Environment (PXE).
    From:
    WDS TFTP Server
    I understand that the we could select Deployment Server and Transport Server during the WDS setup processing. However, neoraghav would like to install TFTP server from the Server Manger towards the Windows Server 2008 R2. I noticed the statement as followed:
    The TFTP client is optional software, and marked as deprecated on Windows Vista® and later versions of the Windows operating system. A TFTP server is no longer provided by Microsoft for similar security issues.
    From:
    Trivial File Transfer Protocol (TFTP) Overview
    I should make my reply as clear as possible. Sorry for confusion. :-(
    Regards,
    James
    James Xiong
    TechNet Community Support

  • Cisco AIR-CAP26021-A-K9 || Error opening tftp:// ... /ap3g2-k9w7-tar.default

    Hi everyone:
    I have a problem with two Cisco AIR AP's ... I have configured already eight of them (in lightweight mode), but those two send me the next error, right now.
    ap: %Error opening tftp://255.255.255.255/ap3g2-k9w7-tar.default (connection timed out)
    And when I boot to the AP, it says:
    %Error opening flash
    IOS Bootloader - Starting system.
    flash is writable
    FLASH CHIP:  Numonyx Mirrorbit (0089)
    Xmodem file system is available.
    flashfs[0]: 11 files, 2 directories
    flashfs[0]: 0 orphaned files, 0 orphaned directories
    flashfs[0]: Total bytes: 31997952
    flashfs[0]: Bytes used: 7245824
    flashfs[0]: Bytes available: 24752128
    flashfs[0]: flashfs fsck took 15 seconds.
    Reading cookie from SEEPROM
    Base Ethernet MAC address: c0:67:af:6f:31:25
    Ethernet speed is 100 Mb - FULL Duplex
    button is pressed, wait for button to be released...
    button pressed for 21 seconds
    process_config_recovery: set IP address and config to default 10.0.0.1
    process_config_recovery: image recovery
    image_recovery: Download default IOS tar image tftp://255.255.255.255/ap3g2-k9w7-tar.default
    examining image...
    DPAA Set for Independent Mode
    DPAA_INIT = 0x0
    %Error opening tftp://255.255.255.255/ap3g2-k9w7-tar.default (connection timed out)ap:
    ap:
    ap:
    IOS Bootloader - Starting system.
    flash is writable
    FLASH CHIP:  Numonyx Mirrorbit (0089)
    Xmodem file system is available.
    flashfs[0]: 10 files, 2 directories
    flashfs[0]: 0 orphaned files, 0 orphaned directories
    flashfs[0]: Total bytes: 31997952
    flashfs[0]: Bytes used: 7245824
    flashfs[0]: Bytes available: 24752128
    flashfs[0]: flashfs fsck took 14 seconds.
    Reading cookie from SEEPROM
    Base Ethernet MAC address: c0:67:af:6f:31:25
    Ethernet speed is 100 Mb - FULL Duplex
    Loading "flash:/ap3g2-rcvk9w8-mx/ap3g2-rcvk9w8-mx"...###########################
    File "flash:/ap3g2-rcvk9w8-mx/ap3g2-rcvk9w8-mx" uncompressed and installed, entry point: 0x2003000
    executing...
    Secondary Bootloader - Starting system.
    Xmodem file system is available.
    flashfs[0]: 10 files, 2 directories
    flashfs[0]: 0 orphaned files, 0 orphaned directories
    flashfs[0]: Total bytes: 31997952
    flashfs[0]: Bytes used: 7245824
    flashfs[0]: Bytes available: 24752128
    flashfs[0]: flashfs fsck took 7 seconds.
    Base Ethernet MAC address: c0:67:af:6f:31:25
    Boot CMD: 'boot  flash:/ap3g2-rcvk9w8-mx/ap3g2-rcvk9w8-xx'
    Loading "flash:/ap3g2-rcvk9w8-mx/ap3g2-rcvk9w8-xx"...#####################
    File "flash:/ap3g2-rcvk9w8-mx/ap3g2-rcvk9w8-xx" uncompressed and installed, entry point: 0x2003000
    executing...
    Initializing flashfs...
    flashfs[2]: 10 files, 2 directories
    flashfs[2]: 0 orphaned files, 0 orphaned directories
    flashfs[2]: Total bytes: 31739904
    flashfs[2]: Bytes used: 7245824
    flashfs[2]: Bytes available: 24494080
    flashfs[2]: flashfs fsck took 8 seconds.
    flashfs[2]: Initialization complete.
    flashfs[3]: 0 files, 1 directories
    flashfs[3]: 0 orphaned files, 0 orphaned directories
    flashfs[3]: Total bytes: 11999232
    flashfs[3]: Bytes used: 1024
    flashfs[3]: Bytes available: 11998208
    flashfs[3]: flashfs fsck took 0 seconds.
    flashfs[3]: Initialization complete.
    Copying radio files from flash: to ram:
    %Error opening flash:/ap3g2-rcvk9w8-mx/E2.bin (No such file or directory)
    %Error opening flash:/ap3g2-rcvk9w8-mx/B2.bin (No such file or directory)
    %Error opening flash:/ap3g2-rcvk9w8-mx/V2.bin (No such file or directory)
    %Error opening flash:/ap3g2-rcvk9w8-mx/X2.bin (No such file or directory)
    %Error opening flash:/ap3g2-rcvk9w8-mx/Y2.bin (No such file or directory)
    Uncompressing radio files...
    File not found: flash:/ap3g2-rcvk9w8-mx/8004.img
    File not found: flash:/ap3g2-rcvk9w8-mx/E5.bin
    File not found: flash:/ap3g2-rcvk9w8-mx/B5.bin
    File not found: flash:/ap3g2-rcvk9w8-mx/V5.bin
    File not found: flash:/ap3g2-rcvk9w8-mx/X5.bin
    File not found: flash:/ap3g2-rcvk9w8-mx/Y5.bin
    ...done Initializing flashfs.
    Press RETURN to get started!
    *Mar  1 00:00:11.335: %LWAPP-3-CLIENTERRORLOG: Config load from flash failed. Initialising Cfg
    *Mar  1 00:00:13.071: %LINK-6-UPDOWN: Interface GigabitEthernet0, changed state to up
    *Mar  1 00:00:13.663: %SYS-5-RESTART: System restarted --
    Cisco IOS Software, C2600 Software (AP3G2-RCVK9W8-M), Version 15.2(4)JA1, RELEASE SOFTWARE (fc2)
    Technical Support: http://www.cisco.com/techsupport
    Copyright (c) 1986-2013 by Cisco Systems, Inc.
    Compiled Tue 30-Jul-13 23:08 by prod_rel_team
    *Mar  1 00:00:13.795: %LWAPP-3-CLIENTERRORLOG: Config load from flash failed. Initialising Cfg
    *Mar  1 00:00:13.795: %CAPWAP-3-ERRORLOG: Failed to load configuration from flash. Resetting to default config
    *Mar  1 00:00:13.799: %PARSER-4-BADCFG: Unexpected end of configuration file.
    lwapp_crypto_init: MIC Present and Parsed Successfully
    *Mar  1 00:00:14.751: %LINEPROTO-5-UPDOWN: Line protocol on Interface BVI1, changed state to up
    *Mar  1 00:00:16.467: DPAA Initialization Complete
    *Mar  1 00:00:16.467: %SYS-3-HARIKARI: Process DPAA INIT top-level routine exited
    *Mar  1 00:00:16.915: %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0, changed state to up
    no bridge-group 1 source-learning
                       ^
    % Invalid input detected at '^' marker.
    %Default route without gateway, if not a point-to-point interface, may impact performance
    *Mar  1 00:00:47.151: %CDP_PD-4-POWER_OK: All radios disabled - NEGOTIATED inline power source
    *Mar  1 00:00:49.515: %DHCP-6-ADDRESS_ASSIGN: Interface BVI1 assigned DHCP address 10.1.44.221, mask 255.255.255.0, hostname APc067.af6f.3125
    Translating "CISCO-CAPWAP-CONTROLLER.asf.gob.mx"...domain server (10.1.1.2)
    *Mar  1 00:01:00.403: %CAPWAP-3-ERRORLOG: Did not get log server settings from DHCP.
    *Mar  1 00:01:00.451: %CAPWAP-3-ERRORLOG: Could Not resolve CISCO-CAPWAP-CONTROLLER.asf.gob.mx
    The thing is, I've been applying the instruction:
    capwap ap controller ip address 10.4.13.2
    'cause I want them to communicate with a remote controller, and the past eight did it fine, but this two didn't.
    As for the things I've already tried, I have reset it's parameters to it's initial settings, I've tried to load a new IOS image, I've cleared the flash memory, but nothing works, it keeps communicating with the old controller.
    How can I fix this? (I mean, changing or adapting the AP to a lightweight AP)
    Thanks in advance

    Its fine to try to apply it from the console...but if you really want to clear the AP, you need to clear the nvram.  so if changing the primary from the GUI that the AP has joined didn't work, then try this:
    debug capwap console cli
    erase /all nvram
    Example:
    Entered the username and password
    debug capwap console cli
    erase /all nvram:
    [confirm]
    undebug all
    reload
    [confirm]
    Thanks,
    Scott
    Help out other by using the rating system and marking answered questions as "Answered"

  • WDS PXE Uefi not working in AD integrated mode, TFTP to slow

    Dear all
    1 Physical host: W2k12R2, 1 Hyper-V virtual switch.
    1 Hyper-V VM with W2k12R2 DC with DNS, DHCP, WDS.
    1 Empty Hyper-V VM Generation 2 UEFI booting from network.
    Problem: Error "PXE-E16: No offer received" on the empty Hyper-V VM when trying to Uefi boot from WDS in AD integrated mode.
    I verified that it works when WDS is set-up to standalone mode. See also:
    https://social.technet.microsoft.com/Forums/windowsserver/en-US/ceca6149-bedd-4860-8a7f-a1c83bf99aa4/wds-efi-bios-wont-pxe-boot-into-efi-mode
    PS: Switch to standalone mode: On the WDS server: wdsutil /verbose /uninitialize-server /server:<servername>; wdsutil /verbose /progress /initialize-server /server:<servername>
    /reminst:C:\RmInst
    Cause (found by Netmon IP traffic monitoring):
    The Client asks for the TFTP Server on UDP port 4011.
    The TFTP Server takes more than 8 seconds to reply on port 4011.
    This seems to be due to NbtNs (Netbios name search) broadcast queries searching for 1C Domain Controllers.
    Solution: ???????
    Any help is much appreciated.
    Dominique, Zürich, Switzerland.

    Hi Dominique, Zürich, Switzerland.,
    You can also create a virtual machine to act as a client machine when building and testing your deployment images. This is especially useful for building your custom images.
    Note, however, that the performance will often be degraded, particularly during the Trivial File Transfer Protocol (TFTP) download phase. This phase is very resource-intensive and may fail if insufficient resources are available on your server running Hyper-V,
    could you use the physical computer then configure the same settings then monitor this issue again.
    The related KB:
    Windows Deployment Services Overview
    https://technet.microsoft.com/en-us/library/hh831764.aspx
    I’m glad to be of help to you!
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

Maybe you are looking for

  • Photo library upgrade causes crash

    On starting iPhoto, I get the message  "The photo library needs to be upgraded to work with this version of iPhoto" If I click upgrade the app crashes. If I click Quit the app closes. Had problems with iPhoto as disk space was full, however now I can

  • Exchange rate type not defined for country

    Hi All, I have noticed an error message during testing of postings using tax codes. The error message nbr is FF802 (Exchange rate type is not defined for country XX). When we are testing postings on accounts for which tax code is ignored (not relevan

  • Strong DITA integration into FM Technical Communication Suite

    My motivation to vote for a strong DITA integration is that I can imagine the FM Technical Communication Suite as an very appropriate tool to support the DITA Learning and Training Content Specialization in a smart way. That's important as on April 1

  • Web util Pl help!!

    Hi We configured WebUtil on Server Side, If I want to use webUtil in my form to open some file name, how do I do that, We need to implement Client Side integraion. If you can provide step by step instructions that will be of great help. What I need i

  • Transition from CS4 to CS5/CS5.5 - handling of tables and equations

    Our company is exploring the option of moving up into CS5 or CS5.5 from CS4. We write code text (technical manuals) for building construction and safety. I need to know how the new software will handle books heavy in equations and tables and if there