06-21-2007 01:57 AM - edited 03-05-2019 04:52 PM
Hi, I am trying to upload an IOS image onto a 3750 switch, but receive this error:
<code>
examining image...
%Tar checksum error in tftp://14.x.x.x/c3750-ipbasek9-mz.122-37.SE.bin
%Error opening flash:update/info (No such file or directory)
ERROR: Image is not a valid IOS image archive.
</code>
Can anyone help here?
06-21-2007 02:00 AM
HI,
TRY THIS: In order to troubleshoot:
1. Check the physical connectivity to the TFTP server.
2. Check the command syntax and IOS file name.
3. Check the TFTP server settings.
4. Try with another TFTP server.
Pls Rate if Helps
Best Regards,
Guru Prasad R
06-21-2007 08:36 AM
When you downloaded the file, did you use ftp? If you used ftp, did you remember to set it to "BIN" mode (default is ASCII for many clients).
For many TFTP servers, once you define the directory holding the files (in the TFTP server's config file), it becomes the root directory for the client.
It may be that you really want to use the "archive" command (from priviledged mode, on the target switch), which will pull the files from the tarball via TFTP and put them where they belong on your switch.
So, what did you do / try already? Save us some guessing time ...
Good Luck
Scott
06-21-2007 12:57 PM
I used good old copy tftp flash and it worked just fine!
Thanks
05-06-2011 04:54 AM
The reason for this error message is that the archive command is for the .tar files and cannot be used with .bin files. In order to upgrade using the .bin file, use the copy command
martijn
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