Specifications
3-45
Cisco Wide Area Application Services Command Reference
OL-11817-01
Chapter 3 CLI Commands
disk
5. Mark disk01 as good by entering the disk mark EXEC command.
WAE# disk mark disk01 good
disk01 is marked as good.
It will be used after reload.
6. Verify that Disk01 is now marked as “Not used” by entering the show disks details EXEC
command. Reload the WAAS device by entering the reload EXEC command. When asked, press
Enter to proceed with the reload. After the WAAS device is reloaded, Disk01, which is marked as
a good disk drive, will be used again. Use the show disks details EXEC command to verify the disk
is operating normally.
WAE# show disks details
Physical disk information:
disk00: Normal (h00 c00 i00 l00 - DAS) 76324MB( 74.5GB)
disk01: Not used
...
WAE# reload
Proceed with reload?[confirm]
...
WAE# show disks details
Physical disk information:
disk00: Normal (h00 c00 i00 l00 - DAS) 76324MB( 74.5GB)
disk01: Normal (h01 c00 i00 l00 - DAS) 76324MB( 74.5GB)
...
Reformatting a SCSI Disk Drive
Use the disk reformat EXEC command to reformat a SCSI disk drive on a WAAS device. The SCSI
drive cannot be in use when you execute this command.
Caution To avoid loss of data, use this command with extreme caution.
Note This command is only available on systems with SCSI drives: WAE-611 and WAE-7326.
The following scenario shows how to reformat a SCSI drive:
1. Mark the SCSI drive as bad. In this example, it is disk01.
WAE# disk mark disk01 bad
2. Reboot the WAAS device so that the bad disk is not in use.
WAE# reload
3. Reformat the disk. On completion of this command the drive is blank.
WAE# disk reformat disk01
4. Reboot the WAAS device. Normal software RAID recovery is performed and the reformatted disk
is prepared for use.
WAE# reload