Start a Conversation

This post is more than 5 years old

Solved!

Go to Solution

993

May 31st, 2013 21:00

when disk is failed in DMX and that particuar disk is having BCV . How we can check the device id's through CLI

I tried the below command and its giving me only the raid-5 and the data disk . i cant see the BCV device but the EMC is saying , BCV is involved on the failed disk

command that i have used

symdisk -sid xxx show 11b:c7

Please let me know is there anyway we can find out the bcv's on that particular disk

91 Posts

June 6th, 2013 04:00

Hi,

If you see the symdev show of the devices you would see that the "Device Config" shows as BCV, but when you see the "Back End Disk Director Information" in the same command,it would only show which RAID type it belongs to.

Hence symdisk would only show the RAID-type of the devices..(eg: RAID-1)

If you like to find the BCV devices which are part of the disk, please use the following command

# symdev list -bcv -sid XXX | grep DA:IT

eg:

# symdev list -bcv -sid XXX | grep 0054

0054 Not Visible            ???:? 08C:D4 2-Way BCV Mir Asst'd       RW     501

# symdisk show 08C:D4 -sid XXX| grep 0054

    2   300 FBA              0054 RAID-1         1   1  Ready               511

# symdev list -bcv -sid XXX | grep 08C:D4

0054 Not Visible            ???:? 08C:D4  2-Way BCV Mir Asst'd       RW     501

03C8 Not Visible            ***:* 08C:D4  2-Way BCV Mir N/Asst'd     RW     501

9 Legend

 • 

20.4K Posts

May 31st, 2013 21:00

RAID-5 BCV will show up as RAID-5, unprotected BCV will show up as data: IE:

  Hypers (124):

  {

  #   Vol   Emulation        Dev  Type          Mir Mbr Status         Cap(MB)

  --- ----- ---------------- ---- ------------- --- --- -------------- --------

    1  1654 FBA              007C RAID-5         1   4  Ready              2467

    2  1655 FBA              00BA RAID-5         1   5  Ready              2467

    3  1656 FBA              00F8 RAID-5         1   6  Ready              2467

    4  1657 FBA              0134 RAID-5         1   7  Ready              2467

    5  1658 FBA              017A RAID-5         1   5  Ready              1233

    6  1659 FBA              01B5 RAID-5         1   6  Ready              1233

    7  1660 FBA              01EB RAID-5         1   7  Ready              1233

    8  1661 FBA              021F RAID-5         1   8  Ready              1233

    9  1662 FBA              0253 RAID-5         1   1  Ready              1233

   10  1663 FBA              030A Data           1  N/A Ready              8634

   11  1664 FBA              0280 RAID-5         1   8  Ready              1233

   12  1665 FBA              041E RAID-5         1   1  Ready              1233

   13  1666 FBA              045D RAID-5         1   1  Ready              2467

   14  1667 FBA              05F1 RAID-5         1   2  Ready              2467

   15  1668 FBA              052C Data           1  N/A Ready              8634

4 Operator

 • 

2.1K Posts

June 2nd, 2013 20:00

Hi parthi_83,

Do you mean the hotspare invoked on you failed disk?  BCV is logical device in your array which associating your symm dev. You can use command to check the relationships

symbcv list -sid xxx dev

108 Posts

June 6th, 2013 04:00

Commands for BCV's:

*symmir list - list all sessions with TF/Mirror relationships.
*List all devices with 'INVALID' state.

Give the list to the customer and, depending on the current state of the session, the customer will need to do one of the following.

If the devices are Established:

*symmir 'split' -force
*symmir 'cancel' -force
*Full Establish

If the devices are Split:

*symmir 'cancel' -force
*Full Establish

The issue is still appearing many volumes, but there's any volumes we can finally establish with this sequence:

split -symforce

cancel

unhold

establish -full

No Events found!

Top