vcs-hpux1131-5.011.31HF1
Obsolete

 Basic information
Release type: Hot Fix
Release date: 2008-10-01
OS update support: None
Technote: None
Documentation: None
Popularity: 1430 viewed    downloaded
Download size: 17.75 KB
Checksum: 2626199518

 Applies to one or more of the following products:
Cluster Server 5.0 On HP-UX 11i v3 (11.31)
Storage Foundation Cluster File System 5.0 On HP-UX 11i v3 (11.31)
Storage Foundation for Oracle 5.0 On HP-UX 11i v3 (11.31)
Storage Foundation for Oracle RAC 5.0 On HP-UX 11i v3 (11.31)
Storage Foundation HA 5.0 On HP-UX 11i v3 (11.31)

 Obsolete patches, incompatibilities, superseded patches, or other requirements:

This patch is obsolete. It is superseded by: Release date
sfha-hpux1131-5.0MP1 2010-07-14
vcs-hpux1131-VRTSvcsag-5.0_11.31_RP3HF1 2009-10-23
vcs-hpux1131-VCS-5.0RP3 (obsolete) 2009-08-11
vcs-hpux1131-5.0RP2 (obsolete) 2009-06-09
vcs-hpux1131-VRTSvcsag5.011.31HF2 (obsolete) 2008-10-15

 Fixes the following incidents:
1393158

 Patch ID:
PVCO_03849

Readme file
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 <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 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 <patch_location>
    # tar -xvf <Patch Tarball File> 

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 <group> -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