Cisco Systems OL-8550-09 Network Router User Manual


  Open as PDF
of 1438
 
49-2
Catalyst 3750 Switch Software Configuration Guide
OL-8550-09
Chapter 49 Troubleshooting
Recovering from a Software Failure
Using the show platform forward Command, page 49-22
Using the crashinfo Files, page 49-24
Memory Consistency Check Routines, page 49-25
Troubleshooting Tables, page 49-26
Recovering from a Software Failure
Switch software can be corrupted during an upgrade, by downloading the wrong file to the switch, and
by deleting the image file. In all of these cases, the switch does not pass the power-on self-test (POST),
and there is no connectivity.
This procedure uses the Xmodem Protocol to recover from a corrupt or wrong image file. There are many
software packages that support the Xmodem Protocol, and this procedure is largely dependent on the
emulation software that you are using.
This recovery procedure requires that you have physical access to the switch.
Step 1 From your PC, download the software image tar file (image_filename.tar) from Cisco.com.
The Cisco IOS image is stored as a bin file in a directory in the tar file. For information about locating
the software image files on Cisco.com, see the release notes.
Step 2 Extract the bin file from the tar file.
If you are using Windows, use a zip program that can read a tar file. Use the zip program to navigate
to and extract the bin file.
If you are using UNIX, follow these steps:
1. Display the contents of the tar file by using the tar -tvf <image_filename.tar> UNIX command.
unix-1% tar -tvf image_filename.tar
2. Locate the bin file, and extract it by using the tar -xvf <image_filename.tar>
<image_filename.bin> UNIX command.
unix-1% tar -xvf image_filename.tar image_filename.bin
x c3750-ipservices-mz.122-25.SEB/c3750-ipservices-mz.122-25.SEB.bin, 3970586
bytes, 7756 tape blocks
3. Verify that the bin file was extracted by using the ls -l <image_filename.bin> UNIX command.
unix-1% ls -l image_filename.bin
-rw-r--r-- 1 boba 3970586 Apr 21 12:00
c3750-ipservices-mz.122-25.SEB/c3750-ipservices-mz.122-25.SEB.bin
Step 3 Connect your PC with terminal-emulation software supporting the Xmodem Protocol to the switch
console port.
Step 4 Set the line speed on the emulation software to 9600 baud.
Step 5 Unplug the switch power cord.