NetBackup™ Deduplication Guide
- Introducing the NetBackup media server deduplication option
- Quick start
- Planning your deployment
- About MSDP storage and connectivity requirements
- About NetBackup media server deduplication
- About NetBackup Client Direct deduplication
- About MSDP remote office client deduplication
- About MSDP performance
- About MSDP stream handlers
- MSDP deployment best practices
- Provisioning the storage
- Licensing deduplication
- Configuring deduplication
- Configuring the Deduplication Multi-Threaded Agent behavior
- Configuring the MSDP fingerprint cache behavior
- Configuring MSDP fingerprint cache seeding on the storage server
- About MSDP Encryption using NetBackup KMS service
- Configuring a storage server for a Media Server Deduplication Pool
- Configuring a disk pool for deduplication
- Configuring a Media Server Deduplication Pool storage unit
- About MSDP optimized duplication within the same domain
- Configuring MSDP optimized duplication within the same NetBackup domain
- Configuring MSDP replication to a different NetBackup domain
- About NetBackup Auto Image Replication
- Configuring a target for MSDP replication to a remote domain
- Creating a storage lifecycle policy
- Resilient Network properties
- Editing the MSDP pd.conf file
- About protecting the MSDP catalog
- Configuring an MSDP catalog backup
- About NetBackup WORM storage support for immutable and indelible data
- MSDP cloud support
- About MSDP cloud support
- About the disaster recovery for cloud LSU
- About Image Sharing using MSDP cloud
- About MSDP cloud immutable (WORM) storage support
- Monitoring deduplication activity
- Viewing MSDP job details
- Managing deduplication
- Managing MSDP servers
- Managing NetBackup Deduplication Engine credentials
- Managing Media Server Deduplication Pools
- Changing a Media Server Deduplication Pool properties
- Configuring MSDP data integrity checking behavior
- About MSDP storage rebasing
- Managing MSDP servers
- Recovering MSDP
- Replacing MSDP hosts
- Uninstalling MSDP
- Deduplication architecture
- Configuring and using universal shares
- Troubleshooting
- About unified logging
- About legacy logging
- Troubleshooting MSDP installation issues
- Troubleshooting MSDP configuration issues
- Troubleshooting MSDP operational issues
- Trouble shooting multi-domain issues
- Appendix A. Migrating to MSDP storage
- Appendix B. Migrating from Cloud Catalyst to MSDP direct cloud tiering
- About direct migration from Cloud Catalyst to MSDP direct cloud tiering
- Appendix C. Encryption Crawler
Configuring AIR to use cloud LSU
The following steps describe the tasks that are required to replicate the backup images from one LSU to another in a different NetBackup domain:
See Configuring MSDP replication to a different NetBackup domain.
Configure a trust relationship with the target NetBackup domain.
See About trusted primary servers for Auto Image Replication.
Add an LSU in the remote storage server as a replication target.
To add a replication target in a different NetBackup domain, you can use NetBackup Web UI or use the command line interface.
- Create a configuration file for adding a replication target.
Configuration file content for adding a replication target:
Configuration setting
Description
V7.5 "operation" " " string
The value must be "set-replication" for adding a new replication target.
V7.5 " rephostname" " " string
Specifies the replication target's host name.
V7.5 "replogin" " " string
Specifies the replication target storage server's user name.
V7.5 "reppasswd" " " string
Specifies the replication target storage server's password.
V7.5 "repsourcevolume" " " string
Specifies the replication source volume name.
V7.5 "reptargetvolume" " " string
Specifies the replication target volume name.
Example:
[root@sourceserver~]# cat add-replication-local2cloud.txt V7.5 "operation" "set-replication" string V7.5 "rephostname" "targetserver1.example.com" string V7.5 "replogin" "root" string V7.5 "reppasswd" "root" string V7.5 "repsourcevolume" "PureDiskVolume" string V7.5 "reptargetvolume" "s3amamzon1" string
After creating the configuration file, run the nbdevconfig command.
For example:
# /usr/openv/netbackup/bin/admincmd/nbdevconfig -setconfig -storage_server <storage server> -stype PureDisk -configlist <configuration file path>
- Run nbdevconfig to update the disk volume.
For example:
# /usr/openv/netbackup/bin/admincmd/nbdevconfig -updatedv -stype PureDisk -dp diskpool1 -media_server sourceserver.example.com
Configure a storage lifecycle policy.
You must create an import SLP in the target domain before you configure an SLP in the source domain.
See About storage lifecycle policies.
See About the storage lifecycle policies required for Auto Image Replication.
Complete the following steps to delete a replication target:
Create a configuration file for deleting a replication target.
Configuration file content for deleting a replication target:
Configurtion setting
Description
V7.5 "operation" " " string
The value must be "delete-replication" for deleting a new replication target.
V7.5 " rephostname" " " string
Specifies the replication target's host name.
V7.5 "repsourcevolume" " " string
Specifies the replication source volume name.
V7.5 "reptargetvolume" " " string
Specifies the replication target volume name.
For example:
[root@sourceserver~]# cat delete-replication-local2cloud.txt V7.5 "operation" "delete-replication" string V7.5 "rephostname" "targetserver1.example.com" string V7.5 "repsourcevolume" "PureDiskVolume" string V7.5 "reptargetvolume" "s3amamzon1" string
After creating the configuration file, run the nbdevconfig command.
For example:
# /usr/openv/netbackup/bin/admincmd/nbdevconfig -setconfig -storage_server <storage server> -stype PureDisk -configlist <configuration file path>
Run nbdevconfig to update the disk volume.
For example:
# /usr/openv/netbackup/bin/admincmd/nbdevconfig -updatedv -stype PureDisk -dp diskpool1 -media_server sourceserver.example.com