Setting the licensing type for scheduled reports
After install or upgrade, or if you change the license type, you must set the license type for a scheduled run of the nbdeployutil utility. Use the bpsetconfig command to set a license type. You must set the license type so that the nbdeployutil can generate a JSON file that NetBackup telemetry uses to send usage information to Smart Meter.
The following license types are available:
NETBACKUP_PLATFORM_BASE_COMPLETE_EDITION
NETBACKUP_PLATFORM_BASE_LIMITED_EDITION
NETBACKUP_PLATFORM_BASE_BIG_DATA_WORKLOAD_EDITION
NETBACKUP_PLATFORM_BASE_NDMP_EDITION
NETBACKUP_ENTERPRISE_VIRTUAL_CLIENT_EDITION
NETBACKUP_TRADITIONAL_LICENSING_MODEL_EDITION
If you do not set a licensing type, , is selected.
Run the bpsetconfig command, from the following location:
On Windows: install_path\NetBackup\bin\admincmd
On UNIX: /usr/openv/netbackup/bin/admincmd
For example, if you want to set NEVC as the license type:
On Windows:
bpsetconfig.exe
bpsetconfig>
NETBACKUP_ENTERPRISE_VIRTUAL_CLIENT_EDITION=1
bpsetconfig>^Z
On UNIX:
./bpsetconfig
bpsetconfig>
NETBACKUP_ENTERPRISE_VIRTUAL_CLIENT_EDITION=1
bpsetconfig>^D