Unsolved
This post is more than 5 years old
1 Rookie
•
57 Posts
0
311
August 8th, 2013 09:00
informacion about a disk (Hypers)
Hi
Does any one know how to get the volumes in a disk by using symcli, i mean i want to know what type of vol there are in a disk.
i tried with this command but i only get the info for a Disk_group or all disks
symdisk -sid 0672 -disk_group 1 list -v -hyper
symdisk -sid 0672 -v hypers list
But i have many disk group and i want to know just for an especific disk for example:
DF-8D 08D D 5
is there any command in symcli to get this info ?
Best regards
No Events found!
seancummins
2 Intern
•
226 Posts
0
August 8th, 2013 09:00
Hi,
Try this --
symdisk -sid 0672 list -da 8d -int d -tid 5 -v -hypers
Thanks,
- Sean