OS: Linux Etrack Incidents: 1675438 Additional Notes: * * READ ME - Veritas Cluster Server * * * * 5.0 Maintenance Pack 3 Rolling Patch 2 Hot-Fix 3 (Linux) * * * * Patch Date: May 2009 * * This document provides information for: * INSTALLING THE PATCH * REMOVING THE PATCH * FIXES INCLUDED IN THE PATCH I] POINT PATCH NAME ------------------------ Name: VCS50MP3RP2HF3 II] BEFORE GETTING STARTED ------------------------ This is a patch for VCS 5.0 MP3 RP2 on Linux. You must upgrade to VCS 5.0 MP3 RP2 before applying this patch. The patch includes the following rpms: VRTSvcs: Veritas Cluster Server by Symantec III] INSTALLING THE PATCH ----------------------- Perform the following steps on all the nodes in the cluster. 1. Verify that the version of VRTSvcs is 5.0 MP3 RP2 for Linux. 2. Freeze all the service groups persistently. # haconf -makerw # hagrp -freeze -persistent # haconf -dump -makero 3. 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. Also, stop the VCS CmdServer on all nodes. # CmdServer -stop 4. Run the following command to change to the RPMs directory. For example: # cd 5. Run the following command to upgrade to 5.0 MP3 RP2 HF2: # rpm -Uvh VRTSvcs-5.0.30.23-MP3RP2HF2_..rpm 6. Verify that the patch has been installed. # rpm -q VRTSvcs The following information is displayed after successful patch installation: VRTSvcs-5.0.30.23-MP3RP2HF2_ where, DIST is either RHEL5 7. Repeat step 4, 5, and 6 on the all the nodes of the cluster. 8. At this time, you can start the cluster services on all cluster nodes. First start VCS on one node: # hastart On all the other nodes, start VCS by issuing hastart after the first node goes to LOCAL_BUILD or RUNNING state. 9. Unfreeze all the groups. # haconf -makerw # hagrp -unfreeze -persistent # haconf -dump -makero IV] REMOVING THE PACKAGE -------------------------- 1. Make sure that VCS is not running in the cluster. # hastop -all or # hastop -all -force 2. Remove the package from each node using the rpm command: # rpm -e VRTSvcs 3. Verify that the package has been removed from each node. # rpm -qa | grep VRTSvcs The package VRTSvcs should not be displayed, which confirms that the package is removed. V] FIXES INCLUDED IN THIS VCS PATCH ---------------------------------- 1676451 "steward" process hogs CPU on RHEL5 Linux