Start a Conversation

Unsolved

This post is more than 5 years old

2041

November 2nd, 2006 21:00

Output in #symdev -v list command

Hi,

I need to find out which hypervolumes (symdev) share the same physical disk inside of Symmetrix. Here is an excerpt from #symdev -v list command

###################################################
Back End Disk Director Information
{
Hyper Type : Data
Hyper Status : Ready (RW)
Disk [Director, Interface, TID] : [10B, C, 0]
Disk Director Volume Number : 10
Hyper Number : 10
Disk Capacity : 70007m
}
###################################################

In the case above, which one is the address of each physical disk in Symmetrix?
Disk ?
Disk Director Volume Number?
Hyper Number ?

It would be great if you could let me know the meaning of each term..

Thanks in advance,

Ryosuke

226 Posts

November 3rd, 2006 05:00

Ryosuke,

This line contains the disk information:
Disk [Director, Interface, TID] : [10B, C, 0]


The disk is DA-10B C0.

And this line shows you the hyper number on the physical disk:
Hyper Number : 10


So the volume you are running the query on is the 10th hyper on disk DA-10B C0.

To see what else is on that physical disk, try 'symdisk -v list', and look for a section that looks like this:

Hypers (16):
{
# Vol Emulation Dev Type Mirror Status Cap(MB)
--- ---- ---------------- ---- ------------- ------ -------------- --------
1 61 FBA 049D Data 1 Ready 8632
2 62 FBA 04D5 Data 1 Ready 8632
3 63 FBA 050D Data 1 Ready 8632
4 64 FBA 0545 Data 1 Ready 8632
5 65 FBA 057D Data 1 Ready 8632
6 66 FBA 05B5 Data 1 Ready 8632
7 67 FBA 05ED Data 1 Ready 8632
8 68 FBA 0625 Data 1 Ready 8632
9 69 FBA 065D Data 1 Ready 8632
10 70 FBA 0695 Data 1 Ready 8632
11 71 FBA 06CD Data 1 Ready 8632
12 72 FBA 0705 Data 1 Ready 8632
13 73 FBA 073D Data 1 Ready 8632
14 74 FBA 0775 Data 1 Ready 8632
15 75 FBA 07AD Data 1 Ready 8632
16 76 FBA 07E5 Data 1 Ready 8632
}

The 'Dev' column shows you the Symmetrix volume ID of each hyper on the disk.

Hope that helps,

- Sean

6 Posts

November 4th, 2006 07:00

question answerd

6 Posts

November 4th, 2006 07:00

Thanks Sean, this is the informaiton I wanted!!!

Cheers,

Ryosuke

6 Posts

November 4th, 2006 07:00

..
No Events found!

Top