Date: 2009-04-10 OS: Solaris Sparc OS Version: 8, 9, 10 Packages: VRTSvcs Etrack Incidents: 1587176 ========================================================================= * * * READ ME - VERITAS CLUSTER SERVER 5.0 MP3 - VCS Engine POINT PATCH * * * Patch Date: April 10, 2009 This document provides information for: * POINT PATCH NAME * BEFORE GETTING STARTED * POINT PATCH SUMMARY OF CONTENT * PACKAGES AFFECTED BY PATCH * PATCH'S BASE VERSION * SUPPORTED OPERATING SYSTEMS * LIST OF INCIDENTS FIXED BY PATCH * INSTALLING THE PATCH * REMOVING THE PATCH POINT PATCH NAME ---------------- Name: 5.0MP3+e1587176_hastart BEFORE GETTING STARTED ---------------------- This patch is for systems running VCS 5.0 MP3. You must apply 50MP3 patches before applying this patch. This patch is NOT a cumulative patch. POINT PATCH SUMMARY OF CONTENT ------------------------------ This point patch contains: README (this file) 141268-01 PACKAGES AFFECTED BY PATCH -------------------------- VRTSvcs PATCH'S BASE VERSION -------------------- VCS 5.0 MP3 SUPPORTED OPERATING SYSTEMS --------------------------- Solaris 8, 9, 10 LIST OF INCIDENTS FIXED BY PATCH -------------------------------- 1587176:hastart 5.0 changes its env of unset LC_ALL to LC_ALL="", then some application forked by Application Agent does not work INSTALLING THE PATCH ------------------------------------------------------------------------------- 1. Copy the point patch to a directory on your system: # cp . 2. Unzip the compressed patch files that you want to install: # gunzip *.gz 3. Extract the compressed patch files from the tar files: # tar -xvf For example, for patch 141268-01, enter: # tar -xvf 141268-01.tar 4. Verify that /opt/VRTS/bin is in your PATH so you can execute all the product commands. Refer to the VCS Installation Guide for more information. 5. Verify that the version of VRTSvcs is 5.0 MP3. On each system, type: # pkginfo -l VRTSvcs Output should resemble the following: PKGINST: VRTSvcs NAME: Veritas Cluster Server by Symantec CATEGORY: system ARCH: sparc VERSION: 5.0 BASEDIR: / VENDOR: Symantec Corporation DESC: Veritas Cluster Server by Symantec PSTAMP: Veritas-5.0MP3-08/29/08-16:43:00 INSTDATE: Apr 10 2009 15:23 STATUS: completely installed FILES: 174 installed pathnames 26 shared pathnames 4 linked files 50 directories 88 executables 1 setuid/setgid executables 148874 blocks used (approx) 6. Stop the cluster on all nodes. If the cluster is writable, you may close the configuration before stopping the cluster. # haconf -dump -makero From one node, execute the following command. # 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 & hashadow processes are stopped. Also, stop the VCS CmdServer on all nodes. Determine the PID of the CmdServer and enter: # kill -9 7. Change directory to the patch location. 8. On each node in the cluster, install the patch that corresponds to the version of the operating system running: # patchadd 141268-01 Output resembles (for Solaris 9): Checking installed patches... Executing prepatch script... Verifying sufficient filesystem capacity (dry run method)... Installing patch packages... /var/sadm/pkg Patch number 141268-01 has been successfully installed. See /var/sadm/patch/141268-01/log for details Patch packages installed: VRTSvcs 9. After installation is complete, verify that the patch has been installed. On each system, type: # showrev -p | grep The information displayed after successful installation resembles the following (Solaris 9 example): # showrev -p | grep 141268-01 Patch: 141268-01 Obsoletes: Requires: Incompatibles: Packages: VRTSvcs 10. At this time, you can start cluster services on all cluster nodes. On one node, please verify that VCS configuration is valid. # hacf -verify config If the configuration is valid, start VCS: # hastart On all other nodes, start VCS by issuing hastart once the first node goes to LOCAL_BUILD or RUNNING state. REMOVING VCS PATCH ---------------------------------------------------------------- To remove the patch from a running VCS cluster: 1. Perform step 6 from INSTALLING THE PATCH procedure. 2. On each node in the cluster, type the following command: # patchrm 141268-01 3. Verify that the patch has been removed from each system. For example, on a Solaris 8 machine, type: # showrev -p | grep 141268 It should not list the patch on this system. 4. Restart the cluster by following step 10 from INSTALLING THE PATCH procedure.