Start a Conversation

Unsolved

This post is more than 5 years old

1479

October 28th, 2017 12:00

compcu.jar - get total size, used space and available space to csv

Can someone assist me in pulling the total size, used space and available space on a compellent to a csv file?

I've used a lot of the "show" commands but I'm having a hard getting just the total size, used space and available space out to a csv. Any help would be awesome, thank you.

November 2nd, 2017 11:00

Bump.

Can anyone assist with this?

2 Intern

 • 

230 Posts

January 30th, 2018 19:00

For CompCU you can run the -h for every command to get the help output. For example volume show -h will show all options available. Unfortunately there is no option to only show specific columns in CompCU like there is in PowerShell

I used the command java -jar CompCU.jar -defaultname SC123456 -c "volume show -csv CML.csv"
Save to Comma Separated (csv) File: CML.csv

No Events found!

Top