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
Setting up the repository server
You need to set up a repository server in your environment, download the updates from SORT, and make them available on your repository server.
To set up a repository server
- Go to the following location and select the product and version:
- You can see a list of all the applicable updates for a particular version. Select the required version and click the required update. On the next page, download the file by clicking the Setup Repository Bundle Download link.
- Copy the file that you have downloaded to a temporary location and extract this tar file.
- Create a repository path under root directory of the web server.
mkdir path_to_repository
- The
setup_conf_repo.pl
file is one of the files that are extracted from the update that is downloaded from SORT. This file is used to configure the repository. - To update the repository server with the updates that you have saved on your local system:
./setup_conf_repo.pl --add-local-updates --repo-location path_to_repository --update-location path_to_tar --metadata-location path_to_master.xml
More Information