Please enter search query.
Search <book_title>...
Veritas™ Resiliency Platform 2.2 Deployment Guide
Last Published:
2017-04-07
Product(s):
Resiliency Platform & CloudMobility (2.2)
- Section I. Overview and planning
- Overview of Resiliency Platform
- Recovery to premises using third-party replication technologies
- Recovery to premises using Resiliency Platform Data Mover
- Recovery to AWS using Resiliency Platform Data Mover
- Recovery to vCloud Using Resiliency Platform Data Mover
- System requirements
- Section II. Deploying and configuring the virtual appliances
- Section III. Setting up and managing the resiliency domain
- Setting up the resiliency domain
- Managing Infrastructure Management Servers
- Managing NetBackup and NetBackup Appliances
- Adding NetBackup master server
- Managing Veritas InfoScale Operations Manager Server
- Managing Resiliency Platform Data Mover gateway pairing
- Setting up the resiliency domain
- Section IV. Adding the asset infrastructure
- Managing asset infrastructure
- Preparing and maintaining host assets
- Managing Hyper-V virtualization server assets
- Managing VMware virtualization server assets
- About adding a host for discovery of VMware servers
- Managing enclosure assets
- About the discovery host for enclosures
- Configuration prerequisites for adding storage enclosures to an IMS
- Adding storage enclosures
- Adding RecoverPoint appliance for replication
- Managing asset infrastructure
- Section V. Managing users and global product settings
- Managing licenses
- Managing user authentication and permissions
- Configuring authentication domains
- Managing service objectives
- Managing reports
- Managing settings
- Section VI. Updating or uninstalling the product
- Updating Resiliency Platform
- Using YUM virtual appliance as YUM server
- Uninstalling Resiliency Platform
- Updating Resiliency Platform
- Section VII. Troubleshooting and maintenance
- Troubleshooting and maintenance
- Displaying risk information
- Troubleshooting and maintenance
- Section VIII. Reference
Uploading the OVA file using command-line method
You need to first create a S3 bucket in AWS and then upload your ova file to that bucket.
To upload the OVA file using command-line method
- Download and install the AWS Command Line Interface.
- Use the aws s3 mb command to create a new bucket. Bucket names must be unique and should be DNS compliant:
aws s3 mb s3://my-bucket --region my-region
where, my-bucket is the name that you provide for your bucket and my-region is the region that you provide.
If you do not use the region option of the command, the bucket is created in the region specified in your configuration file.
- Upload the OVA file by running the following command:
aws s3 cp my-ova_file s3://my-bucket/my-ova-key
Where, my-ova_file is the path and name of your local ova file, my-bucket is the name of your bucket on S3 storage and my-ova-key is the key or alias name for the ova file in your bucket.