Unsolved
This post is more than 5 years old
11 Posts
0
1733
March 30th, 2011 00:00
NMC Reports for stored data?
Hello, how can I get the amount of all actually stored data on all volumes per client(s)? As far as I understand, NMC only delivers data about written data, that means, data once written and later removed due to reaching retention still shows up.
Thanks for any hint. /Sam
No Events found!


mukesh34
3 Posts
1
April 10th, 2011 01:00
Hi,
You can run this command to see for a client data on volumes
mminfo -r "volume, %used,capacity,written,ssid,volid" -q "client=client_name"
I hope this help.
swittwer
11 Posts
0
April 11th, 2011 02:00
Hi mukesh, thanks for the hint, works perfectly. But anyway it would be nice to have in NMC-reports "Backup Statistics" the possibility to choose between written data and actually used (stored) data, i.e. when charging used space to customers. And when using mminfo and data is written to AFTD be careful to omit the space on read-only devices (devices named xxxx_AF_readonly) otherwise the same data is counted twice. /Sam