cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
6419
Views
0
Helpful
8
Replies

Switch 3560 IOS upgrade

egeorgopoulos
Level 1
Level 1

I tried to upgrade the IOS to the switch (WS-C3560G-48TS) from  "c3560-advipservicesk9-mz.122-46.SE.bin" to  "c3560-ipbasek9-mz.150-1.SE.bin", but the verification failed. Even  though the IOS file seems to be transferred successfully and it can be  seen on the directory, the tftp software (SolarWinds) says at the log  file "..., binary, GET. Dropped because peer didn't respond". And  eventually it says that the binary was completed.

The message I got from the switch is:

SWITCH# verify flash:c3560-ipbasek9-mz.150-1.SE.bin
File system hash verification failed for file flash:c3560-ipbasek9-mz.150-1.SE.bin(No such file or directory).

Is there any issue with this switch?

Thank you.

8 Replies 8

Reza Sharifi
Hall of Fame
Hall of Fame

To verify the image, do a "sh ver" and put the actual name in the path

see example below:

Example:

verify /md5 flash:c3750e-universal-mz.122-52.SE/c3750e-universal-mz.122-52.SE.bin

Also, have a look here:

https://supportforums.cisco.com/message/3472076#3472076

HTH

Do I have to put the name of the IOS twice, ie

verify /md5 flash:c3750e-universal-mz.122-52.SE/c3750e-universal-mz.122-52.SE.bin

why? Also the md5 checksum will be created?

Hi,

Can you please do "dir flash:", 3560 uses concept of tar-like files where it has image as a set of files and when you unpack it it creates a folder and IOS file is actually sitting in that folder.

Thus first make sure you have that folder created or you have your.bin file in flash: root directory.

Nik

HTH,
Niko

probably the folder is not created:

dir flash:

Directory of flash:/

    2  -rwx        3096  Oct 31 2011 09:41:07 +02:00  multiple-fs

    3  -rwx    15641106   Nov 2 2011 07:34:01 +02:00  c3560-ipbasek9-mz.150-1.SE.bin

    4  drwx           0   Mar 1 1993 02:02:31 +02:00  online_diag

    5  -rwx        1930  Oct 31 2011 09:41:07 +02:00  private-config.text

    6  -rwx    10713279  Dec 29 2010 10:08:35 +02:00  c3560-advipservicesk9-mz.122-46.SE.bin

    8  -rwx        2124  Jul 22 2011 17:59:46 +03:00  vlan.dat

    9  -rwx       16391  Oct 31 2011 09:41:06 +02:00  config.text

32514048 bytes total (6132736 bytes free)

The command does not work without the MD5 in it or I could not get it to work.  Yes, copy and pate the entire path from sh ver.  This was the only way I got it to work.

Do I have to download the MD5 checksum from cisco web site when I downloaded the IOS software ?

no, you don't.  Just try the command I provided you

You can do md5 verify as Reza advised. Then you can compare hash value you will get with the one on Cisco web site (IOS donload page for your image) to see if that is matching.

Nik

HTH,
Niko