This post is more than 5 years old
7 Posts
0
522
July 22nd, 2013 07:00
Linux script to obtain percent utilization on two Avamar grids
Hello,
I am new to Avamar. Our organization currently uses the Capacity Utilization and Forecast graph located at https://servername.domain/cas/login.faces. We are looking to bring these stats into our own reporting web page.
We use a Bash script to bring information from our other servers (like our VNX servers). The Bash script runs according to a cron schedule. Then, we pull that data into mongodb and eventually graph it.
Basically, not having shell scripting experience, how would I get started on writing a script on our Avamar server to report on a) Total Capacity and b) Capacity Used?
0 events found
No Events found!


Pratique2511
82 Posts
1
July 22nd, 2013 07:00
Hello jjbladester,
You can use the following command: "mccli server show-prop" to get the total capacity and capacity used of the grid.
Try to grep and sed the required columns / rows into your script and that should do the job.