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.
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
mukesh34
3 Posts
431
1
Posted 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.