NetBackup™ Web UI Administrator's Guide
- Introducing the NetBackup web user interface
 - Monitoring and notifications
 - Section I. Configuring hosts
 - Section II. Configuring storage and backups
- Configuring storage
- About storage configuration
 - Create a Media Server Deduplication Pool (MSDP) storage server
 - Create a Cloud storage, OpenStorage, or AdvancedDisk storage server
 - Create a disk pool
 - Create a storage unit
 - Create a universal share
 - Using image sharing from the NetBackup web UI
 - Troubleshooting storage configuration
 - Troubleshooting universal share configuration issues
 - Create a Media Server Deduplication Pool (MSDP) storage server for image sharing
 
 - Managing protection plans
 - Managing classic policies
 - Managing backup images
 
 - Configuring storage
 - Section III. Managing credentials
- Managing credentials for workloads and systems that NetBackup accesses
- About credential management in NetBackup
 - Add a credential in NetBackup
 - Add a credential for an external KMS
 - Add a credential for NetBackup Callhome Proxy
 - Edit or delete a named credential
 - Add a credential for Network Data Management Protocol (NDMP)
 - Edit or delete Network Data Management Protocol (NDMP) credentials in NetBackup
 
 
 - Managing credentials for workloads and systems that NetBackup accesses
 - Section IV. Managing security
- Security events and audit logs
 - Managing security certificates
 - Managing host mappings
 - Managing user sessions
 - Managing the security settings for the primary server
- Certificate authority for secure communication
 - Disable communication with NetBackup 8.0 and earlier hosts
 - Disable automatic mapping of NetBackup host names
 - Configure the global data-in-transit encryption setting
 - About NetBackup certificate deployment security levels
 - Select a security level for NetBackup certificate deployment
 - Set a passphrase for disaster recovery
 - About trusted primary servers
 
 - Access keys
 - Configuring authentication options
 
 - Section V. Managing role-based access control
- About role-based access control in NetBackup
 - Configuring RBAC roles
- Configuring RBAC
- Notes for using NetBackup RBAC
 - Add AD or LDAP domains
 - Add a custom RBAC role
 - Edit or remove a role a custom role
 - View users in RBAC
 - Add a user to a role (non-SAML)
 - Add a user to a role (non-SAML, smart card user without AD or LDAP domain association or mapping)
 - Add a user to a role (SAML)
 - Remove a user from a role
 
 - Default RBAC roles
- Administrator
 - Default AHV Administrator
 - Default Cloud Administrator
 - Default NetBackup Command Line (CLI) Administrator
 - Default Kubernetes Administrator
 - Default NetBackup Kubernetes Operator Service
 - Default Microsoft SQL Server Administrator
 - Default Oracle Administrator
 - Default RHV Administrator
 - Default SaaS Administrator
 - Default Resiliency Administrator
 - Default Security Administrator
 - Default Storage Administrator
 - Default Universal Share Administrator
 - Default VMware Administrator
 
 
 - Configuring RBAC
 - RBAC permissions
- About role permissions
 - Global > BMR
 - Global > NetBackup Web Management Console Administration
 - Global > NetBackup management
- Access hosts
 - Agentless hosts
 - Anomalies
 - CLI sessions
 - Data classifications
 - Email notifications
 - Event logs
 - NetBackup hosts
 - Image sharing
 - NetBackup backup images
 - Jobs
 - Licensing
 - Media server
 - Remote primary server certificate authority
 - Resiliency
 - Resource limits
 - Retention levels
 - Servers > Trusted primary servers
 - Cloud providers
 - CloudPoint servers
 - WebSocket servers
 
 - Global > Protection
 - Global > Security
- Access control
 - Security events
 - Certificate management
 - Disaster recovery passphrase
 - Identity provider and SAML certificate configuration
 - Key Management Services (KMS)
 - Passphrase constraints
 - Service principal configuration
 - Global security settings
 - Trust versions
 - API keys
 - User certificates
 - User sessions and authentication
 
 - Global > Storage
 - Assets
 - Protection plans
 - Credentials
 - Manage access
 
 
 - Section VI. Managing detection and reporting
 - Managing deployment
 - Managing Resiliency Platforms
 - NetBackup SaaS Protection
 - NetBackup Flex Scale
 - Managing Bare Metal Restore (BMR)
 - Troubleshooting the NetBackup Web UI
 
Scheduling reports for capacity licensing
By default, NetBackup triggers nbdeployutil to run on a specified schedule to incrementally gather data and to generate licensing reports. For the first run, the duration of the report uses the frequency that is specified in the configuration file.
For capacity licensing, the report duration is always for the last 90 days based on the availability of the gathered data. Any data older than 90 days is not considered in the report. Each time nbdeployutil runs, it gathers information for the time between the latest run of nbdeployutil and the previous successful run.
The current capacity licensing report resides in the following directory:
On Windows: install_path\NetBackup\var\global\incremental
On UNIX: /usr/openv/var/global/incremental
It contains the following files:
The generated report for the latest nbdeployutil result.
Folders containing incrementally gathered data.
The archive folder that contains the older generated reports.
nbdeployutil log files.
The older reports are placed in the archive folder. Veritas recommends that you retain at least 90 days of reporting data. Data can be kept longer than 90 days, depending on the requirements of your environment. Older reports can help to show how the capacity usage has changed over time. Delete the reports or the folder when they are no longer required.
The nbdeployutilconfig.txt file is not required when you use the default parameters. nbdeployutil uses the following default values for capacity licensing:
FREQUENCY_IN_DAYS=7
MASTER_SERVERS=local_server
PARENTDIR=folder_name
For Windows: install_path\NetBackup\var\global\incremental
For UNIX: /usr/openv/var/global/incremental
PURGE_INTERVAL=120 (number of days)
MACHINE_TYPE_REQUERY_INTERVAL = 90 (number of days)
If the file nbdeployutilconfig.txt is not present, create a file using the following format:
[NBDEPLOYUTIL_INCREMENTAL] MASTER_SERVERS=<server_names> FREQUENCY_IN_DAYS=7 PARENTDIR=<folder_name_with_path> PURGE_INTERVAL=120 MACHINE_TYPE_REQUERY_INTERVAL=90
To use custom values for the licensing report
- Copy the nbdeployutilconfig.txt file to the following location: 
For Windows: install_path\NetBackup\var\global
For UNIX: /usr/openv/var/global
 - Open the nbdeployutilconfig.txt file.
 - Edit the 
FREQUENCY_IN_DAYSvalue to reflect how often you want the report to be created.Default (recommended)
7
Minimum
1
Value of 0
Disables the incremental reporting and no licensing information is captured.
Parameter deleted
nbdeployutil uses the default value.
 - Edit the 
MASTER_SERVERSvalue to include a comma-separated list of the master servers you want to include in the report.Note:
Veritas Usage Insights requires that master servers be at NetBackup 8.1.2 or later.
No value
nbdeployutil uses the default value.
Parameter deleted
nbdeployutil uses the default value.
For example:
MASTER_SERVERS=newserver, oldserver
MASTER_SERVERS=newserver, oldserver.domain.com
MASTER_SERVERS=myserver1.somedomain.com, newserver.domain.com
 - Edit the 
PARENTDIRvalue to include the full path for location where the data is gathered and reported.No value
nbdeployutil uses the default value.
Parameter deleted
nbdeployutil uses the default value.
 - Edit the 
PURGE_INTERVALto indicate the interval (in days) for how often you want to delete the report data. Data that is older than 120 days is automatically purged.Default
120
Minimum
90
No value
nbdeployutil uses the default value.
Parameter deleted
nbdeployutil uses the default value.
 - Edit the 
MACHINE_TYPE_REQUERY_INTERVALto indicate how often to scan physical clients for updates to the machine type.Default
90
Minimum
1
No value
nbdeployutil uses the default value.
Parameter deleted
nbdeployutil uses the default value.