Veritas Access Installation Guide
- Introducing Veritas Access
- Licensing in Veritas Access
- System requirements
- System requirements
- Linux requirements
- Linux requirements
- Network and firewall requirements
- Preparing to install Veritas Access
- Deploying virtual machines in VMware ESXi for Veritas Access installation
- Installing and configuring a cluster
- Installing the operating system on each node of the cluster
- Installing Veritas Access on the target cluster nodes
- About NIC bonding and NIC exclusion
- About VLAN Tagging
- Automating Veritas Access installation and configuration using response files
- Displaying and adding nodes to a cluster
- Upgrading Veritas Access and operating system
- Upgrading Veritas Access using a rolling upgrade
- Uninstalling Veritas Access
- Appendix A. Installation reference
- Appendix B. Troubleshooting the LTR upgrade
- Appendix C. Configuring the secure shell for communications
About rolling upgrades
This release of Veritas Access supports rolling upgrades from the Veritas Access 7.2.1.1 and later versions. Rolling upgrade is supported on RHEL 6.6, 6.7, and 6.8.
A rolling upgrade minimizes the service and application downtime for highly available clusters by limiting the upgrade time to the amount of time that it takes to perform a service group failover. Nodes with different product versions can be run in one cluster.
The rolling upgrade has two main phases. The installer upgrades kernel RPMs in phase 1 and VCS agent RPMs in phase 2. The upgrade process divides the cluster into two subclusters, called the first subcluster and the second subcluster. First, the upgrade is performed on the first subcluster. The upgrade process stops all services and resources on the nodes of the first subcluster. All services (including the VIP groups) fail over to the second subcluster. During the failover process, the clients that are connected to the VIP groups of the first subcluster nodes are intermittently interrupted. For those clients that do not time out, the service is resumed after the VIP groups become online on one of the nodes of the second subcluster.
While the upgrade process is running on the nodes of the first subcluster, the nodes of the second subcluster nodes continue to serve the clients. After the first subcluster node has been upgraded, it restarts the services and resources on first stage nodes. Immediately after the first subcluster comes up, the upgrade process stops the services and resources on the remaining nodes. All services and resources are online and serve clients. Meanwhile, the rolling upgrade starts the upgrade process on the remaining nodes. After the upgrade is complete on the remaining nodes, the cluster recovers and services are balanced across the cluster.
This process is required for upgrading Long-term Retention (LTR) on the Veritas Access cluster. All the backup and/or restore jobs from NetBackup must be stopped before you start the rolling upgrade process.
For the LTR upgrade scenarios, you need to use the following scripts:
preUpgrade_ltr_access731.py
postUpgrade_ltr_access731.py
:
You need to execute the
preUpgrade_ltr_access731.py
script where theodd_cache_fs
file system is created to backup the cache data of OpenDedup volumes. Size of this file system is determined based on the current cache size (/opt/sdfs
).The pool(s) which is configured as a default pool for Objectaccess to create this file system. Therefore, sufficient space must be available in this pool(s). After the
odd_cache_fs
file system is provisioned, all the OpenDedup volumes are made offline and configuration and the cache data are backed up.
After the rolling upgrade of cluster is completed, you need to execute the postUpgrade_ltr_access731.py
script where all the OpenDedup volumes are made online after restoring all the configurations.
A one-time tier policy is created for the configured cloud tiers to move the OpenDedup metadata files (ending with .6442
extension) from the cloud tier to an on-premises storage. OpenDedup need these metadata files to verify and restore configurations. If these files are stored on a cloud tier, performance of these operations may get degraded.
A rolling upgrade has two main phases where the installer upgrades the kernel RPMs in Phase 1 and VCS agent-related non-kernel RPMs in Phase 2.
Use the following pre-upgrade steps only for LTR configured Veritas Access cluster.
Note:
These LTR related steps are required when OpenDedup volumes are provisioned on Veritas Access cluster.
Ensure that the backup and/or restore jobs from NetBackup are stopped.
From the ISO, copy the
upgrade_scripts/preUpgrade_ltr_access731.py
script to/
on each node where the OpenDedup volume is online.Execute the
preUpgrade_ltr_access731.py
script one-by-one on each node where the OpenDedup volume is online.
The upgrade process divides the cluster into two subclusters, first subcluster and the second subcluster.
In Phase 1, the upgrade is performed on the second subcluster. The upgrade process stops all services and resources on the nodes of the second subcluster. All services (including the VIP groups) failover to the first subcluster. The parallel service groups on the second subcluster are taken offline.
During the failover process, the clients that are connected to the VIP groups of the second subcluster nodes are intermittently interrupted. For those clients that do not time out, the service is resumed after the VIP groups become online on one of the nodes of the first subcluster.
The installer upgrades the kernel RPMs on the second subcluster. The nodes of the first subcluster nodes continue to serve the clients.
Once Phase 1 of the rolling upgrade is complete on the second subcluster, Phase 1 of the rolling upgrade is performed on the first subcluster. The applications are failed over to the second subcluster. The parallel service groups are brought online on the second subcluster and are taken offline on the first subcluster.
After Phase 1 is complete, the nodes run with new RPMs but with the old protocol version.
During Phase 2 of the rolling upgrade, all remaining RPMs are upgraded on all the nodes of the cluster simultaneously. VCS and VCS agent packages are upgraded. The kernel drivers are upgraded to the new protocol version. Applications stay online during Phase 2. The High Availability Daemon (HAD) stops and starts again.
Use the following post-upgrade steps only for LTR configured Veritas Access cluster.
Note:
These steps are required when the OpenDedup volumes are provisioned on Veritas Access cluster.
From the ISO, copy the
upgrade_scripts/postUpgrade_ltr_access731.py
script to/
on the Management Console node.Execute the
postUpgrade_ltr_access731.py
script.