NetBackup™ Web UI Administrator's Guide
- Section I. About NetBackup
- Introducing NetBackup
- Administering NetBackup licenses
- Registering with Veritas Alta View
- Introducing NetBackup
- Section II. Monitoring and notifications
- Monitoring NetBackup activity
- Activity monitor
- Job monitoring
- Troubleshooting the viewing and managing of jobs
- Device monitor
- Notifications
- Monitoring NetBackup activity
- Section III. Configuring hosts
- Managing host properties
- Managing credentials for workloads and systems that NetBackup accesses
- Add a credential for CyberArk
- Managing deployment
- Section IV. Configuring storage
- Overview of storage options
- Configuring storage units
- Configuring disk storage
- Integrating MSDP Cloud and CMS
- Managing media servers
- Managing tape drives
- Staging backups
- Troubleshooting storage configuration
- Section V. Configuring backups
- Overview of backups in the NetBackup web UI
- Managing protection plans
- Managing classic policies
- 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
- Configuring multi-person authorization
- Managing user sessions
- Configuring multi-factor 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
- Section VIII. NetBackup workloads and NetBackup Flex Scale
- Section IX. Disaster recovery and troubleshooting
- Section X. Other topics
- Additional NetBackup catalog information
- About the NetBackup database
Uncompressing the NetBackup catalog
You may find it necessary to temporarily uncompress all records that are associated with an individual client. Uncompress the records if you anticipate large or numerous restore requests, for example.
To uncompress the NetBackup catalog on Windows
- Verify that the partition where the image catalog resides contains enough space to accommodate the uncompressed catalog.
- Stop the NetBackup Request Daemon service, bprd.
- Verify that the NetBackup Database Manager, bpdbm, is running.
- In the NetBackup web UI, select Hosts > Host properties.
- Select the primary server and click Connect. Then select the server and click Edit primary server.
- Select Global attributes.
- Clear the Compress catalog interval check box. Then click Save.
- Open a command prompt. Change to the following directory:
install_path\Veritas\NetBackup\bin\admincmd
Run one of the followings commands.
To decompress the records for a specific client, enter:
bpimage -decompress -client_name
To decompress the records for all clients, enter:
bpimage -decompress -allclients
- Restart the NetBackup Request Daemon (bprd).
- Restore the files from the client.
- Set the Compress catalog interval to its previous value.
The records that were uncompressed for this client are compressed after the next backup schedule.
To uncompress the NetBackup catalog on UNIX
- Perform the following steps as root on the primary server to uncompress the NetBackup catalog.
Verify that the partition where the image catalog resides has enough space to uncompress the client's image records.
- Stop the request daemon, bprd, by running:
/usr/openv/netbackup/bin/admincmd/bprdreq -terminate
- Make sure that bpdbm is running:
/usr/openv/netbackup/bin/bpps
- In the NetBackup web UI, select Hosts > Host properties.
- Select the primary server and click Connect. Then select the server and click Edit primary server.
- Select Global attributes.
- Clear the Compress catalog interval check box. Then click Save.
- Change your working directory to /usr/openv/netbackup/bin and run the command:
admincmd/bpimage -decompress -client name
- Restart the request daemon bprd. Run the following command:
/usr/openv/netbackup/bin/initbprd
- Restore the files from the client.
- Set the Compress catalog interval to its previous value.
The records that were uncompressed for this client are compressed after the next backup schedule.
More Information