12-14-2012 08:41 AM - edited 03-07-2019 10:36 AM
Hi all. Normally for an IOS update I'll do the copy tftp: flash: process.
Yet for embedded access points on a router, for example the one I work with on the 891W router, the following seems to be the command to use:
AP#archive download-sw /force-reload /overwrite tftp://192.168.0.168/ap801-k9w7-tar.124-21a.JY.tar
Is there any reason why I can't just use the first method or does the AP only allow this "archive" command? I don't wnat to test and have to find some obscure way to recover a botched IOS update on an embedded AP so I must ask here.
Thank you!
Solved! Go to Solution.
12-14-2012 09:27 AM
Colin,
I can tell you that normal APs use the tar archive because there are a bunch of subdirectories that are used for the flash image. The IOS file (non-tar) is a single file that gets decompressed on bootup. I have never done an upgrade on an 891W, but for APs, yes, the archive process is normal.
HTH,
John
*** Please rate all useful posts ***
12-14-2012 09:29 AM
I think it's because it's a 'tar' file, not a 'bin' file. The archive command seems to be more sophosticated and will create the necessary directory structure on your flash. And as you can see, the additional keywords enable you to enforce a reload and overwrite the existing software, including directories.
12-14-2012 03:00 PM
AP#archive download-sw /force-reload /overwrite tftp://192.168.0.168/ap801-k9w7-tar.124-21a.JY.tar
The filename in this command is for the built-in WAP, an AP802. What you are doing is upgrading the autonomous IOS of the AP802 WAP.
When it comes to WAPs, I would recommend you use the automated "archive download-sw" because sometimes the TAR files contain upgrade drivers.
The router, by itself, you use the "copy" command because router IOS-es are all BIN files.
12-14-2012 09:27 AM
Colin,
I can tell you that normal APs use the tar archive because there are a bunch of subdirectories that are used for the flash image. The IOS file (non-tar) is a single file that gets decompressed on bootup. I have never done an upgrade on an 891W, but for APs, yes, the archive process is normal.
HTH,
John
*** Please rate all useful posts ***
12-14-2012 09:29 AM
I think it's because it's a 'tar' file, not a 'bin' file. The archive command seems to be more sophosticated and will create the necessary directory structure on your flash. And as you can see, the additional keywords enable you to enforce a reload and overwrite the existing software, including directories.
12-14-2012 03:00 PM
AP#archive download-sw /force-reload /overwrite tftp://192.168.0.168/ap801-k9w7-tar.124-21a.JY.tar
The filename in this command is for the built-in WAP, an AP802. What you are doing is upgrading the autonomous IOS of the AP802 WAP.
When it comes to WAPs, I would recommend you use the automated "archive download-sw" because sometimes the TAR files contain upgrade drivers.
The router, by itself, you use the "copy" command because router IOS-es are all BIN files.
12-17-2012 10:29 AM
I had never though to look at what's actually inside the tar file - stupid me. what you guys are saying totally makes sense.
Thanks very much for the info!
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide