Veritas Access Appliance Solutions Guide for NetBackup
- Access Appliance integration with NetBackup
- System requirements
- Configuring Veritas Data Deduplication with Access Appliance
- Migrating the NetBackup images from existing storage to Veritas Data Deduplication storage
- Configuring Access Appliance as a cloud storage server with NetBackup CloudCatalyst
- Configuring backup and restore using NetBackup policies
- Configuring Access Appliance with the NetBackup client
- Troubleshooting
Restoring file systems backed up with NetBackup client
This section describes how you can restore file systems (which are backed up using the NetBackup client) that get corrupted in the Access Appliance environment.
You can backup a file system with the NetBackup client using the backup fs add command. The back up of the file system is created on the NetBackup media server. If the file system goes corrupt and is destroyed, you can restore the file system.
To restore a corrupted file system
- Create a new file system. You can use the same name as that of the existing file system (for convenience) or a different name.
- Add the file system back to the NetBackup client's backup file system configuration using the backup fs add fs_name command.
- Restore the data backed up from the file system to the respective path on the new file system.
To restore the MSDP catalog file system
- Restore the MSDP catalog file system.
If the NetBackup client is enabled with deduplication catalog backup and the catalog filesystem goes corrupt, you will need to format the catalog file system.
Disable the catalog backup.
backup> dedupe-catalog disable
Format the catalog file system or re-create it with the same name.
Add the catalog file system as a backup file system.
backup> fs add fs_name
From the deduplication catalog backup, restore the
spa
anddatacheck
directories at/vx/<catalog_fs>/dedupe/databases
by selecting Restore to a different location on the NetBackup master.Enable the deduplication catalog to continue backing up the deduplication catalog.
backup> dedupe-catalog enable
Note:
In case the MSDP catalog file system is destroyed, ensure that a new file system is created and renamed back to the old MSDP catalog file system. You can then follow the steps to add, restore and enable the catalog file system.