HPE 3PAR StoreServ Storage
1752339 Members
5696 Online
108787 Solutions
New Discussion юеВ

Re: Overall Capacity Display(Class Type) on HP 3PAR cli

 
kisalipa
Occasional Advisor

Overall Capacity Display(Class Type) on HP 3PAR cli

Hi friends,

I would like to gather output from CLI for overall capacity of all class type (NL, FC, SSD) which include available and free capacity.

I have attached a similar output from Management console (GUI) which I would to fetch from CLI. Is there a command available to get similar output??

4 REPLIES 4
Cali
Honored Contributor

Re: Overall Capacity Display(Class Type) on HP 3PAR cli

This is:

showsys -space

Try also:

showcpg -d

showcpg -space

ACP IT Solutions AGI'm not an HPE employee, so I can be wrong.
sakshymn
Occasional Advisor

Re: Overall Capacity Display(Class Type) on HP 3PAR cli

There is no stright command to get what you are looking for. You could use REST API. But you can try this.

showsys -devtype SSD -space

showsys -devtype FC -space

showsys -devtype NL -space

Then aggregate the data

kisalipa
Occasional Advisor

Re: Overall Capacity Display(Class Type) on HP 3PAR cli

Thanks Buddy.

Can you please share the steps on how to do using REsT API?

sakshymn
Occasional Advisor

Re: Overall Capacity Display(Class Type) on HP 3PAR cli

Check the Web Services Developer guide.

https://support.hpe.com/hpsc/doc/public/display?docId=c03606339