NetBackup™ 10.4 Application Guide
- Product overview
- Release notes
- Geting started
- Creating NetBackup application instances
- Managing NetBackup application instances
- Accessing NetBackup primary and media server instances for management tasks
- Managing users on a primary or a media server instance
- Running NetBackup commands on a primary or a media server application instance
- Managing users on a primary or a media server instance
- Accessing NetBackup WORM storage server instances for management tasks
- Managing users from the deduplication shell
- Managing certificates from the deduplication shell
- Configuring an isolated recovery environment using the web UI
- Managing NetBackup services from the deduplication shell
- Monitoring and troubleshooting NetBackup services from the deduplication shell
- Managing S3 service from the deduplication shell
- Managing users from the deduplication shell
Managing images with a retention lock on a WORM storage server
The backup images on a WORM storage server have a retention lock based on the retention policy. The retention lock prevents the images from being modified or deleted. Use the following procedures to manage the backup images with a retention lock from the deduplication shell.
Note:
You can also run the catdbutil command in the shell to manage the images. This command does not appear in the shell menu, but you can run it directly. However, the arguments for the command cannot include path separators (/).
For more information, see the section "About the NetBackup command line options to configure immutable and indelible data" in the NetBackup Deduplication Guide.
To view the backup images with a retention lock
- Open an SSH session to the server as the msdpadm user.
- Run the following command:
retention policy list
You can disable the retention lock on a backup image if the appliance is in enterprise mode. You cannot disable the lock if the appliance is in compliance mode.
To disable the retention lock
- Open an SSH session to the server as the msdpadm user.
- Run the following command:
retention policy disable backup_ID=<ID> copynumber=<number>
You can find the backup ID and the copy number in the output of the retention policy list command.
- Run the following command to disable multiple backup images with the same copy number.
retention policy batch-disable backupids=<backupid1,backupid2,backupid3,...,backupidn> copynumber=<number>
You can find the backup ID and the copy number in the output of the retention policy list command.