Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

cat3550: changing directory on flash file system. error!

Status
Not open for further replies.

summerdike

Instructor
Joined
Oct 24, 2003
Messages
217
Location
EU
I want to upload software image of 3550 cisco switch to a tftp server.
I first want to find the image on the flash file system.

When I want to change directory to "c3550-i5q3l2-mz.121-22.EA5", I get error.
I suppose the image file is in the directory "c3550-i5q3l2-mz.121-22.EA5".

___________________________________________


Directory of flash:/

2 -rwx 346 Mar 01 1993 00:28:44 +00:00 system_env_vars
3 -rwx 5 Mar 03 1993 02:48:00 +00:00 private-config.text
4 drwx 0 Mar 01 1993 01:40:30 +00:00 images
5 -rwx 7428 Mar 03 1993 02:48:00 +00:00 config.text
95 drwx 128 Mar 01 1993 00:27:44 +00:00 c3550-i5q3l2-mz.121-22.EA5
7 -rwx 804 Mar 04 1993 19:23:41 +00:00 vlan.dat
8 -rwx 0 Mar 01 1993 00:28:44 +00:00 env_vars

15998976 bytes total (10215424 bytes free)
demoswitch1#cd c3550-i5q312-mz.121-22.EA5
%Error statting flash:/c3550-i5q312-mz.121-22.EA5 (No such file or directory)
demoswitch1#



______________________________
"Reload and Restart Requested
System Initiated"
 
Hi

All you need to do is use the 'copy tftp flash' command whilst in privileged exec (# prompt mode). It will ask you for an IP address of a TFTP server and which file you want to copy.

HTH
 
Sorry that should be 'copy flash tftp'... Doh
 
I succeeded copying the image.
I mixed up the 1 and the l inthe name.
After copy/paste I succeeded.

It turned out that the image file had the same name as the directory it was in, but then with the extension .bin.

What is the point that these directories and image files have such "unique" sort of name?


c3550-i5q312-mz.121-22.EA5.bin ???????


______________________________
"Reload and Restart Requested
System Initiated"
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top