Date: 2008-09-09 OS: HP-UX OS Version: 11iv3 Packages: VRTSvcsag Etrack Incidents: 1393158 Errors/Problems Fixed: Agent reports false ONLINE since netstat -win reports a NIC online when it is not. Additional Notes: * * * READ ME - VERITAS CLUSTER SERVER COMMAND PATCH 1 * * * Patch Date: September 2008 This document provides information for: * PATCH NAME * BEFORE GETTING STARTED * SUMMARY OF PATCH CONTENT * PACKAGES AFFECTED BY THIS PATCH * PATCH BASE VERSION * SUPPORTED OPERATING SYSTEMS * INCIDENT FIXED IN THIS PATCH * INSTALLING THE PATCH * REMOVING THE PATCH PATCH NAME --------------- Name: PVCO_03849 BEFORE GETTING STARTED ---------------------- This is a patch for VCS 5.0 on HP-UX 11i v3. You must have VCS 5.0 GA on HP-UX 11i v3 before applying the patch. SUMMARY OF PATCH CONTENT ------------------------ This Hot Fix Patch Tarball contains: README (this file) PVCO_03849 (OS native patch) PACKAGES AFFECTED BY THIS PATCH ------------------------------- VRTSvcsag PATCH BASE VERSION -------------------- VCS 5.0 on HP-UX 11i v3 SUPPORTED OPERATING SYSTEMS --------------------------- HP-UX 11i v3 on IA64/PA-RISC INCIDENT FIXED IN THIS PATCH ---------------------------- 1393158: [VCS 5.0_11.31][Case 291-053-181][MultiNICA] Agent reports false ONLINE since netstat -win reports a NIC online when it is not. INSTALLING THE PATCH -------------------- 1. Ensure that "/opt/VRTS/bin" directory is included in your PATH environment variable so you can execute all the VCS commands. Refer to Veritas Cluster Server Installation Guide for more information. 2. Verify that the version of VRTSvcs is 5.0 for HP-UX 11i v3. 3. Freeze all the service groups persistently. # haconf -makerw; # hagrp -freeze -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 one node, execute the following command. # hastop -all 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. Determine the PID of the CmdServer and enter: # CmdServer -stop 5. On each node, extract the patch from its tar archive. Run the following commands: # cd # tar -xvf 6. Change directory to the patch/ directory inside the extracted location: # cd patches/ 7. Install the patch using swinstall command: # swinstall -s `pwd` PVCO_03849 8. Verify that the patch is successfully installed. # swlist | grep PVCO_03849 The output should resemble to following: PVCO_03849 1.0 VRTS 5.0 11iv3 VRTSvcsag Point Patch 9. 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. 10. Unfreeze all the groups. # haconf -makerw # hagrp -unfreeze -persistent # haconf -dump -makero REMOVING THE PATCH ------------------ 1. Make sure that VCS is not running in the cluster. # hastop -all or # hastop -all -force 2. Remove the patch using swremove command # swremove PVCO_03849