cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
7376
Views
10
Helpful
4
Replies

how to upgrade a WS-C2960CX-8PC-L to IOS Release 15.2.7E3 MD

dbov68
Level 1
Level 1

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

 
2 Accepted Solutions

Accepted Solutions

Leo Laohoo
Hall of Fame
Hall of Fame

@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).

 

View solution in original post


@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).  

View solution in original post

4 Replies 4

Leo Laohoo
Hall of Fame
Hall of Fame

@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).

 

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

 


@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).  

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