Veritas NetBackup™ in Highly Available Environments Administrator's Guide
- NetBackup protection against single points of failure
- About protecting against component failures
- About protecting against storage device connection failures
- About protecting against media server failures
- About protecting against component failures
- About site disaster recovery with catalog backup and recovery
- About site loss protection with auto image and catalog replication
- About NetBackup catalog replication
- Deploying NetBackup master servers with full catalog replication
- Using NetBackup to perform backups and restores in a cluster
Performing partial catalog restore
With partial catalog approach, it is assumed that restore operations do not need tapes to be assigned or located in specific media pools. It is also assumed that a tape exists in EMM and NetBackup can mount and read the tape for restoring. The following steps must be carried out before restores can be started:
To prepare for partial catalog restore
- On UNIX and Linux master servers create copies of the
bp.conf
andvm.conf
files. - Recover only the NetBackup catalog image and configuration files.
When using the NetBackup Administration Console, select the Partial catalog recovery option when prompted.
Or run the bprecover -wizard command.
Note:
The DR master server must have the same name as the production master server.
Note:
If a catalog backup that was created on a separate media server is used, a media server with the same name is required for the catalog recovery.
- Run the cat_export - all - staging to export the metadata from the replicated relational database backup.
- Run the command cat_import - all to import the exported metadata into the active relational database. Alternatively, set the parameter LIST_FS_IMAGE_HEADERS to YES in the bp.conf file or the registry depending on the master server platform. This will cause the next catalog cleanup job to automatically import the exported metadata.
- Deactivate all the backup policies to prevent backups from starting automatically.
You can do this manually using the NetBackup Adminstration Console.
Or run the bpplinfo <policy> -modify -inactive CLI.
- Shut down NetBackup.
- On UNIX and Linux master servers, replace the
bp.conf
and thevm.conf
files that were restored from the catalog backup with the copies created in step 1 - Start NetBackup.
- Inventory all the tape libraries to ensure that the tapes are added to the non-scratch media pool. This pool prevents tapes from being accidentally overwritten by active backup policies at a later time.
You can now start restore and recovery operations of client data that is backed up at the production datacenter.