08-08-2008 02:11 AM - edited 03-06-2019 12:41 AM
Why I can't verify IOS bin file saved in a subfolder on the flash!
verify flash:c3750-ipbasek9-mz.122-44.SE2/c3750-ipbasek9-mz.122-44.SE2.bin"
%Error verifying flash... (No such file or directory)
08-08-2008 03:55 AM
Hi,
It looks like some typo in the command.
the command should mostly look like
"verify flash:c3750-ipbasek9-mz.122-44.SE2.bin"
Check this out.
-VJ
08-08-2008 04:40 AM
I tried already all the combinations!
I also tried it to run on different 3750 switches and I had the same unsuccessfully results. It seems the "verify" is unable to read an image file under a subfolder!
08-08-2008 06:15 AM
Hi,
Try this..
1) issue the cd command to switch to the directory you want
cd "directoryname:
2) Execute the verify command with the file name.
verify "filename"
Alternatively you can try this alsow
verify flash:/directoryname/filename
Have a note of the slash "/".
In your case it should be as follows
verify flash:/c3750-ipbasek9-mz.122-44.SE2/c3750-ipbasek9-mz.122-44.SE2.bin
This should work.
Test this and let us know the result. Both method works for me.
HTH
-VJ
08-10-2008 09:44 PM
08-11-2008 11:11 AM
It looks like you are hitting CSCsi66075.
It is *NOT* supported in that build.
Please rate, if it helps.
08-11-2008 08:56 PM
Check the IOS bug... if not then verify for us if you have the switch stacked with other 3750s? If so, perform a "dir all" to find if the IOS is only on another switch flash and not the "master" switch stack.
08-11-2008 09:32 PM
I have few switches in the stack. The ones I tested are not configured as stack.
I have tried additional test while I'm writing this email and it seems the problem only occurrs with the 3750s running /c3750-ipbasek9-mz.122-44.SE2 as IOS image.
I tried some other which are not yet updated with latest IOS and the verify command works fine!
It must be a bug for that IOS version!
12-05-2013 04:12 PM
Hi, I got the same problem, and I try to put extra parameter /md5
example :
verify /md5 flash:/c3750-ipbasek9-mz.122-44.SE2/c3750-ipbasek9-mz.122-44.SE2.bin
and it's work for me.
12-22-2011 03:16 AM
Hi, getting the same error message with c3750-ipbasek9-mz.122-53.SE1.bin
Cisco#verify flash:c3750-ipbasek9-mz.122-53.SE1.bin
File system hash verification failed for file flash:c3750-ipbasek9-mz.122-53.SE1.bin(No such file or directory).
After getting MD5 hash value for that IOS (http://www.cisco.com/cisco/software/cart.html?mdfid=&treeMdfId=268438038&flowid=null&addoption=DN&imageGuId=717943AADCA8210CC4125BFAF81514BC75E2C617&isLatestRel=)
I can now succesfully proceed with
Cisco#verify /md5 flash:c3750-ipbasek9-mz.122-53.SE1.bin 7fd986e52367ca1153d6103edf8bd4ed
..................................................................................................................................
...................................................................................................................................
..................................................................................................................................
................................................................................Done!
Verified (flash:c3750-ipbasek9-mz.122-53.SE1.bin) = 7fd986e52367ca1153d6103edf8bd4ed
That's all
07-18-2020 05:28 PM
Hello,
As per this page https://community.cisco.com/t5/switching/ios-verify/td-p/1779816
I had the same issue, and added /md5 to the verify command, so you command would look like:
verify /md5 flash:c3750-ipbasek9-mz.122-44.SE2/c3750-ipbasek9-mz.122-44.SE2.bin
Cheers.
03-15-2022 02:39 AM
Hi, I got the same problem on C2960X 15.2(7)E2.
Adding /md5 solve the problem.
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