* * * READ ME * * * * * * Veritas Cluster Server 7.2 * * * * * * Patch 100 * * * Patch Date: 2017-04-19 This document provides the following information: * PATCH NAME * OPERATING SYSTEMS SUPPORTED BY THE PATCH * PACKAGES AFFECTED BY THE PATCH * BASE PRODUCT VERSIONS FOR THE PATCH * SUMMARY OF INCIDENTS FIXED BY THE PATCH * DETAILS OF INCIDENTS FIXED BY THE PATCH * INSTALLATION PRE-REQUISITES * INSTALLING THE PATCH * REMOVING THE PATCH PATCH NAME ---------- Veritas Cluster Server 7.2 Patch 100 OPERATING SYSTEMS SUPPORTED BY THE PATCH ---------------------------------------- SLES11 x86-64 PACKAGES AFFECTED BY THE PATCH ------------------------------ VRTSvcsag BASE PRODUCT VERSIONS FOR THE PATCH ----------------------------------- * Veritas InfoScale Storage 7.2 * Veritas InfoScale Availability 7.2 * Veritas InfoScale Enterprise 7.2 SUMMARY OF INCIDENTS FIXED BY THE PATCH --------------------------------------- Patch ID: 7.2.0.100 * 3915722 (3915721) VCS DiskGroup resource does not import VxVM DiskGroups on specific hosts using VxVM tag during online opeartion. DETAILS OF INCIDENTS FIXED BY THE PATCH --------------------------------------- This patch fixes the following incidents: Patch ID: 7.2.0.100 * 3915722 (Tracking ID: 3915721) SYMPTOM: VCS DiskGroup resource does not import VxVM DiskGroups on specific hosts using VxVM tag during online opeartion. DESCRIPTION: VCS DiskGroup resource current does not have any attribute that provides VxVM disk group import options. RESOLUTION: A new attribute DGOptions has been added to VCS DiskGroup resource. INSTALLING THE PATCH -------------------- Run the Installer script to automatically install the patch: ----------------------------------------------------------- Please be noted that the installation of this P-Patch will cause downtime. To install the patch perform the following steps on at least one node in the cluster: 1. Copy the patch vcs-sles11_x86_64-Patch-7.2.0.100.tar.gz to /tmp 2. Untar vcs-sles11_x86_64-Patch-7.2.0.100.tar.gz to /tmp/hf # mkdir /tmp/hf # cd /tmp/hf # gunzip /tmp/vcs-sles11_x86_64-Patch-7.2.0.100.tar.gz # tar xf /tmp/vcs-sles11_x86_64-Patch-7.2.0.100.tar 3. Install the hotfix(Please be noted that the installation of this P-Patch will cause downtime.) # pwd /tmp/hf # ./installVRTSvcs720P100 [ ...] You can also install this patch together with 7.2 base release using Install Bundles 1. Download this patch and extract it to a directory 2. Change to the Veritas InfoScale 7.2 directory and invoke the installer script with -patch_path option where -patch_path should point to the patch directory # ./installer -patch_path [] [ ...] Install the patch manually: -------------------------- The following steps should be run on all nodes in the VCS cluster: 1. Stopping VCS on the cluster node. 2. Installing the patch. 3. Restarting VCS on the node. Stopping VCS on the cluster node -------------------------------- To stop VCS on the cluster node: 1. Ensure that the "/opt/VRTS/bin" directory is included in your PATH environment variable so that you can execute all the VCS commands. For more information, refer to the Veritas Cluster Server Installation Guide. 2. Verify that the version of VRTSvcs is 7.2 for Linux. 3. Freeze all the service groups persistently. # haconf -makerw # hagrp -freeze [group] -persistent # haconf -dump -makero 4. Stop the cluster on all nodes. If the cluster is writable, you may close the configuration before stopping the cluster. # haconf -dump -makero From any node, execute the following command. # hastop -all or # hastop -all -force Verify that the cluster is stopped on all nodes by running the 'ha' command. # hasys -state On all nodes, make sure that both had and hashadow processes are stopped. 5. Log in as the super user into the system where the patch is to be installed. 6. Run the preceding steps on all nodes in the VCS cluster. Installing the Patch -------------------- Perform the following steps: 1. Un-compress the downloaded patch from Veritas. Change the directory to the uncompressed patch location. Install the VRTSvcsag patch using the following command: # rpm -Uvh VRTSvcsag-7.2.0.100-SLES11.x86_64.rpm 2. Run the following command to verify if the new patch has been installed: # rpm -q VRTSvcsag If the proper patch is installed, the following output is displayed: VRTSvcsag-7.2.0.100-SLES11.x86_64 Re-starting VCS on the cluster node ----------------------------------- 1. To start the cluster services on all cluster nodes. Execute the following command first on one node: # hastart On all the other nodes, start VCS by executing the hastart command after the first node goes to LOCAL_BUILD or RUNNING state. 2. Unfreeze all the groups. # haconf -makerw # hagrp -unfreeze [group] -persistent # haconf -dump -makero REMOVING THE PATCH ------------------ Removal of the patch will result in removing the whole package from the system/node. To go back to a previous installed version of the package, you may need to re-install the package. Run the following steps on all the VCS cluster nodes: To remove the patch from a cluster node: --------------------------------------------- 1. Stop VCS on the node by following the steps provided in the section "Stopping VCS on the cluster node". 2. Remove the patch by using the following command: # rpm -e --nodeps VRTSvcsag 3. Verify that the patch has been removed from the system: # rpm -qa | grep VRTSvcsag Ensure that the VRTSvcsag package is not be displayed. This confirms that the package is removed. 4. Install the VRTSvcsag package from the VCS 7.2 Installer CD 5. To start the cluster services on all cluster nodes, execute the following command first on one node: # hastart On all the other nodes, start VCS by executing hastart after the first node goes to LOCAL_BUILD or RUNNING state. SPECIAL INSTRUCTIONS -------------------- Install the patch and run the following commands sequentially: # haconf -makerw # haattr -add DiskGroup DGOptions # hatype -modify DiskGroup ArgList -add DGOptions Run the following command for every zone resource: # hares -modify DGOptions Dump the configuration: # haconf -dump -makero OTHERS ------ NONE