Copying 4710.bin to tftp server and restore

Hello All,
Could you let me know how to copy the 4710.bin file to a tftp server as i have tried and not been successful.
Thanks again

After trying to tftp or ftp here is the below message.
SLB-1/Admin# sh ver
Cisco Application Control Software (ACSW)
TAC support: http://www.cisco.com/tac
Copyright (c) 1985-2008 by Cisco Systems, Inc. All rights reserved.
The copyrights to certain works contained herein are owned by
other third parties and are used and distributed under license.
Some parts of this software are covered under the GNU Public
License. A copy of the license is available at
http://www.gnu.org/licenses/gpl.html.
Software
  loader:    Version 0.95.1
  system:    Version A3(2.0) [build 3.0(0)A3(2.0) adbuild_17:35:22-2008/10/01_/a
uto/adbu-rel4/rel_a3_2_0_dev_build/REL_3_0_0_A3_2_0]
  system image file: (hd0,1)/c4710ace-mz.A3_2_0.bin
  Device Manager version 1.1 (0) 20080805:0415
  installed license: no feature license is installed
Hardware
  cpu info:
    Motherboard:
        number of cpu(s): 2
    Daughtercard:
        number of cpu(s): 16
  memory info:
    total: 6226392 kB, free: 4628964 kB
    shared: 0 kB, buffers: 3040 kB, cached 0 kB
  cf info:
    filesystem: /dev/hdb2
    total: 861668 kB, used: 536400 kB, available: 281496 kB
last boot reason:  reload command by admin
configuration register:  0x1
SLB-1 kernel uptime is 0 days 1 hours 10 minute(s) 6 second(s)
SLB-1/Admin# copy image:c4710ace-mz.A3_2_0.bin ftp://10.11.20.28
Enter the destination filename[]? [c4710ace-mz.A3_2_0.bin]
Enter username[]? admin
Enter the file transfer mode[bin/ascii]: [bin] bin
Enable Passive mode[Yes/No]: [Yes] yes
ftp: connect: Connection refused
Not connected.
Not connected.
Not connected.
Passive mode on.
Hash mark printing on (1024 bytes/hash mark).
Not connected.
SLB-1/Admin#

Similar Messages

  • Can't copy IOS to a TFTP server

    Hey gang-
    Trying to copy the IOS from a 2950 switch to a TFTP server before upgrading the IOS. The switch can ping the TFTP server, I'm in privileged mode, I've done this many times on routers with no problems. I know that I'm typing the file name correctly, case-sensitive and all. It keeps complaining that it can't find a file by that name. I've tried it about 10 times with different variations; same results. Any thoughts?
    Thanks
    dave
    (scroll down)
    (I've tried it with and without the "/" after "flash")
    Switch#copy flash:/c2950-i6q412-mz.121-13.EA1.bin tftp
    Address or name of remote host []? 192.168.50.50
    Destination filename [c2950-i6q412-mz.121-13.EA1.bin]?
    %Error opening flash:/c2950-i6q412-mz.121-13.EA1.bin (No such file or directory
    From a "show version":
    Switch uptime is 7 minutes
    System returned to ROM by power-on
    System image file is "flash:/c2950-i6q4l2-mz.121-13.EA1.bin"

    I have not seen it mentioned, but one of the possible causes for the error is that the file does not exist on the destination tftp server. One of the strange security measures taken by tftp, since there is no login required, is that a file to be updated has to already exist, even if it doesn't contain any actual data.
    How you go about doing this will depend upon the OS your tftp server is on, but under most unix implementations, bring up a shell, change directory to the appropriate tftp folder, (sometimes /boot, sometimes /lib/tftpdir) and 'touch' the file you are attempting to upload. In this case 'touch c2950-i6q412-mz.121-13.EA1.bin'. You will then have to change ownership to match that needed by the tftpd server (should look like the ownership for other files in the directory)
    Under windows, check the instructions for your tftp server software, but you can probably open a command shell change to the appropriate dirctory, then 'echo > c2950-i6q412-mz.121-13.EA1.bin' and you should be ready to go.
    One other thing to try is using two '/' characters in the command, so 'copy flash://c2950-i6q412-mz.121-13.EA1.bin tftp' would be the command to use.
    Hope this helps,
    -Rusty

  • Need to copy .txt file from FTP server and downloaded on local server directory.

    I need to figure out a way to copy .txt file from ftp server in local server directory using sql jobs.

    Below links will help achieving it:
    https://www.virtualobjectives.com.au/sqlserver/ftp_scripts.htm
    http://www.mssqltips.com/sqlservertip/2884/sql-server-integration-services-ssis-ftp-task-for-data-exchange/

  • Reinstall Server and restore mail

    Our 10.4.9 server won't boot. It's been determined that there is something wrong when the boot drive mounts for read/write - it kernel panics. I have been able to mount the server drive on another mac via target disk mode and copy the entire hard drive.
    If I erase and reinstall Mac OS X server on the internal drive, what is the easiest way to restore our mail services to as they were - how do I bring back the mail folders from the copy of the boot drive I made.
    Thanks
    Intel Xserve Dual 2.0   Mac OS X (10.4.9)  

    Assuming you kept all default locations you will need to restore the contents of:
    Complete directories:
    /var/imap
    /var/spool/imap
    /etc/postfix
    /etc/mail
    /etc/squirrelmail
    /etc/spam (if you have it)
    Single files:
    /etc/imapd.conf
    /etc/amavisd.conf
    /etc/cyrus.conf
    /etc/clamav.conf
    Make sure mail services are stopped while copying files over.
    Also, since you had disk issues, most likely your mail database is corrupted and needs to be fixed.
    To fix download mailbfr and run "mailbfr -f".
    It's available here: http://osx.topicdesk.com/downloads
    HTH,
    Alex

  • Back up and Restore to make a copy of DB on another server

    I am trying to make a copy of a database on a dev server. I was going to back up the Prod DB on the Prod Server and Restore it on the Dev Server.  When I open the backup dialog, and select a Destination on disk it shows the disk drives on the Prod Server. 
    These are different than the drives I see on the Dev Server.  It doesn't look like I can browse to a directory outside the server.  Don't I need a destination that is available to both Servers? How do I set this up? Can I use my desktop machine?
    Any advice would be appreciated.
    Thanks,
    Mike

    Create a shared folder on dev server and simply use backup statement and provide disk=\\devserver\backup path.
    BACKUPDATABASE Proddb TODISK='\\devserver\backup\Proddb.bak'http://sql-articles.com/articles/general/backup-sql-database-to-remote-location/

  • How to copy Restore database in new server and new domain.

    Hai all,
    I'm trying to backup a database from one SQL server and restore it to another (both are SQL2008 R2) but diff domain. 
    when I try run few query, the output is empty. Please advise.
    noor hafizah

    Hi Noor,
    Filtered views use the Principal Access Object to determine the records to be shown to the current user (the one executing the query). You will not be able to see any results if the account not defined inside CRM.
    Please try to
    assign the correct security role to the user account.
    If you have more questions related to CRM, you can post in the Microsoft Dynamics CRM Forum . More experts there will assist you.
    Regards,
    Fanny Liu  
    Fanny Liu
    TechNet Community Support

  • Xmodem I/O error when copy IOS from tftp server

    After I formatted the flash I am trying to copy the IOS from tftp server using "copy xmodem: flash:c3550-ipbasek9-mz.122-44.SE6.bin" command, in rommon mode. I am getting the I/O error message.
    I did try to boot from tftp using the "set BOOT tftp:c3550-ipbasek9-mz.122-44.SE6.bin" command and then "boot" command and I get an "error loading tftp:" and  "permission denied" message.
    The tftp server is active; I did copy the old IOS before.
    Here is the output from my switch:
    switch: flash_init
    Initializing flash...
    flashfs[0]: 2 files, 1 directories
    flashfs[0]: 0 orphaned files, 0 orphaned directories
    flashfs[0]: Total bytes: 15998976
    flashfs[0]: Bytes used: 2048
    flashfs[0]: Bytes available: 15996928
    flashfs[0]: flashfs fsck took 12 seconds.
    ...done Initializing Flash.
    Boot Sector Filesystem <bs:> installed, fsid: 3
    switch: dir flash:
    Directory of flash:/
    2     -rwx      22            <date>           env_vars
    3     -rwx      43            <date>           system_env_vars
    15996928 bytes available <2048 bytes used>
    switch: set
    BAUD=115200
    BOOT=tftp:c3550-ipbasek9-mz.122-44.SE6.bin
    switch: copy xmodem: flash:c3550-ipbasek9-mz.122-44.SE6.bin
    Begin the Xmodem or Xmodem-1k transfer now...
    CCCCCCCxmodem:: I/O error
    Help would be really apreciated.
    Thank you.
    Marius.

    I am using Hyperterminal and a regular serial cable. Right now I am working on a 2950 Cisco Switch
    At the switch: prompt, I typed:
    copy xmodem: flash:filename.bin    [ENTER]
    As soon as you see CCCCC   in the terminal window.....
    In Hyperterminal, from the tool bar, select Transfer -> Send File
    Browse to the file, select Xmodem from the dropdown menu and select SEND
    After the process has finished, type en and then boot flash:filename.bin
    This will boot the .bin in your flash directory. The previous post only boots the switch that one time until it turns off. It does not put the image in the flash directory.
    -->I dont know why it has to be done this way, but this was a bare to figure out. Nothing works like its suppose to though.
    -This process will take a long time.  Couldnt get a faster speed then 9600

  • How to backup Mac server files and restore to Windows server?

    Our company is moving from Mac Server to Windows Server 2008 R2.
    I'd like to connect a hard drive to the Mac server (via existing eSATA) and backup our data (just file level backup is fine, don't need permissions or security) and then move hard drive to new Windows 2008 R2 server and restore files.
    Does anyone have any cross-platform backup/restore software they can recommend? 
    We have about 500GB of data, so I prefer a locally connected device to backup to instead of over-the-network backup.
    Thank you for your ideas!

    As standard the Mac cannot write to NTFS format disks, and as standard Windows cannot read from HFS+ disks. FAT32 might be a possibility but it does not support files bigger than 4GB.
    The simplest if slower option is to do it over the network using SMB. If you do really want to do it with a hard disk then you may need to consider getting some software to let either Mac or Windows deal with the others preferred hard disk format.
    To let the Mac write to NTFS there are several choices but the one I have used in the past is NTFS for Mac by Paragon, see http://www.paragon-software.com/home/ntfs-mac/
    To let Windows read from HFS again the are multiple possible choices but the one I have used in the past and still use is MacDrive, see http://www.mediafour.com/products/macdrive

  • Configuring TFTP server on a PCMCIA

    I would like to know if it is possible to configure a PCMCIA card as a TFTP server and how to do so. We have a need to put large call routing files near our gatekeepers and do not have any servers or PC's close. We were wondering if it is possible to put a TFTP server (somehow) onto a PCMCIA card in a router.
    Thank you

    this is how you can configure a router to be TFTP server.
    But I don't understand what the problem is..
    If you can telnet to the router you can TFTP IOS and configs ???
    Oz
    Copying From One Router to Another
    To do this, you need to activate the Trivial File Transfer Protocol (TFTP) server on the router that has the Cisco IOS® Software image that you want to copy.
    Use the tftp-server [device]:[filename] command in global configuration mode as follows:
    Router#show flash
    System flash directory:
    File Length Name/status
    1 11173264 c2500-jos56i-l.120-9.bin
    [11173328 bytes used, 5603888 available, 16777216 total]
    16384K bytes of processor board System flash (Read ONLY)
    Router#configure terminal
    Enter configuration commands, one per line. End with CNTL/Z.
    Router(config)#tf
    Router(config)#tftp-server ?
    flash: Allow URL file TFTP load requests
    flh: Allow URL file TFTP load requests
    lex: Allow URL file TFTP load requests
    null: Allow URL file TFTP load requests
    nvram: Allow URL file TFTP load requests
    system: Allow URL file TFTP load requests
    Router(config)#tftp-server
    Router(config)#tftp-server flash:?
    flash:c2500-jos56i-l.120-9.bin
    Router(config)#tftp-server flash:c2500-jos56i-l.120-9.bin
    Router(config)#^Z
    Router#
    Once the tftp-server is configured, you can download the specified image from the router using the copy tftp flash command, as if it were a classic TFTP server.
    Note: The IP address of your TFTP server is the address of the router on which you configured the tftp-server command.

  • 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. 

  • BPC backup and restore Q&A...

    Dear all:
    See below, and please share your knowledge!
    Situation
    We are in the phase of modifying existing structure. We would like to back up what's in the Production server, and restore onto Development Box and develop and test our modification there using the latest data we have.
    Data
    We have a production server, which SQL service and BPC service are running on separate physical server (as I was told), and a development box, which SQL and BPC are running together in one box.
    A_PRODUCTION is the App Set in the Production Server
    A_DEV is the App Set in the Development Box.
    Below are what I have done and failed:
    1. 
    a. I used "Server Manager" to back up A_PRODUCTION.
    b. I then copied and pasted the backup folder (in which has Web, File, SQL etc sub folders) to the Development Box.
    c. I used "Server Manager" to restore by selecting the backup folder. The Server Manager was able to allocate all the backup files and SQL db.
    d. My Web and File folders are OKed during restore, but my SQL restore failed with an error message.
    2.
    a. We tried to open SQL Server Management Studio, and manually restore the A_PRODUCTION SQL backup (*.BAK) to A_DEV of Development box.
    b. We received the error message, System.Data.SqlClient.SqlError: RESTORE detected an error on page (0:0) in database "A_PRODUCTION" as read from the backup set. (Microsoft.SqlServer.Smo).
    c. We went to option and checked "Overwrite existing database" and still failed to restore.
    3.
    a. I logged on to Development Box's BPC Web Admin, and tried to create an App Set that has the same name A_PRODUCTION as my live database in the Production Server.
    b. The App Set creation failed at OLAP service with an error message saying something about "SalesPerson" column was not found or something.
    c. I noticed that a database named A_PRODUCTION is created Development Box.
    d. I tried method 1 and 2 again to A_PRODUCTION of the Development Box and failed.
    Question
    What is wrong with my approach?
    I have referenced the document https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/20a26f50-4252-2a10-8c97-a2c7058cd804, and am confused why we have to backup the master database.
    Secondly, in the document, quoted "Restore Microsoft SQL Server 2005 Database(s): Restore the most recent database backup for APPSERVER, and each of the application set databases.
    (ApShell/ApShellExtra)", what is the difference between "the most recent database backup for APPSERVER", and "each of the application set databases"?
    At last, in the document, quoted "You must use an u2018Open File Agentu2019 to backup Data files that may be in use by the web server.", what does it mean by using an Open File Agent? Is it a type of agent in SQL backup service, or an agent in general that is able to back up open files?
    Thank you!

    Kranthi and Akim:
    Thanks for the reply...
    Kranthi: With BPC Admin ID, I did go back to *BPC Administration\Manage Security* and re-saved the configuration, and I did see the table update in *Database Engine\AppServer\tblAppSetAccess*. I could then grant my Windows ID rights to "everything", but was only able to access BPC Administration.
    Akim: Can you be more specific about delete/recreate orphaned users? Did you mean deleting/creating via SQL Analysis Services AppServer\tblAppSetAccess, or via BPC Administration\Manage Security? In addition, when you mentioned "reset permissions from the application itself", did you mean to modify Task, Member Access Profile, Team, and User, and re-save them again with the same settings?
    I am sorry that this thread has become longer than expected. Here are some updates:
    1. I have two Application Sets which my Windows ID can access: AppShell (default) and App_Dev
    2. I tried to create a new Application Set "App_Dev1" by copying from App_Dev (unchecked database,biz process flows, content library, and live reports). Then I logged in as BPC Admin and added my Windows ID to the System Admin Team, which was modified to have full access to everything. Again the same problem occured -- I could access App_Dev1's BPC Administration area but could not access BPC Excel; same error messages popped out.
    3. I tried to create a new  Application Set "AppShell1" by copying from AppShell (same unchecked everything). Then I logged in as BPC Admin and added my Windows ID to the System Admin Team, which was modified to be able to access everything. Same result as #2
    4. I tried to add myself to the System Admin Team of original AppShell, and I could open BPC Excel.
    My experiments so far concluded the followings:
    --No problem with App_Dev and AppShell in the Development Box
    --I could grant myself access to everything in any new Application Set, but only was able to access BPC Administration
    --BPC Admin ID and my Network Administrator (Domain Admin)'s Windows ID has no problem opening BPC Excel in any Application Set.
    What concerns me now is that even a copy from AppShell is not working as expected... My Network Administrator said it is not an easy process to reinstall BPC Development Server, but I think that's perhaps the only way to fix everything, if the root causes remain mysterious.
    If you have any insightful tip, please share with me as I have spent over a week and cannot progress further... Thank you!!!!
    Brian

  • CAT6500 - VLAN DATABASE saving and restoring - question

    If one wants to change the SUP720 module on a CAT6500, then how is the VLAN DATABASE trasnfered from original to new module. For startup config one can tftp the config from old module and then tftp back the same into new module. How about vlan database. Is there any way of copying vlan database from old module to a tftp server and then back into new module.

    You can copy the vlan.dat using tftp from the const_nvram:. Under that location should should see a file vlan.dat. But as you are warned when you enter the vlan database, vlan.dat is being deprecated and it is recomended to add or delete vlan from the configuration mode. Vlan from the confguration mode is saved in the start-up configuration.
    Router#dir const_nvram:
    Directory of const_nvram:/
    1 -rw- 616 vlan.dat
    126956 bytes total (126340 bytes free)
    Router#copy const_nvram:vlan.dat tftp
    Address or name of remote host []? 10.1.1.1
    Destination filename [vlan.dat]?
    Please rate helpful post.

  • TFTP server in LMS3.2

    Is there an integrated TFTP server in LMS 3.2? where can I enable it? otherwise, if I set an external TFTP server, how can I link LMS to it?
    thanks

    I tested with a third party TFTP server, and it worked. Yet TFTP server of CWLMS does not work.
    with CWLMS TFTP server:
    TNRTAGCS00003#
    TNRTAGCS00003#copy run tftp://172.16.10.3
    Address or name of remote host [172.16.10.3]?
    Destination filename [tnrtagcs00003-confg]?
    %Error opening tftp://172.16.10.3/tnrtagcs00003-confg (Permission denied)
    with third-party TFTP server:
    TNRTAGCS00003#
    TNRTAGCS00003#copy run tftp://172.16.10.3
    Address or name of remote host [172.16.10.3]?
    Destination filename [tnrtagcs00003-confg]?
    8169 bytes copied in 0.476 secs (17162 bytes/sec)
    I guess the cause is the TFTP server of CWLMS. I restarted it with no success.
    Please take a look at the enclosed screen captures.

  • Backing up and restoring a member DC to new hardware.

    Hello,
    Sounds simple to me but I want to be sure on what I'm doing.
    We have many sites with a domain controller at each location. The DC with all the FSMO roles is here at Corp. I need to move one of our member DC controller at a different site to new hardware. It is a Global Catalog, DNS, DHCP and file server.
    Can I do this by using windows backup to back up System State, Bare Metal Recovery, System Reserve and Local Disk C: (Full Server) and restore it to the new Hardware as long as my HDD are same or bigger?  Please remember this is a member DC.
    I really hope to avoid the demotion of the current member DC and installing a fresh OS on the new hardware and promoting that to a DC.
    Thanks

    Hi,
    If there are other healthy domain controllers online for the domain, we recommend that you do not perform a restore at all. Instead, perform a new installation of Windows on the destination computer and run the Active Directory Installation Wizard (Dcpromo.exe)
    to make the installation a replica in an existing domain.
    You can recover a member DC to new hardwarethe. The hard drives you are recovering data to must be as large as—or larger than—the drives that are included in the backup set.
    For more detailed information, please refer to the articles below:
    How to restore a Windows installation or move it to different hardware
    http://support.microsoft.com/kb/249694#method11
    Performing a Full Server Recovery of a Domain Controller
    http://technet.microsoft.com/en-us/library/cc772519(v=ws.10).aspx
    Regards,
    Mandy
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • While back up and restoring the business intelligence site collection in sharepoint 2010

    Hi,
    i am trying to take backup of business intelligence site collection from one sharepoint server and restoring it to the 2nd sharepoint server,backup and restore successfully completed.i have configured all the performance point services on new server also.
    but still i am getting below error:-
    An exception occurred while rendering a Web control. The following diagnostic information might help to determine the cause of this problem: Microsoft.PerformancePoint.Scorecards.BpmException: The filter no longer exists or you do not have permission
    to view it. PerformancePoint Services error code 20700.
    Can anybody suggest me how to resolve these error.
    And the dashboard is looking like below:-

    Hey Surbi
    I'm facing the same issue, actually restored a backup of the BI site collection into a different web app (on the same server) but get the same errors as you!
    Looking into it the connection to the report or filter (whatever artefact it is) needs to be refreshed so technically the report doesn't exist as far as the performance web part is concerned!
    However when I re-attached the web part to the filter or report I got a different error... 'This data source no longer exists'
    So basically I found I had to re-create the reports and filters etc in Dashboard Designer... to re-create the dashboards. I did one page and don't want to spend months re-doing them!
    Anyone come up with a way of preserving the web parts references to performance point items and the items connections to their data source in a restore of a site collection?

Maybe you are looking for