Description:
How to display the “sum� of the tape “space used�/�space left� from cli report
Symptoms:
n/a
For more information on this topic, please see the Module 4-Advanced Administration Part Two-Web-based Training
In the $NV_HOME/reports/templates folder on the Backup Server, there is a template called “mediaclidefault�. It looks like follows:
%CLASS "Media"
%NICENAME "Media - cli default template"
%FORMAT "%MEDIAGROUP %LABEL %SPACELEFT %SPACEUSED %MEDIAFORMAT %NEEDSIMPORT %NEEDSRECOVERY %UNUSABLE"
%SORT %MEDIAGROUP+ %LABEL+
%OUTPUTTYPE 0
%HEADERNAME "Default"
%FOOTERNAME "Default"
Edit the file, and put a line “%OUTPUTTOTALRECORD "YES"� and save it. After the modification of the file, the file should look like -
%CLASS "Media"
%NICENAME "Media - cli default template"
%FORMAT "%MEDIAGROUP %LABEL %SPACELEFT %SPACEUSED %MEDIAFORMAT %NEEDSIMPORT %NEEDSRECOVERY %UNUSABLE"
%SORT %MEDIAGROUP+ %LABEL+
%OUTPUTTYPE 0
%OUTPUTTOTALRECORD "YES"
%HEADERNAME "Default"
%FOOTERNAME "Default"