Ransomware attackers specifically target and attempt to destroy backup systems to increase the probability of payment. Hardening your system is critical. Please ensure you have reviewed your platform security using the Security Hardening Checklist
Cohesity

COHESITY Documentation

Explore our documentation to get started, discover products & new features, access troubleshooting guides, register sources, platforms support.

Products
Data Security Alliance
Visit Cohesity.com
Demos
Support
Blogs
Developers
Partner Portals
Cohesity Community
© 2026 Cohesity, Inc. All Rights Reserved.
Terms of Use|
Privacy Policy|
Legal|
  1. Home
  2. NetBackup™ Administrator's Guide, Volume I
  3. Section V. Configuring backups
  4. Protecting the NetBackup catalog
  5. Estimating catalog space requirements
  6. About image catalog compression
  7. Uncompressing the NetBackup catalog
NetBackup™ Administrator's Guide, Volume I

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

  1. Verify that the partition where the image catalog resides contains enough space to accommodate the uncompressed catalog.

  2. Stop the NetBackup Request Daemon service, bprd.
  3. Verify that the NetBackup Database Manager, bpdbm, is running.
  4. In the NetBackup web UI, select Hosts > Host properties.
  5. Select the primary server and click Connect. Then select the server and click Edit primary server.
  6. Select Global attributes.

    See Global attributes properties.

  7. Clear the Compress catalog interval check box. Then click Save.
  8. 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

  9. Restart the NetBackup Request Daemon (bprd).
  10. Restore the files from the client.
  11. 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

  1. 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.

  2. Stop the request daemon, bprd, by running:

    /usr/openv/netbackup/bin/admincmd/bprdreq -terminate

  3. Make sure that bpdbm is running:

    /usr/openv/netbackup/bin/bpps

  4. In the NetBackup web UI, select Hosts > Host properties.
  5. Select the primary server and click Connect. Then select the server and click Edit primary server.
  6. Select Global attributes.

    See Global attributes properties.

  7. Clear the Compress catalog interval check box. Then click Save.
  8. Change your working directory to /usr/openv/netbackup/bin and run the command:

    admincmd/bpimage -decompress -client name

  9. Restart the request daemon bprd. Run the following command:

    /usr/openv/netbackup/bin/initbprd

  10. Restore the files from the client.
  11. 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

Estimating catalog space requirements

Feedback

Was this page helpful?
Previous

About image catalog compression

Next

About the NetBackup database

Feedback

Was this page helpful?