02-04-2021 04:06 PM
Hi,
I try to upgrade the existing IOS 15.2(4)E2 to an Release 15.2.7E3 for a switch WS-C2960CX-8PC-L.
command to do the upgrade:
archive download-sw /overwrite /reload tftp://172.16.11.125/c2960cx-universalk9-mz.152-7.E3.bin
!!test TFTP
SW_01#copy running-config tftp://172.16.11.125/config.txt
Address or name of remote host [172.16.11.125]?
Destination filename [config.txt]?
!!
16103 bytes copied in 0.539 secs (29876 bytes/sec)
!!start upgrade
SW_01#$/reload tftp://172.16.11.125/c2960cx-universalk9-mz.152-7.E3.bin
Loading c2960cx-universalk9-mz.152-7.E3.bin from 172.16.11.125 (via Vlan1): !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
[OK - 19169280 bytes]
Loading c2960cx-universalk9-mz.152-7.E3.bin from 172.16.11.125 (via Vlan1): !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
examining image...
%Tar checksum error in tftp://172.16.11.125/c2960cx-universalk9-mz.152-7.E3.bin
%Error opening flash:update/info (No such file or directory)
ERROR: Image is not a valid IOS image archive.
SW_01#
I tried some older release with the same issue
The solution is to open a TAC case ?
Thanks for the help
regards
Daniel
Solved! Go to Solution.
02-04-2021 04:10 PM
@dbov68 wrote:
archive download-sw /overwrite /reload tftp://172.16.11.125/c2960cx-universalk9-mz.152-7.E3.bin
Correct intention but wrong filename.
The filename needs to be TAR.
NOTE: Use the /imageonly to push the BIN file only (HTML files will not be unpacked).
02-04-2021 06:02 PM
@dbov68 wrote:
%Error opening tftp://172.16.11.125/c2960cx-universalk9-mz.152-7.E3.tar (No such file or directory)
<CUT>
ERROR: Image is not a valid IOS image archive.
Uhhhhh ... Did someone renamed the file to a "TAR" extension?
Because that filename is definitely not correct.
Download the TAR file from the Cisco website (and not rename it).
02-04-2021 04:10 PM
@dbov68 wrote:
archive download-sw /overwrite /reload tftp://172.16.11.125/c2960cx-universalk9-mz.152-7.E3.bin
Correct intention but wrong filename.
The filename needs to be TAR.
NOTE: Use the /imageonly to push the BIN file only (HTML files will not be unpacked).
02-04-2021 04:40 PM
Hi Leo,
thanks, but...
commands sent:
archive download-sw /overwrite /reload tftp://172.16.11.125/c2960cx-universalk9-mz.152-7.E3.tar
archive download-sw /overwrite /reload /imageonly tftp://172.16.11.125/c2960cx-universalk9-mz.152-7.E3.tar
SW_PRD_01#$ /reload tftp://172.16.11.125/c2960cx-universalk9-mz.152-7.E3.tar
Could not buffer tarfile...using multiple downloads
examining image...
%Error opening tftp://172.16.11.125/c2960cx-universalk9-mz.152-7.E3.tar (No such file or directory)
%Error opening flash:update/info (No such file or directory)
ERROR: Image is not a valid IOS image archive.
SW_01#
SW_01#$/reload tftp://172.16.11.125/c2960cx-universalk9-mz.152-7.E3.tar
Could not buffer tarfile...using multiple downloads
examining image...
%Error opening tftp://172.16.11.125/c2960cx-universalk9-mz.152-7.E3.tar (No such file or directory)
%Error opening flash:update/info (No such file or directory)
ERROR: Image is not a valid IOS image archive.
SW_01#
I downloaded fresh the tar file from cisco site (png file attached)
sh ver
Model number : WS-C2960CX-8PC-L
op Assembly Revision Number : B0
Version ID : V03
CLEI Code Number : CMMT410BRB
Hardware Board Revision Number : 0x09
Switch Ports Model SW Version SW Image
------ ----- ----- ---------- ----------
* 1 12 WS-C2960CX-8PC-L 15.2(4)E2 C2960CX-UNIVERSALK9-M
It seem to be the good file for the good device
Best regards
Daniel
02-04-2021 06:02 PM
@dbov68 wrote:
%Error opening tftp://172.16.11.125/c2960cx-universalk9-mz.152-7.E3.tar (No such file or directory)
<CUT>
ERROR: Image is not a valid IOS image archive.
Uhhhhh ... Did someone renamed the file to a "TAR" extension?
Because that filename is definitely not correct.
Download the TAR file from the Cisco website (and not rename it).
02-05-2021 01:13 AM
Thanks Leo,
I apologize, I had a bad copy/paste.
With the good string it works better "archive download-sw /overwrite /reload tftp://172.16.11.125/c2960cx-universalk9-tar.152-7.E3.tar"
Best regards
Daniel
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