Could anyone tell me what is the command to find the space utilized by all the LUN's in a CX3 series storage box?
Also it would be helpful if you can guide me to few resources on Clariion which involve usage of the CLI (Naviseccli commands) interface to manage CX boxes.
If you run the getlun -capacity command, it'll give you the space occupied by each LUN; you'll have to do the math. If you know Perl or some other scripting language, it'll be simple.
andre_rossouw
62 Posts
1297
1
Posted September 30th, 2010 05:00
There's no single command to do that.
If you run the getlun -capacity command, it'll give you the space occupied by each LUN; you'll have to do the math. If you know Perl or some other scripting language, it'll be simple.
Here's an example of the command and output:
C:\>naviseccli -h cx1a -user xxx -password yyy -scope 0 getlun -capacity
LOGICAL UNIT NUMBER 10
LUN Capacity(Megabytes): 20480
LUN Capacity(Blocks): 41943040
LOGICAL UNIT NUMBER 16
LUN Capacity(Megabytes): 1024
LUN Capacity(Blocks): 2097152
LOGICAL UNIT NUMBER 2502
LUN Capacity(Megabytes): 262144
LUN Capacity(Blocks): 536870912
LOGICAL UNIT NUMBER 2001
LUN Capacity(Megabytes): 262144
LUN Capacity(Blocks): 536870912
LOGICAL UNIT NUMBER 1
LUN Capacity(Megabytes): 20480
LUN Capacity(Blocks): 41943040
LOGICAL UNIT NUMBER 15
LUN Capacity(Megabytes): 20480
LUN Capacity(Blocks): 41943040