Please enter search query.
Search <book_title>...
Veritas NetBackup™ Cloud Administrator's Guide
Last Published:
2021-06-07
Product(s):
NetBackup (9.1)
- About NetBackup cloud storage
- About the cloud storage
- About the Amazon S3 cloud storage API type
- About protecting data in Amazon for long-term retention
- Protecting data using Amazon's cloud tiering
- About using Amazon IAM roles with NetBackup
- Protecting data with Amazon Snowball and Amazon Snowball Edge
- About Microsoft Azure cloud storage API type
- About OpenStack Swift cloud storage API type
- Configuring cloud storage in NetBackup
- Scalable Storage properties
- Cloud Storage properties
- About the NetBackup CloudStore Service Container
- About the NetBackup media servers for cloud storage
- Configuring a storage server for cloud storage
- NetBackup cloud storage server properties
- Configuring a storage unit for cloud storage
- Changing cloud storage disk pool properties
- Monitoring and Reporting
- Operational notes
- Troubleshooting
- About unified logging
- About legacy logging
- Troubleshooting cloud storage configuration issues
- Troubleshooting cloud storage operational issues
Configuring SSL for Amazon Snowball and Amazon Snowball Edge
To configure SSL for Amazon Snowball
- Ensure that the entries in the
/.aws/snowball/config/snowball-adapter.config
file are correct. Especially, ensure that the host name is set. - Start the adapter. Following is a sample command:
./snowball-adapter -i Snowball IP address -m path to manifest file -u 29 character unlock code --ssl-enabled --aws-secret-key key
- Self-signed SSL certificate and key are generated in the
/.aws/snowball/config/
directory. - Append the certificate provided to the Amazon Snowball adapter on the command line as it is to
/usr/openv/var/global/wmc/cloud/cacert.pem
file on the media server. Ensure that the format and length of the newly copied certificate matches with the existing certificates incacert.pem
.
To configure SSL for Amazon Snowball Edge
- Lists the certificates available for use. Run the following Amazon Snowball client command:
./snowballEdge list-certificates
- Obtain the certificate. Run the following Amazon Snowball client command:
./snowballEdge get-certificate --certificate-arn arn_value
- Append the certificate provided on the command line as it is to
/usr/openv/var/global/wmc/cloud/cacert.pem
file on the media server. Ensure that the format and length of the newly copied certificate matches with the existing certificates incacert.pem
.