NetBackup™ Administrator's Guide, Volume II
- NetBackup licensing models and usage reporting
- How capacity licensing works
- Creating and viewing the licensing report
- Reviewing a capacity licensing report
- Reconciling the capacity licensing report results
- Reviewing a traditional licensing report
- Reviewing an NEVC licensing report
- Additional configuration
- About dynamic host name and IP addressing
- About busy file processing on UNIX clients
- About the Shared Storage Option
- About configuring the Shared Storage Option in NetBackup
- Viewing SSO summary reports
- About the vm.conf configuration file
- Holds Management
- Menu user interfaces on UNIX
- About the tpconfig device configuration utility
- About the NetBackup Disk Configuration Utility
- Reference topics
- Host name rules
- About reading backup images with nbtar or tar32.exe
- Factors that affect backup time
- NetBackup notify scripts
- Media and device management best practices
- About TapeAlert
- About tape drive cleaning
- How NetBackup reserves drives
- About SCSI persistent reserve
- About the SPC-2 SCSI reserve process
- About checking for data loss
- About checking for tape and driver configuration errors
- How NetBackup selects media
- About Tape I/O commands on UNIX
Creating and viewing the licensing report
After gathering data for the licensing report, use the --report - - traditional or the - - capacity option to generate the licensing report. You can create a report for any of the following:
A single primary server.
Several primary servers.
A specific subset of clients. For example, a report that contains capacity usage for business unit billing.
The - -gather --capacity command is run for primary server pnnbcsm5b38v002:
C:\Program Files\Veritas\NetBackup\bin\ admincmd>netbackup_deployment_insights --gather --capacity NetBackup Deployment Insights, version 9.1 Gathering license deployment information... Discovered master server pnnbcsm5b38v002 Enter credentials for Master Server(s): Master Server:pnnbcsm5b38v002 Domain Type (NIS, NISPLUS, WINDOWS, vx, unixpwd, ldap):WINDOWS Domain Name :pnnbcsm5b38v002 User Name :administrator Password : Data gather is in progress. This process might take some time. Output for pnnbcsm5b38v002 at: C:\Program Files\Veritas\netbackup\var\global\reports\ 20210319_021553_pnnbcsm5b38v002 Gather DONE Execution time: 36 secs To create a report for this master server, run the following: netbackup_deployment_insights.exe --report --capacity "C:\Program Files\Veritas\netbackup\var\global\reports\ 20210319_021553_pnnbcsm5b38v002"
To create a capacity report based on the data gathered, the tool tells you what command you need to run:
C:\Program Files\Veritas\NetBackup\bin\ admincmd>netbackup_deployment_insights --report --capacity "C:\Program Files\Veritas\netbackup\var\global\reports\ 20210319_021553_pnnbcsm5b38v002" NetBackup Deployment Insights, version 9.1 Analyzing license deployment ... Report created at: C:\Program Files\Veritas\netbackup\var\global\reports\ 20210319_021553_pnnbcsm5b38v002\ report-capacity-pnnbcsm5b38v002-20210319_021917.xlsx Analysis DONE Execution time: 0 sec
It is recommended to run the netbackup_deployment_insights, command. You can continue using the nbdeployutil command with the same options.
The tool generates a log file named nbdeployutil-report-timestamp.log
during the analysis and the report generating operation. By default, the log file is created in the directory where the gathered data resides.
This example assumes that you have gathered the respective primary server's data in directories primary1dir
, primary2dir
, primary3dir
. These directories all reside within a parent directory named EMEA-domains
. The output (report and log file) is saved to the EMEA-domains
directory.
# netbackup_deployment_insights --report --parentdir=EMEA-domains
This variation creates a report for a smaller set of primary servers and specifies a different directory for the output.
# mkdir UK-masters # netbackup_deployment_insights --report EMEA-domains/ master1dir EMEA-domains/master2dir --output=UK-masters