NetBackup™ Web UI Administrator's Guide
- Section I. About NetBackup
- Section II. Monitoring and notifications
- Monitoring NetBackup activity
- Activity monitor
- Job monitoring
- Troubleshooting the viewing and managing of jobs
- Device monitor
- Notifications
- Registering the data collector
- Monitoring NetBackup activity
- Section III. Configuring hosts
- Managing host properties
- Busy file settings properties
- Client attributes properties
- Client settings properties for UNIX clients
- Client settings properties for Windows clients
- Data Classification properties
- Default job priorities properties
- Encryption properties
- Exchange properties
- Exclude list properties
- Fibre transport properties
- General server properties
- Global attributes properties
- Logging properties
- Media properties
- Network settings properties
- Port ranges properties
- Preferred network properties
- Resilient network properties
- Restore failover properties
- Retention periods properties
- Scalable Storage properties
- Servers properties
- SharePoint properties
- SLP settings properties
- Managing credentials for workloads and systems that NetBackup accesses
- Managing deployment
- Managing host properties
- Section IV. Configuring storage
- Overview of storage options
- Configuring disk storage
- Integrating MSDP Cloud and CMS
- About configuring disk pool storage
- About the MSDP object store
- Managing media servers
- Configuring storage units
- Configuring robots and tape drives
- About configuring robots and tapes drives in NetBackup
- Managing robots
- Managing tape drives
- Configuring tape media
- About adding volumes
- Managing volumes
- About recycling a volume
- About injecting and ejecting volumes
- Managing volume pools
- Managing volume groups
- Inventorying robots
- About showing a robot's contents
- Staging backups
- Troubleshooting storage configuration
- Section V. Configuring backups
- Overview of backups in the NetBackup web UI
- Managing classic policies
- Managing protection plans
- Protecting the NetBackup catalog
- Catalog backups
- Managing backup images
- Pausing data protection activity
- Section VI. Managing security
- Security events and audit logs
- Managing security certificates
- Managing host mappings
- Minimizing security configuration risk
- Configuring multi-person authorization
- Managing user sessions
- Configuring multifactor authentication
- Managing the global security settings for the primary server
- About trusted primary servers
- Using access keys, API keys, and access codes
- Configuring authentication options
- Managing role-based access control
- Disabling access to NetBackup interfaces for OS Administrators
- Section VII. Detection and reporting
- Detecting anomalies
- About backup anomaly detection
- Malware scanning
- Usage reporting and capacity licensing
- Reports
- Detecting anomalies
- Section VIII. NetBackup workloads and NetBackup Flex Scale
- Section IX. Administering NetBackup
- Management topics
- Managing client backups and restores
- About client-redirected restores
- Section X. Disaster recovery and troubleshooting
- Section XI. Other topics
- Additional NetBackup catalog information
- Parts of the NetBackup catalog
- Archiving the catalog and restoring from the catalog archive
- Estimating catalog space requirements
- About the file hash search in NetBackup
- About the NetBackup database
- About the NetBackup database installation
- Post-installation tasks
- Using the NetBackup Database Administration utility on Windows
- Using the NetBackup Database Administration utility on UNIX
- Additional NetBackup catalog information
Configuring the file hash server
The file hash server is used to store and search all file hashes in one NetBackup domain. You must configure the file hash server first and then configure the backup policy to calculate the file hash.
See Calculating the file hash.
Ensure that the following prerequisites are met if the file hash server is not installed with MSDP storage server:
Ensure that NGINX is installed and running on the server. The minimum recommended NGINX version is 1.24.0.
If SE Linux is configured, ensure that the
policycoreutils
andpolicycoreutils-python
(for RHEL 7) orpolicycoreutils-python-utils
(for RHEL 8) packages are installed from the same RHEL Yum source (RHEL server) and then run the following commands:semanage port -a -t http_port_t -p tcp 10087
setsebool -P httpd_can_network_connect 1
Enable the logrotate permission in SELinux using the following command:
semanage permissive -a logrotate_t
The file hash server supports only the security certificates that the NetBackup certificate authority issues.
The file hash server name must be the same as the NetBackup media server, which is the NetBackup host name in thebp.conf
file.
To configure the file hash server
- Run the following command to configure file hash server on the media server.
/usr/openv/pdde/pdcr/bin/fhdb_config.sh --hash-storage-path=<hash_db_path>