Unsolved
This post is more than 5 years old
25 Posts
0
619
May 10th, 2012 06:00
Thin Allocation by Storage Group?
So, I can easily see the subscription vs allocation at a virtual pool level, this makes it easy in a thin world to tell people how much free space they have on their hosts. However, I can't seem to find an easy way to view allocation at a storage group level (barring doing a lot of working mapping the lun id and looking up data). Anybody cracked this?
No Events found!
Amita2
93 Posts
0
May 14th, 2012 06:00
Hi,
There is a nothing like Allocated and free space on Storage Group basis. Storage Group is a container that contains the devices.
For allocated and free space you will have to check on disk basis.
Symdisk -sid xxx list
symdisk -sid 223 -da xx -interface x -tid x -hypers -v list
Thanks
Amita
MDSchneider
25 Posts
0
May 16th, 2012 14:00
So, you can run symcfg list -tdev -sg (sgname)... though you have know the storage groups. So I wrote a loop to collect it. Seems like it should be simpler than that.
dynamox
9 Legend
•
20.4K Posts
0
May 16th, 2012 16:00
this ?
symcfg list -sid 123 -pool -thin -detail
MDSchneider
25 Posts
0
May 18th, 2012 06:00
I use that a lot, but it only gets pool detail... I was looking for something similar to that output, but listing out all the storage groups instead of pools. It doesn't seem to exist.