Start a Conversation

This post is more than 5 years old

Solved!

Go to Solution

5115

September 15th, 2010 04:00

how to get storage pool totals from control station command line

Is there a command or commands we can run from one of our NAS control stations to list the storage pool totals? If we run Celerra Manager and select "Storage" then "Pools" we can get a nice graphic display with the "Storage Capacity" for each of 7 pools that we have defined. Can someone provide the NAS command that can be executed from command line that generates something similar? Thanks very much.

1 Rookie

 • 

20.4K Posts

September 15th, 2010 04:00

nas_pool -size

This e-mail message (including any attachments) is for the sole use of

the intended recipient(s) and may contain confidential and privileged

information. If the reader of this message is not the intended

recipient, you are hereby notified that any dissemination, distribution

or copying of this message (including any attachments) is strictly

prohibited.

If you have received this message in error, please contact

the sender by reply e-mail message and destroy all copies of the

original message (including attachments).

46 Posts

September 15th, 2010 04:00

But ... we have a pool called sym_std that shows 10.8 TB allocated to it in the celerra manager gui. When I run

nas_pool -size symm_std

I get

zeros.

id = 1

name = symm_std

used_mb = 0

avail_mb = 0

total_mb = 0

potential_mb = 4548537

Why?

296 Posts

September 15th, 2010 04:00

nas_pool -size

This will give you the details,

you would also like to see more info my using

nas_pool -info

46 Posts

September 15th, 2010 04:00

thanks!

46 Posts

September 15th, 2010 06:00

nas_pool -list
id      inuse   acl     name
1       y       0       symm_std
3       n       0       clar_r5_performance
10      n       0       clarata_archive
18      y       0       clarata_r6
28      n       0       TEST
29      y       0       cx3_ata
30      y       0       cx3_fc

September 15th, 2010 06:00

What is the output of nas_pool -list?  Is there another pool using that space?

46 Posts

September 15th, 2010 07:00

Interesting. The result :

$ nas_pool -size symm_std -slice y
id           = 1
name         = symm_std
used_mb      = 6753458
avail_mb     = 74058
total_mb     = 6827516
potential_mb = 4548537

So ... total + potential gets us to 10+ TBytes. I wonder why total_mb is only 6827516?


674 Posts

September 15th, 2010 07:00

and look at the -slice explanation

[-slice {y|n}]
     If y is typed, displays size information when volumes in the storage
     pool are sliced. If n is typed, displays size information when
     volumes in the storage pool are not sliced. The -slice option defaults
     to the value of default_slice_flag for the storage pool.

1 Rookie

 • 

20.4K Posts

September 15th, 2010 07:00

total is how much has been "grabbed" by the pool already, potential is how much capacity is still hanging out there and could be "grabbed" by the pool

September 15th, 2010 07:00

No problem - please reply back when they sort it out!

Karl

September 15th, 2010 07:00

Something seems a bit wonky if the GUI says the symm_std pool has 10TB allocated, but the command line says other wise.  I'd check the totals on the other pools and compare it to the number in the GUI.  If things don't match, I'd open a LiveChat session or a ticket.  Someone could dial in and check the config - it sounds like the GUI and CLI don't agree.

1 Rookie

 • 

20.4K Posts

September 15th, 2010 07:00

try

nas_pool -size symm_std -slice y

46 Posts

September 15th, 2010 07:00

All of the other pool info is correct and I know the symm_std pool should be showing 10+ TBytes. I will open a case in Powerlink. Thanks.

46 Posts

September 15th, 2010 07:00

thanks everyone for the excellent assistance.

8.6K Posts

September 15th, 2010 08:00

try nas_pool

No Events found!

Top