vcsone-rhel4_x86_64-2.0.2.1HF

 Basic information
Release type: Hot Fix
Release date: 2009-07-22
OS update support: None
Technote: 328816
Documentation: None
Popularity: 402 viewed    downloaded
Download size: 13.94 MB
Checksum: 4052749953

 Applies to one or more of the following products:
Cluster Server One 2.0.1 On RHEL4 x86-64

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

 Fixes the following incidents:
1653728, 1666224

 Patch ID:
VRTSvcsonepm-2.0.2.1-GA_RHEL4

Readme file
                          * * * READ ME * * *

            * * * VERITAS CLUSTER SERVER ONE 2.0.2.1 * * *


                      Patch Date: July 21, 2009

Etrack Incidents: 1666224, 1653728


This document provides the following information:

     * PATCH NAME
     * PATCH SUMMARY OF CONTENT
     * PACKAGES AFFECTED BY PATCH
     * PATCH'S BASE VERSION
     * PATCH'S SUPPORTED OPERATING SYSTEMS
     * LIST OF INCIDENTS FIXED BY PATCH
     * EXTRACTING THE PATCH
     * INSTALLING THE PATCH ON POLICY MASTER SYSTEMS



PATCH NAME
----------

Name: Veritas Cluster Server One 2.0.2.1



PACKAGES AFFECTED BY PATCH
--------------------------

VRTSvcsonepm


PATCH'S BASE VERSION
--------------------

The required installed base product version for this patch must 
be one of the following

   * Veritas Cluster Server One 2.0.1
   * Veritas Cluster Server One 2.0.2


PATCH'S SUPPORTED OPERATING SYSTEMS
-----------------------------------

Linux, Solaris



LIST OF INCIDENTS FIXED BY PATCH
--------------------------------

This patch fixes the following escalations and associated incidents:


   * 320-162-438:  NonFailover SG doesn't completely online all resources
   
	e1666224:  NonFailover SG doesn't completely online all resources.


   * 320-182-504:  NO ERROR CODES ARE REPORTED:Veritas Application Service 
                   Group Won't Online

	e1653728:  VCSOne will not online group with one resource disabled.



EXTRACTING THE PATCH
--------------------

To extract the patch:

1.  Download the patch from the Symantec Support website and copy the .tar.gz 
    file for your platform(s) to the desired directory location:

    # cp <patch_name.tar.gz> .

2.  Unzip the compressed patch files:

    # gunzip *.gz

3.  Extract the compressed patch files from the tar files:

    tar -xvf <file_name.tar>

    For example, for patch vcsone_2.0.2.1.sol_sparc.tar, enter:

    # tar -xvf vcsone_2.0.2.1.sol_sparc.tar



INSTALLING THE PATCH ON POLICY MASTER SYSTEMS
---------------------------------------------

To install the patch on Policy Master systems:

1. Log on as the superuser to the Policy Master system where you will 
   install the patch.

2. Take a backup of the Policy Master configuration:

   # haconf -dbtoxml <backup_dir>

3. Take the Policy Master service group offline and bring it up on 
   the second/failover Policy Master system: 

   # hastop -web
   # hastop -pm
   # hastop -db

4. If installing on Linux, remove VRTSvcsonepm rpm.

   # rpm -e VRTSvcsonepm --nodeps

   For Solaris, skip this step. Do not remove any packages.
   
5. Install the patch
   
   On Linux, use:   
   # rpm -ivh VRTSvcsonepm --nodeps

   On Solaris, use:
   # patchadd 141746-01

6. Take the Policy Master service group offline on the second/failover 
   policy master system.

7. Start the database on the PM where the patch is installed:

   # hastart -db -sys <system>

8. Clean the database:

   # haconf -cleandb

9. Load the configuration again from the backup directory:

   # haconf -loaddb <backup_dir>

10. Bring the Policy Master service group online on the first system:

    # hastart -pm
    # hastart -web

11. Perform steps 4 and 5 on all the remaining Policy Master systems.