vcs-hpux1131-VRTSvcsag5.011.31HF2
Obsolete

 Basic information
Release type: Hot Fix
Release date: 2008-10-15
OS update support: None
Technote: None
Documentation: None
Popularity: 1076 viewed    downloaded
Download size: 17.85 KB
Checksum: 47981680

 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

This patch supersedes the following patches: Release date
vcs-hpux1131-5.011.31HF1 (obsolete) 2008-10-01

 Fixes the following incidents:
1426421

 Patch ID:
PVCO_03853

Readme file
SF RAC Certify:
State: GA
Date: 2008-10-14
OS: HP-UX
OS Version: 11iv3
Packages: VRTSvcsag
Etrack Incidents: 1426421
Case IDs: 291-077-952
Link to Technote:

Errors/Problems Fixed:
        MultiNICA netmask issue

Additional Notes:

* * * READ ME - VERITAS CLUSTER SERVER COMMAND PATCH 1 * * *

                   Patch Date: October 2008

This document provides information for:

    * PATCH NAME
    * BEFORE GETTING STARTED
    * SUMMARY OF PATCH CONTENT
    * PACKAGES AFFECTED BY THIS PATCH
    * PATCHES SUPERCEDED BY THIS PATCH
    * PATCH BASE VERSION
    * SUPPORTED OPERATING SYSTEMS
    * INCIDENT FIXED IN THIS PATCH
    * INSTALLING THE PATCH
    * REMOVING THE PATCH

PATCH NAME
---------------
Name: PVCO_03853

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 point patch contains:

    README (this file)

    patches/PVCO_03853 (OS native patch)

PACKAGES AFFECTED BY THIS PATCH
-------------------------------
    VRTSvcsag

PATCHES SUPERCEDED BY THIS PATCH
-------------------------------
    PVCO_03849

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
----------------------------
1430101: [291-077-952][5.0.31.0]HP-UX 11.31 MultiNICA netmask issue

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_03853

8. Verify that the patch is successfully installed.

    # swlist | grep PVCO_03853

   The output should resemble to following:

   PVCO_03853    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_03853