NetBackup™ Web UI Administrator's Guide
- Introducing the NetBackup web user interface
- Monitoring NetBackup
- Notifications
- Section I. Managing role-based access control
- About role-based access control in NetBackup
- Configuring RBAC roles
- Configuring RBAC
- Default RBAC roles
- Administrator
- Default AHV Administrator
- Default Cloud Administrator
- Default Kubernetes Administrator
- Default NetBackup Kubernetes Operator Service
- Default RHV Administrator
- Default Resiliency Administrator
- Default Microsoft SQL Server Administrator
- Default Security Administrator
- Default Storage Administrator
- Default VMware Administrator
- RBAC permissions
- About role permissions
- Global > NetBackup management
- NetBackup Web Management Console Administration
- Access hosts
- Agentless hosts
- Anomalies
- 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
- Global > Storage
- Assets
- Protection plans
- Credentials
- Manage access
- Section II. Managing security
- Security events and audit logs
- Managing security certificates
- Managing user sessions
- Managing master server security settings
- Certificate authority for secure communication
- Disable communication with NetBackup 8.0 and earlier hosts
- Disable automatic mapping of NetBackup host names
- About NetBackup certificate deployment security levels
- Select a security level for NetBackup certificate deployment
- Set a passphrase for disaster recovery
- About trusted primary servers
- Creating and managing API keys for users (Administrators)
- Adding and managing your API key (Users)
- Configuring authentication options
- Managing hosts
- Section III. Managing 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
- Usage reporting and capacity licensing
- Configuring storage
- Section IV. Veritas Resiliency Platform
- Section V. Credentials
- Troubleshooting the NetBackup Web UI
Other configuration for incremental reporting
To change the directory of the gathered data and capacity licensing report
- If you have older gathered data and licensing reports, copy the complete directory to the new location.
- Edit
nbdeployutilconfig.txtand change the location of the gathered data and licensing report in the PARENTDIR=folder_name field.
To use the data that was gathered previously to generate a capacity licensing report
- Locate the folder that was generated for the gathered data after the previous run of nbdeployutil and copy it to the following location:
On Windows: install_path\NetBackup\var\global\incremental
On UNIX: /usr/openv/var/global/incremental
- Create the gather_end.json file inside the copied folder and add the following text:
{"success":0}
The next incremental run considers the data inside the copied folder to generate a capacity licensing report.
Note:
Delete any other gather folders inside the copied folder to avoid gaps for the period in which data is gathered. The missing data is automatically generated during the next incremental run.
To create a custom interval report using existing gathered data for capacity licensing
- To create a report for a time interval that is different than the default interval of 90 days, run the following command:
On Windows:
nbdeployutil.exe --capacity --incremental --report --inc-settings "install_dir\netbackup\var\global\nbdeployutilconfig.txt" --hoursago <custom-time-interval>
On UNIX:
nbdeployutil.exe --capacity --incremental --report --inc-settings "/usr/openv/var/global/nbdeployutilconfig.txt" --hoursago <custom-time-interval>
The number of hours specified in --hoursago must be fewer than the purge-interval that is specified in the nbdeployutilconfig.txt file.
Note:
nbdeployutil uses existing gathered data to generate the custom interval report. You are not required to use the --gather option.