Please enter search query.
Search <book_title>...
Veritas NetBackup™ Flex Scale Administrator's Guide
Last Published:
2023-05-09
Product(s):
Appliances (3.0)
Platform: NetBackup Flex Scale OS
- Product overview
- Viewing information about the NetBackup Flex Scale cluster environment
- NetBackup Flex Scale infrastructure management
- User management
- About Universal Shares
- Node and disk management
- License management
- User management
- NetBackup Flex Scale network management
- Bonding operations
- Data network configurations
- NetBackup Flex Scale infrastructure monitoring
- Resiliency in NetBackup Flex Scale
- EMS server configuration
- Site-based disaster recovery in NetBackup Flex Scale
- Performing disaster recovery using RESTful APIs
- NetBackup Flex Scale security
- Troubleshooting
- Collecting logs for cluster nodes
- Troubleshooting NetBackup Flex Scale issues
- Appendix A. Configuring NetBackup optimized duplication
- Appendix B. Disaster recovery terminologies
- Appendix C. Configuring Auto Image Replication
Auto Image Replication configuration
The backups that are generated in one NetBackup domain can be replicated to storage in one or more target NetBackup domains. This process is referred to as Auto Image Replication.
You can configure Auto Image Replication in NetBackup Flex Scale.
To configure Auto Image Replication
- Go to the NetBackup web UI and add a trusted primary server. Click Next.
- In the source domain, get the MSDP_SERVER from the NetBackup web UI. Navigate to Storage > Storage configuration > Storage servers.
- Add MSDP_SERVER in target primary server. In the target domain, logon to the target primary server using the following command:
ssh <appliance_admin user>@<master ip/hostname> (appliance_admin password) sudo bash echo "MSDP_SERVER = <Source MSDP server name>" >> /usr/openv/netbackup/bp.conf
YAML file:
user_management: storage_server: - password: P@ssw0rd1234 user_name: root users: - password: P@ssw0rd1234 roles: - appliance_admin - backup_admin user_name: appadmin - password: P@ssw0rd1234 roles: - backup_admin user_name: nbuadmin
- Get the token from the target domain NetBackup web UI. Go to Security > Token. In the Create token window, enter the token name and other required details. Click Create.
- Add replication targets for the disk pool.
In the Disk pools tab, click on the disk pool link.
Click Add to add the replication target.
- In the Add replication targets window:
Select the target primary server.
Input the target domain token.
Select the target volume.
Input the target storage credentials. Refer to the YAML configuration file for details.
Click Add.