UNSOLVED

swittwer

updated

15 years ago

S

swittwer

11 Posts

0

1759

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

  • 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.

  • swittwer

    11 Posts

    431

    0

    Posted 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