mb_live

updated

16 years ago

M

mb_live

33 Posts

0

22828

February 25th, 2011 10:00

VMAX - CLI command to view Storage Group Capacity

Hi All,

I'm looking for a cli command that will list the total capacity assigned to a storage group. So far the best I can do is see the number of devices in a storage group through cli.

Using smc, you can go to the properties and see the total capacity per storage group, but would like that same function in CLI.

Let me know if any of you has come across this.

Thanks!

  • mb_live

    33 Posts

    16263

    0

    Posted September 24th, 2014 15:00

    I answered my own question 3 years later apparently. symcfg -sid list -tdev -detail -sg -gb Totals are at the bottom.

    I'm thinking that's what I was wanting

  • DELL-Sam L

    Community Manager

    8056 Posts

    34380 Points

    6066

    0

    Posted March 19th, 2021 15:00

    Hello perneesha,

    Here is a link to the CLI guide which list out all the commands that can be run. https://dell.to/3cO0Rzo

  • yaribhas

    2 Intern

    134 Posts

    15326

    1

    Posted February 25th, 2011 11:00

    Yup my bad... You have to use IG to for it..

    symaccess -sid 1543 list devinfo -ig

  • yaribhas

    2 Intern

    134 Posts

    15326

    0

    Posted February 25th, 2011 11:00

    symaccess -sid *** list -type storage -name -detail -v

    I think you can not use -detail option in the previous command.

  • mb_live

    33 Posts

    15326

    0

    Posted February 25th, 2011 11:00

    That command (at least for me) just lists the device count and I don't see where it lists the total capacity in the storage group.

  • yaribhas

    2 Intern

    134 Posts

    15326

    1

    Posted February 25th, 2011 11:00

    symaccess -sid **** show -type storage -detail

  • mb_live

    33 Posts

    15326

    0

    Posted February 25th, 2011 12:00

    Right...that's what I was trying to avoid. I think it would be nice if it was possible to see storage group capacity before it's associated with the host, to verify the right size & disks are going to be presented.

    Thanks for the reply!

  • SKT2

    2 Intern

    1340 Posts

    15326

    0

    Posted April 19th, 2011 12:00

    why do you call it as "storage group" capacity if it is before getting associated  with a host ?

  • dynamox

    11 Legend

    20419 Posts

    87439 Points

    15326

    1

    Posted April 19th, 2011 13:00

    what's wrong with that ? You add devices to a storage group before or after you assign them to a masking view.

  • 10423

    0

    Posted April 14th, 2016 19:00

    good, that's what I am looking for.