This post is more than 5 years old
1 Rookie
•
63 Posts
0
348
October 15th, 2012 08:00
How to determine total R1 space on an array
Hello,
Looking for a command, or set of commands, to determine the total R1
space on an array. Anyone have an idea?
Thanks,
Will S.
No Events found!


seancummins
2 Intern
•
226 Posts
0
October 15th, 2012 08:00
Hi Will,
You can run a "symdev list -r1" and it will show you all R1 devices, along with their capacities.
It doesn't provide you with a total of the device capacities, but you potentially calculate this by just scraping the capacity column with awk or cut, or you could output to XML and import the data into Excel. To output to XML, just add the "-output xml_e" flag to the command.
Hope that helps,
- Sean