Unsolved
This post is more than 5 years old
7 Posts
0
1029
October 13th, 2011 07:00
How to find what hypers/Luns belong to which physical drive?
Hi, can any one please tell me how to find out which hypers/luns belong to which physical drives? One way is to find out is through Symwin and the other way is to use the #symdisk -v list -hypes on a DMX but the out put is huge and time consuming. Is there a shortcut method to find out just the # of luns belong to which physical drives.
Thanking you all in advance,
RP
No Events found!
MorbidAngel1
62 Posts
1
October 13th, 2011 16:00
Just check with the symdev show --
root@chslyp10-/usr/symcli/bin> symdev -sid 3889 show 00D5 | more
Device Physical Name : Not Visible
Device Symmetrix Name : 00D5
Device Serial ID : N/A
Symmetrix ID : 000290103889
Attached BCV Device : N/A
Attached VDEV TGT Device : N/A
Vendor ID : EMC
Product ID : SYMMETRIX
Product Revision : 5773
Device WWN : 60060480000290103889533030304435
Device Emulation Type : FBA
Device Defined Label Type: N/A
Device Defined Label : N/A
Device Sub System Id : 0x0001
Cache Partition Name : DEFAULT_PARTITION
Device Block Size : 512
Device Capacity
{
Cylinders : 24536
Tracks : 368040
512-byte Blocks : 47109120
MegaBytes : 23003
KiloBytes : 23554560
}
Device Configuration : RDF1+Mir (Meta Head,
Non-Exclusive Access)
Device is WORM Enabled : No
Device is WORM Protected : No
SCSI-3 Persistent Reserve: Disabled
Dynamic Spare Invoked : No
Dynamic RDF Capability : RDF1_OR_RDF2_Capable
STAR Mode : No
STAR Recovery Capability : None
STAR Recovery State : NA
Device Service State : Degraded
Device Status : Ready (RW)
Device SA Status : Ready (RW)
Front Director Paths (2):
{
----------------------------------------------------------------------
POWERPATH DIRECTOR PORT LUN
--------- ---------- ---- -------- ---------
PdevName Type Type Num Sts VBUS TID SYMM Host
----------------------------------------------------------------------
Not Visible N/A FA 08C:1 RW 000 00 032 N/A
Not Visible N/A FA 09C:0 RW 000 00 032 N/A
}
Meta Configuration : Striped
Meta Stripe Size : 960k (1 Cylinders)
Meta Device Members (2) :
{
----------------------------------------------------------------------
BCV DATA RDF DATA
---------------------------- --------------------------
Sym Cap Std Inv BCV Inv Pair R1 Inv R2 Inv Pair
Dev (MB) Tracks Tracks State Tracks Tracks State
----------------------------------------------------------------------
--> 00D5 11501 - - N/A 0 0 Synchronized
00D6 11501 - - N/A 0 0 Synchronized
----------------------------------------------------------------------
23003 - - 0 0
}
Meta Configuration : Striped
Meta Stripe Size : 960k (1 Cylinders)
Meta Device Members (2) :
{
----------------------------------------------------------------------
BCV DATA RDF DATA
---------------------------- --------------------------
Sym Cap Std Inv BCV Inv Pair R1 Inv R2 Inv Pair
Dev (MB) Tracks Tracks State Tracks Tracks State
----------------------------------------------------------------------
--> 00D5 11501 - - N/A 0 14048 Partitioned
00D6 11501 - - N/A 0 14117 Partitioned
----------------------------------------------------------------------
23003 - - 0 28165
}
Mirror Set Type : [Data,R2 Remote,R2 Remote,Data]
Mirror Set DA Status : [RW,RW,NR,RW]
Mirror Set Inv. Tracks : [0,0,14048,0]
Back End Disk Director Information
{
Hyper Type : Data
Hyper Status : Ready (RW)
Disk [Director, Interface, TID] : [02A, D, 0]
Disk Director Volume Number : 1205 (0x4B4)
Hyper Number : 3
Disk Capacity : 286102m
Disk Group Number : 1
Hyper Type : R2 Remote
Hyper Status : Ready (RW)
Disk [Director, Interface, TID] : [N/A,N/A,N/A]
Disk Director Volume Number : N/A
Hyper Number : N/A
Hyper Type : R2 Remote
Hyper Status : Not Ready (NR)
Disk [Director, Interface, TID] : [N/A,N/A,N/A]
Disk Director Volume Number : N/A
Hyper Number : N/A
Hyper Type : Data
Hyper Status : Ready (RW)
Disk [Director, Interface, TID] : [16A, D, 0]
Disk Director Volume Number : 1205 (0x4B4)
Just check that Meta Head 00D5 resides in the following two disks--02A,D,0 & 16A,D,0
root@chslyp10-/usr/symcli/bin> symdisk -sid 3889 show 02A,D,0
Symmetrix ID : 000290103889
Director : DF-2A
Interface : D
Target ID : 0
Disk Group Number : 1
Vendor ID : SEAGATE
Product ID : SXT30065FC
Product Revision : T300155
Serial ID : 3LM41LSF
Disk Blocks : 585937499
Block Size : 512
Actual Disk Blocks : 585937499
Total Disk Capacity (MB) : 286102
Free Disk Capacity (MB) : 1307
Actual Disk Capacity (MB) : 286102
Hot Spare : False
Failed Disk : False
Hypers (71):
{
# Vol Emulation Dev Type Mirror Status Cap(MB)
--- ---- ---------------- ---- ------------- ------ -------------- --------
1 1203 VAULT_DEVICE 000C Data 1 N/A 5120
2 1204 FBA 00B2 Data 1 Ready 23005
3 1205 FBA 00D5 Data 1 Ready 11504
root@chslyp10-/usr/symcli/bin> symdisk -sid 3889 show 16A,D,0 -v | more
Symmetrix ID : 000290103889
Director : DF-16A
Interface : D
Target ID : 0
Disk Group Number : 1
Vendor ID : SEAGATE
Product ID : SXT30065FC
Product Revision : T300155
Serial ID : 3LM43MMK
Disk Blocks : 585937499
Block Size : 512
Actual Disk Blocks : 585937499
Total Disk Capacity (MB) : 286102
Free Disk Capacity (MB) : 1307
Actual Disk Capacity (MB) : 286102
Hot Spare : False
Failed Disk : False
Hypers (71):
{
# Vol Emulation Dev Type Mirror Status Cap(MB)
--- ---- ---------------- ---- ------------- ------ -------------- --------
1 1203 VAULT_DEVICE 0004 Data 1 N/A 5120
2 1204 FBA 00B2 Data 2 Ready 23005
3 1205 FBA 00D5 Data 4 Ready 11504
rpakanati
7 Posts
0
October 14th, 2011 07:00
Arif, many thanks.
RP