Troubleshooting guide

31
Special Procedures
Reload Flash If Necessary
Step 12 If the switch card has an incorrect flash checksum, load the flash again by executing the
present procedure, Procedure 4, Verify Switch Card Flash.
Verify flash again (Step 10 and Step 11 above).
If the card still has an incorrect flash checksum after you load flash a second time, contact
Cisco Customer Support at 1-800-553-NETS (6387) or 1-800-553-2447.
Special Procedures
Special Procedure A, Freeing Up Disk Space
Use this procedure if swinstall or swremoteinstall reports that there is insufficient disk space.
Identify Files to Delete
Step 1 Log in on the target node as root.
Step 2 Identify the software to remove. To do this, enter the command swdelete with no argument,
as in the following example:
bash# swdelete
Usage: swdelete version -f
version: version of software to delete (e.g. 2.0.0)
-f: remove even if currently running version
Description:
Deletes the indicated release, first checking to make sure
that the release is not currently in use.
(For an update release, both the update and the underlying
major release are in use.)
VERSIONS ON DISK
2.0.5
2.0.7
2.0.8
CURRENTLY RUNNING VERSIONS:
2.0.7
2.0.8
bash#
If you attempt to delete the running version of software, the following message appears:
Can’t remove current running release ($version)
Delete Obsolete Version Files
Step 3Use the swdelete command to delete obsolete version files:
bash# swdelete 2.0.5
Deleting version 2.0.5
bash#
Caution Do not delete the currently running software versions (2.0.7 and 2.0.8 in the example
shown in Step 2, above).