Product Documentation
- Section I. Overview and planning
- Introduction to Resiliency Platform
- About Resiliency Platform features and components
- Replication in a Resiliency Platform deployment
- About Veritas Resiliency Platform Data Mover
- Recovery options using Resiliency Platform
- Deployment checklist
- System requirements
- Manage licenses
- Using the Web Console
- Introduction to Resiliency Platform
- Section II. Deploying and configuring the virtual appliances
- Deploy and configure
- Deploying the virtual appliances in AWS through AWS Marketplace
- Deploying the virtual appliances in AWS using OVA files
- Deploying the Data Gateway in AWS
- Deploying the virtual appliances in Azure using PowerShell script
- Deploying the virtual appliances in Azure through Azure Marketplace
- Deploying the virtual appliances in vCloud
- Deploying the virtual appliances in HUAWEI CLOUD
- Deploying the virtual appliances in Orange Recovery Engine
- About configuring the Resiliency Platform components
- Virtual appliance security features
- About hotfixes
- Apply Updates
- About applying updates to Resiliency Platform
- Setting up the YUM server
- Deploy and configure
- Section III. Setting up and managing the resiliency domain
- Managing the resiliency domain
- Getting started with a new Resiliency Platform configuration
- Managing Resiliency Managers
- Managing Infrastructure Management Servers
- Managing on-premises data centers
- Managing cloud configurations
- Managing private cloud configurations
- Integrating with NetBackup
- Integrating with InfoScale Operations Manager
- Managing the resiliency domain
- Section IV. Adding the asset infrastructure
- Manage Resiliency Platform host assets
- Prerequisites for adding hosts
- Removing hosts
- Preparing host for replication
- Manage VMware assets
- Managing VMware virtualization servers
- Prerequisites for adding VMware virtualization servers
- Prerequisites for adding VMware virtualization servers
- Managing VMware virtualization servers
- Manage Veritas Replication VIB
- Manage Hyper-V assets
- Manage Gateways
- About Replication Gateway pair
- Managing Data Gateway
- Manage enclosure assets
- Adding a discovery host
- Configuration prerequisites for adding storage enclosures to an IMS
- Adding storage enclosures
- Adding RecoverPoint appliance for replication
- Manage Resiliency Platform host assets
- Section V. Managing networks
- Manage networks
- About network objects
- Manage settings
- Managing user authentication and permissions
- Configuring authentication domains
- Managing user authentication and permissions
- Manage networks
- Section VI. Working with resiliency groups
- Organize assets
- Viewing resiliency group details
- Manage virtual business services
- Organize applications
- Managing custom applications
- Managing service objectives
- Organize assets
- Section VII. Configuring for disaster recovery
- Configure using Resiliency Platform Data Mover
- Managing virtual machines for remote recovery (DR) in Amazon Web Services
- Prerequisites for configuring VMware virtual machines for recovery to AWS
- AWS Customization options panel
- Managing virtual machines for remote recovery (DR) to Azure
- Managing virtual machines for remote recovery (DR) to OpenStack
- Managing virtual machines for remote recovery (DR) to HUAWEI CLOUD
- Managing virtual machines for remote recovery (DR) to Orange Recovery Engine
- Managing virtual machines for remote recovery (DR) in vCloud Director
- Managing virtual machines for remote recovery (DR) using Resiliency Platform Data Mover
- Managing physical machines for remote recovery (DR) using Resiliency Platform Data Mover
- Configure using NetBackup
- Configure using 3rd party replication technology
- Preparing VMware virtual machines for using array-based replication
- Preparing Hyper-V virtual machines for using array-based replication
- Managing virtual machines for remote recovery (DR) using 3rd party replication technology
- Managing applications for remote recovery (DR)
- Preparing VMware virtual machines for using array-based replication
- Configure using Resiliency Platform Data Mover
- Section VIII. Managing disaster recovery
- Perform DR operations for virtual machines
- Performing the rehearsal operation for virtual machines
- Perform DR operations on a VBS
- Perform DR operations for applications
- Evacuate assets
- Manage Resiliency Plans
- About custom script
- Perform DR operations for virtual machines
- Section IX. Product settings
- View activities
- Manage reports
- View logs
- Manage Risk Notifications
- Managing settings for alerts and notifications and miscellaneous product settings
- Section X. Using Resiliency Platform APIs
- Section XI. Troubleshooting and Using command line interface
- Troubleshoot
- Recovery of Resiliency Platform components from disaster scenarios
- Resolving the Admin Wait state
- Use klish menu
- Use Application Enablement SDK
- Troubleshoot
Setting up the YUM server
This topic is a part of the main topic that explains the end-to-end process of applying an update to Veritas Resiliency Platform components. To understand the sequence in which the update needs to be applied to various Veritas Resiliency Platform components, you must see:
See About applying updates to Resiliency Platform.
To be able to upgrade the various Resiliency Platform components, you need to have one repository server. The Resiliency Platform updates are added to the repository server and then you can apply these updates to the components.
A virtual appliance for YUM repository server is shipped with Veritas Resiliency Platform. This feature of Resiliency Platform makes it easier to setup a YUM repository server. If you do not use the YUM virtual appliance, you are required to manually install all the required Perl modules on a system to setup a repository server in your environment.
From Veritas Resiliency Platform 3.4 onwards, the Resiliency Platform YUM virtual appliance is shipped along with the latest upgrade bundle. Now, you do not need to setup the YUM repository server by executing commands. After deploying the virtual appliance for YUM server, when you configure the virtual appliance as a YUM repository server, the latest pre-bundled updates are automatically added to the YUM server repository.
You need to manually add the updates to the YUM server repository in the following two conditions:
If you remove the pre-bundled updates from the repository server.
If you want to add any previous version updates to the 3.3 version of YUM repository server.
To manually add the updates to the YUM server repository
- Prerequisite
Ensure that the required ports are open:
Download the YUM appliance, deploy, and configure it.
See Downloading the Veritas Resiliency Platform virtual appliances.
See Deploying the virtual appliance through VMware vSphere Client.
See Deploying the virtual appliance through Hyper-V Manager.
- Download the update bundles and the setup repository bundle:
See Downloading the Resiliency Platform update.
Host the downloaded update bundles and the setup repository bundle on a web server where the URLs of the bundles may be accessible by the wget command.
- Do one of the following:
If YUM server has external access:
Add the update to the YUM server by running the add-update klish command under manage on the YUM server appliance. Provide the URLs of the update bundle and setup repository bundle as parameters to the add-update klish command:
manage>add-update vrp_updatebundle_tarGZ_url vrp_setup_repository_tarGZ_url
Where vrp_updatebundle_tarGZ_url is the accessible URL of the update bundle tar.gz file and vrp_setup_repository_tarGZ_url is the accessible URL of the setup repository bundle tar.gz file.
You need to run the above command for each update bundle that you had downloaded.
If YUM server does not have external access:
See Adding an update to the YUM repository server without external access.
- Log into the virtual appliance using admin user. Use the following commands to list the updates, add or remove them:
Command
Purpose
list-updates vrp
To list the updates for Resiliency Platform or IMS
The command also provides the information about the update that is to be used for configuring the YUM repository on Resiliency Manager, IMS, or Replication Gateway appliances such as the port, repository path, and the protocol.
Example:
Manage>list-updates vrp
list-updates datamover
To list the updates for Resiliency Platform Data Mover
Example:
Manage>list-updates datamover
add-update
To add an update
Example:
manage>add-update vrp_updatebundle_tarGZ_url vrp_setup_repository_tarGZ_url
remove-updates vrp all
To remove the updates for Resiliency Platform or IMS
Example:
Manage>remove-updates vrp all
remove-updates datamover all
To remove updates for Resiliency Platform Data Mover
Example:
Manage>remove-updates datamover all
Note:
A YUM virtual appliance can not be upgraded but you can use YUM appliance of an older version for applying the latest update on the virtual appliances.
After you are done with setting up the YUM repository server and adding the update to the YUM server, you need to assign the repository to the virtual appliances where you want to apply the update. You can either use updates>config-repository klish option or use Resiliency Manager console to assign the repository.
More Information