- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- HPE Aruba Networking & ProVision-based
- >
- TFTP upload fails
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-01-2011 02:00 PM - last edited on тАО02-08-2014 11:31 PM by Lisa198503
тАО03-01-2011 02:00 PM - last edited on тАО02-08-2014 11:31 PM by Lisa198503
I did backed up the startup configuration of a HP procurve 2510G-24 (Software revision Y.11.08) on a USB flash drive.
I am trying to upload this config file to a HP 2650 (revision H_10_83). The 2650 is used as a backup switch, and I would like to be able to configure it rapidly with the configuration setup of other HP switches that we have, in case one switch like the 2510g-24 fails.
When I try to upload the 2510G-24 startup file to the 2650 using TFTP, the upload fails. Why ?
TLswt# copy tftp startup-config 129.121.236.5 sw-503-1239f-01
Device may be rebooted, do you want to continue [y/n]? y
00000K Wrong file.
TLswt#
Uploading a startup file that was backed up on the 2650 (to the USB flash) back to the same 2650 works fine.
P.S. This thread has been moved from from Switches, Hubs, Modems (Legacy ITRC forum) to ProCurve / ProVision-Based. -HP Forum Moderator
Solved! Go to Solution.
- Tags:
- tftp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-01-2011 02:45 PM
тАО03-01-2011 02:45 PM
SolutionDuring the tftp of a config file, the switch reads the config file and if the ID in the config does not match the product, no upload.
You can modify the config with appropriate ports, ID, etc and then load it.
hth...Jeff
fyi:
3500yl - ; J8692A
3500 (not yl) - ; J9471A
2510 - ; J9019A
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-02-2011 09:51 AM
тАО03-02-2011 09:51 AM
Re: TFTP upload fails
this did it. What you have to do is to change the first line of the startup file to match the HP procurve on which you want to load the startup config.
For example:
In my case if I want to TFTP upload a startup config file to a 2510G-24, then the first line of my file should be:
; J9279A Configuration Editor; Created on release #Y.11.08
In my case if I want to TFTP upload a startup config file to a 2650, then the first line of my file should be:
; J4899B Configuration Editor; Created on release #H.10.83
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-04-2011 03:39 AM
тАО03-04-2011 03:39 AM
Re: TFTP upload fails
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-04-2011 09:30 AM
тАО03-04-2011 09:30 AM
Re: TFTP upload fails
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-06-2014 03:48 AM
тАО02-06-2014 03:48 AM
Re: TFTP upload fails
Hi, sorry to open an old thread, but I'm trying to update my firmware and have hit this problem.
I've got 6 switches, but one will not update and I think it's because the first line of the config reads:
; HWID.0 Configuration Editor; Created on release #K.12.16
Trouble is, when I follow steps in this post, I can't upload a revised startup config as I get the same error:
00000K Wrong file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-07-2014 06:44 AM
тАО03-07-2014 06:44 AM
Re: TFTP upload fails
You also need to edit the model number that you see after any module types in the config. Example below (in red).
; J9146A Configuration Editor; Created on release #W.15.08.0012
module 1 type j9146a
; J9148A Configuration Editor; Created on release #W.15.08.0012
module 1 type j9148a
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-04-2015 08:25 AM
тАО09-04-2015 08:25 AM
Re: TFTP upload fails
thanks! i had some garbage at the begining of my file i didnt notice. cleaned it up and it worked.