Veritas™ Resiliency Platform 2.2 Deployment Guide
- 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
Applying updates to virtual appliance using klish menu
You can use the klish menu to perform the upgrade related tasks in Resiliency Platform.
Replication gateway updates must be applied on the cloud replication gateway first and then on the on-premises gateway.
To apply updates to virtual appliance using klish menu
- Prerequisites
Before applying the update, you must stop the environmental services in the given sequence using the following klish commands:
Stop all the IMS services at production data center through klish:
manage>services ims stop ALL
Stop all the Resiliency Manager services at production data center through klish:
manage>services rm stop ALL
Stop all the IMS services at recovery data center through klish:
manage>services ims stop ALL
Stop all the Resiliency Manager services at recovery data center through klish:
manage>services rm stop ALL
- It is recommended to power off the appliance and take a snapshot of the appliance before applying the updates.
- You need to log into the virtual appliance as admin and go to the updates sub-menu.
- Following is a list of commands that you can run to perform the operations that are related to the updates:
To configure the repository:
config-repository FQDN_or_IP_of_the _repository_server protocol port_number Repository _path_on_repository_server
If you enter HTTPS as protocol, you are required to copy the content from the SSL certificate, paste it on prompt, and press enter key.
To view the current configuration of the repository:
show-repository
To view the current version of the appliance or the version of the update installed on the appliance:
list-updates
To show the readme file for the specified update:
show-readme version_of_the_update
To apply the specified update:
apply-update version_of_the_update
To remove the current repository configuration:
remove_repository
- After applying updates, you may want to refresh the information about the applicable updates on each of the virtual appliances or servers. If you apply the updates using klish, you need to refresh the information to reflect the current status of the updates in the Resiliency Manager web console.
- Navigate
Settings (menu bar) > Updates > Available Updates
Click Refresh.
For a complete list of options available with Updates command,See Using klish.
More Information