Unsolved
This post is more than 5 years old
1 Message
0
13392
July 23rd, 2010 11:00
Celerra commands
Hi,
I am new to NAS Celerra domain. Can we get the list of commands which we used to do administration of Celerra filer? Currently i am looking for the command which gives us the Total disk capacity , configured capacity and used capacity on the filer. Through GUI i unable to get the details of that. Pls help me to get this CLI for Celerra.
Thanks and Regards,
Jay
No Events found!


bergec
275 Posts
0
July 23rd, 2010 11:00
Look at the Reference Manual available on Powerlink
Basic command for what you want are server_df and nas_pooll
Also look at /nas/log/cmd_log file (most commans issued from CLI or Celerra Manager are recorded in that file)
Claude
Rainer_EMC
6 Operator
•
8.6K Posts
0
July 27th, 2010 16:00
Hi Jay,
you dont need the CLI for that - you can do that as well with the Celerra Manager GUI and Exel
just go to storage and filter the table to just display disk volumes (dvols==LUNs), copy and export to Excel
you should also be able to filter on devices that are used for file systems and checkpoints
then do the same with File systems
this way you can get all the capacity information
If you still want to use the CLI and have Unix shell skripting knowledge I would suggest to look at the command reference guide and get some "inspiration" from EMC skripts like /nas/tools/nas_summary and whereisfs
there is also a powerful -query option to most CLI commands
have fun
Rainer
ycupid4u
2 Posts
0
May 10th, 2011 23:00
Thanks guys for the help. I will try these one if that solve the problem with script.