Veritas Access Appliance 8.2 Solutions Guide for NetBackup
- Access Appliance integration with NetBackup
- System requirements
- Configuring Veritas Data Deduplication with Access Appliance
- Configuring Veritas Data Deduplication without WORM
- Configuring Veritas Data Deduplication with WORM
- Managing Veritas Data Deduplication using GUI
- Accessing Access Appliance storage shell for management tasks
- Support for NetBackup Auto Image Replication
- NetBackup Dedupe Direct for Oracle
- Configuring MSDP-C with Access Appliance
- Migrating the NetBackup images from existing storage to Veritas Access storage
- Configuring Access Appliance with the NetBackup client
- Configuring isolated recovery environment (IRE)
- Troubleshooting
Configuring Access S3 bucket with NetBackup MSDP-C
This section describes how to configure an Access S3 bucket with NetBackup MSDP-C.
Note:
The steps and screen shots provided in this section are for MSDP-C configuration with NetBackup version 10.1. For any other version of NetBackup, refer to the NetBackup™ Deduplication Guide on SORT.
Pre-requisite to configuring MSDP-C with Access S3 server configured in SSL mode
If Access S3 is started with SSL, perform the following steps to add the Access S3 certificate to the OS trust store of NetBackup media servers:
Copy the certificate obtained after running the objectaccess certificate show CLISH command to the
s3cert.pem
file. Append the following file with the obtained certificate on the NetBackup servers:For NetBackup 9.x:
/usr/openv/var/global/wmc/cloud/cacert.pem
For NetBackup 10.x:
/usr/openv/var/global/cloud/cacert.pem
Run the following commands on the NetBackup primary server:
cp s3cert.pem /usr/share/pki/ca-trust-source/anchors/
update-ca-trust force-enable
update-ca-trust extract
update-ca-trust
Pre-requisite to configuring MSDP-C with WORM
If you want to configure NetBackup MSDP-C WORM with Access S3 WORM bucket, then you must add the volume to the bucket using the msdpcldutil command from the NetBackup server's bash.
To add volume to the bucket
- Log in to NetBackup primary and set the following environment variables:
export MSDPC_ACCESS_KEY=<access-key> export MSDPC_SECRET_KEY=<secret-key> export MSDPC_REGION=us-east-1 export MSDPC_PROVIDER=vtas-access export MSDPC_ENDPOINT=<endpoint name> (find it from GUI Dashboard. Go to Settings > S3 management. For example: http://<cluster>:8143)
- Run the following command to create a volume. Use the bucket name from the Access Appliance GUI (Provisioned storage > Buckets).
/usr/openv/pdde/pdcr/bin/msdpcldutil create --bucket <bucketname> --volume <volumename> --mode COMPLIANCE --max <maxdays> --min <mindays> --live <date>
Refer to the msdpcldutil command's help for more details.
Log in to the NetBackup GUI and perform the following steps to configure MSDP-C with Access S3 bucket, create disk pool and create STU.
To configure MSDP-C with Access S3 bucket
- Go to Storage > Storage Configuration > Storage servers and add the MSDP storage server on the NetBackup media server using which you want to configure MSDP-C.
- Go to Storage > Storage Configuration > Disk pools and add a new pool.
- Select a storage server and enter the name of pool and click Next.
- Select Add volume.
For MSDP-C with WORM use case, enter the volume name which was provided as part of msdpcldutil command during S3 configuration.
For MSDP-C with non-WORM use case, you can enter any volume name.
- Under Select cloud storage provider, search for Veritas Access.
- Add Region name and Location Constraint as us-east-1. Service URL should be endpoint name (http://<cluster>:8143). Note that the endpoint name refers to only the <cluster> part listed in the URL and not the entire URL.
You can find the Access S3 endpoint URL by running the objectaccess show command from the Access CLISH. Specify the HTTP and HTTPS port number which is mentioned in S3 endpoint URL. Click Add to proceed.
- Add access key and secret key.
- Uncheck the Use SSL option, if Access S3 server is configured on HTTP. If Access S3 server is configured with SSL/HTTPS then select the Use SSL option with Authentication and data transfer.
- You can either enter an existing bucket name or select a cloud bucket by clicking Retrieve list. Click Next.
- Skip the addition of replication target by clicking Next.
- Review the configuration and click Finish. The disk volume and disk pool will get configured.
- Go to Add storage unit and select the created pool. For MSDP-C with WORM use case, check the Lock until expiration option to enable WORM.
- Create storage lifecycle policies. Go to Storage > Storage lifecycle policies.
- Add Storage lifecycle policy (SLP) with backup on the primary STU and deduplication on the secondary STU (the STU which is configured with MSDP-C).
For MSDP-C with WORM use case, the retention period selected should be between the maximum and minimum value given while configuring the volume using the msdpcldutil command.
- After defining the SLP, create a policy to perform backup. Go to Protection > Policies.
- Add a policy name. Under Policy storage, select the SLP created in the previous step.
- Go to Schedules to create automatic schedules.
- Add the client.
- In the Add backup selection dialog box, select the file or directory that needs to be backed up.
- Click Create.
- Activate the policy.