wishtobeMrEMC

updated

18 years ago

0

560

June 9th, 2008 05:00

Failed disk

symdisk -sid xxx list -failed

Symmetrix ID : xxxxxxxxxxxx
Disks Selected : 1
Capacity(MB)
Ident Symb Int TID Vendor Type Hypers Total Free Actual
------ ---- --- --- ---------- ---------- ------ -------- -------- --------
DF-2D 02D C 12 SEAGATE T146155 21 140014 16141 140014


please guide me to find out

a. whether spare disk has been triggered and spare disk ident.
b. whether data reconstruction on spare disk is completed
c. LUNs on the failed disks to figure out the affected hosts

thanks
  • xe2sdc

    6 Operator

    2831 Posts

    277

    0

    Posted June 9th, 2008 06:00

    a. whether spare disk has been triggered and spare disk ident.


    symdisk -sid xxx -hotspare list

    You'll see a lot of zeroes .. and a line with different numbers. The hotspare that is being synchronized is the one without zeroes ;-)

    b. whether data reconstruction on spare disk is completed


    Feature not available at the moment .. RFE needed (but I think someone else already requested such a feature ;-) )

    c. LUNs on the failed disks to figure out the affected hosts


    symdev -sid xxx -hostpare list

    If you have multiple hotspares invoked, symdev will display ALL involved hypers.

    -s-
  • 277

    0

    Posted June 10th, 2008 00:00

    thanks a lot Mr.EMC :)