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. Veritas 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
Veritas NetBackup™ Administrator's Guide, Volume I

Uncompressing the NetBackup catalog

You may find it necessary to uncompress all records temporarily that are associated with an individual client. Uncompress the records if you anticipate large or numerous restore requests, for example.

Use the following procedure to uncompress the NetBackup catalog.

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. Use the Activity Monitor or the Services application in the Windows Control Panel.
  3. Verify that the NetBackup Database Manager, bpdbm, is running.
  4. In the NetBackup Administration Console, expand NetBackup Management > Host Properties > Master Server. Double-click the host to be uncompressed.
  5. Select the Global Attributes properties.

    See Global Attributes properties.

  6. Clear the Compress Catalog Interval check box and click OK to save the host property change.
  7. 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

  8. Restart the NetBackup Request Daemon bprd.

To uncompress the NetBackup catalog on UNIX

  1. Perform the following steps as root on the master 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. Expand Host Properties > Master Servers. Open the properties of a host. On the Global Attributes properties, clear the Compress Catalog Interval check box.

  5. Set the Compress Catalog Interval Global Attributes property to 0.
  6. Change your working directory to /usr/openv/netbackup/bin and run the command:

    admincmd/bpimage -decompress -client name

  7. Restart the request daemon, bprd, by running:

    /usr/openv/netbackup/bin/initbprd

  8. Perform the file restorations from the client.
  9. Set the Compress Catalog After Global Attributes property 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

Global Attributes properties

About image catalog compression

Feedback

Was this page helpful?
Previous

About image catalog compression

Next

About the NetBackup relational database

Feedback

Was this page helpful?