|
# more /var/adm/messages |grep
"WARNING:"
|
|     Look for error
messages pointing to a disk |
| |
|
# echo | format | more
|
|     Look for:
unknown drive, You can also check here the wwn # for
the disk |
| |
|
# ls -l /dev/rdsk/*2
|grep /sbus@3,0/SUNW,socal@0,0/sf@0,0/ssd@w210000203716cf41,0
|
|     lrwxrwxrwx
1 root root 74 Feb 24 1999 /dev/rdsk/c3t0d0s2 -> |
|     ../../devices/sbus@3,0/SUNW,socal@0,0/sf@0,0/ssd@w210000203716cf41,0:c,raw |
|    
This command will give you the device address of the
disk as here is /dev/rdsk/c3t0d0s2 |
| |
|
# vxprint | egrep "DISA|DET|SYNC|STALE|NEEDSYNC|NODEVICE|RECOVER|FAIL"
|
|     a. Disabled Volume / Plex |
|     b. Detached Plexes |
|     c. Syncing is in progress |
|     d. Volumes are in stale
stat |
|     e. Volumes needs manual
syncing or recovering |
|     f. Volume Manger can't
recognize some disks or Device not found |
|     g. Volumes are recovering |
|     h. Failed Disk |
| |
vxdisk list -> will
show all the failed disks at the bottom of the output
|
| |
|
Storedge specific commands
can also be used to verify the bad disk
|
|     i.e ssaadm, luxadm, fru
list, fru stat etc.. |