gab-rhel6_x86_64-Patch-6.0.5.400

 Basic information
Release type: Patch
Release date: 2018-10-17
OS update support: None
Technote: None
Documentation: None
Popularity: 424 viewed    downloaded
Download size: 2.17 MB
Checksum: 1412032686

 Applies to one or more of the following products:
VirtualStore 6.0.1 On RHEL6 x86-64
Cluster Server 6.0.1 On RHEL6 x86-64
Storage Foundation Cluster File System 6.0.1 On RHEL6 x86-64
Storage Foundation for Oracle RAC 6.0.1 On RHEL6 x86-64
Storage Foundation HA 6.0.1 On RHEL6 x86-64

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

 Fixes the following incidents:
3952507, 3952991

 Patch ID:
VRTSgab-6.0.500.400-Linux_RHEL6

Readme file
                          * * * READ ME * * *
    * * * Veritas Group Membership and Atomic Broadcast 6.0.5 * * *
                      * * * Patch 6.0.5.400 * * *
                         Patch Date: 2018-09-18


This document provides the following information:

   * PATCH NAME
   * OPERATING SYSTEMS SUPPORTED BY THE PATCH
   * PACKAGES AFFECTED BY THE PATCH
   * BASE PRODUCT VERSIONS FOR THE PATCH
   * SUMMARY OF INCIDENTS FIXED BY THE PATCH
   * DETAILS OF INCIDENTS FIXED BY THE PATCH
   * INSTALLATION PRE-REQUISITES
   * INSTALLING THE PATCH
   * REMOVING THE PATCH


PATCH NAME
----------
Veritas Group Membership and Atomic Broadcast 6.0.5 Patch 6.0.5.400


OPERATING SYSTEMS SUPPORTED BY THE PATCH
----------------------------------------
RHEL6 x86-64


PACKAGES AFFECTED BY THE PATCH
------------------------------
VRTSgab


BASE PRODUCT VERSIONS FOR THE PATCH
-----------------------------------
   * Symantec VirtualStore 6.0.1
   * Veritas Cluster Server 6.0.1
   * Veritas Storage Foundation Cluster File System HA 6.0.1
   * Veritas Storage Foundation for Oracle RAC 6.0.1
   * Veritas Storage Foundation HA 6.0.1


SUMMARY OF INCIDENTS FIXED BY THE PATCH
---------------------------------------
Patch ID: VRTSgab-6.0.500.400
* 3952507 (3951435) Support for RHEL 6.10 and RHEL 6.x RETPOLINE kernels.
Patch ID: VRTSgab-6.0.500.200
* 3952991 (3952988) Support for RHEL6.x RETPOLINE kernels.


DETAILS OF INCIDENTS FIXED BY THE PATCH
---------------------------------------
This patch fixes the following incidents:

Patch ID: VRTSgab-6.0.500.400

* 3952507 (Tracking ID: 3951435)

SYMPTOM:
RHEL6.x RETPOLINE kernels and RHEL 6.10 are not supported

DESCRIPTION:
Red Hat has released RHEL 6.10 which has RETPOLINE kernel, and also released RETPOLINE kernels for older RHEL6.x Updates. Veritas Cluster Server kernel modules need to be recompiled with RETPOLINE aware GCC to support RETPOLINE kernel.

RESOLUTION:
Support for RHEL 6.10 and RETPOLINE kernels on RHEL6.x kernels is now introduced.

Patch ID: VRTSgab-6.0.500.200

* 3952991 (Tracking ID: 3952988)

SYMPTOM:
RHEL6.x RETPOLINE kernels are not supported.

DESCRIPTION:
Red Hat has released RETPOLINE kernel for older RHEL6.x releases.
Veritas Cluster Server kernel modules need to be recompiled with RETPOLINE aware GCC to 
support RETPOLINE kernel.

RESOLUTION:
Support for RETPOLINE kernels on RHEL6.x kernels is now introduced.



INSTALLING THE PATCH
--------------------
Run the Installer script to automatically install the patch:
-----------------------------------------------------------
Please be noted that the installation of this P-Patch will cause downtime.

To install the patch perform the following steps on at least one node in the cluster:
1. Copy the patch gab-rhel6_x86_64-Patch-6.0.5.400.tar.gz to /tmp
2. Untar gab-rhel6_x86_64-Patch-6.0.5.400.tar.gz to /tmp/hf
    # mkdir /tmp/hf
    # cd /tmp/hf
    # gunzip /tmp/gab-rhel6_x86_64-Patch-6.0.5.400.tar.gz
    # tar xf /tmp/gab-rhel6_x86_64-Patch-6.0.5.400.tar
3. Install the hotfix(Please be noted that the installation of this P-Patch will cause downtime.)
    # pwd 
    /tmp/hf
    # ./installGAB605P4 [<host1> <host2>...]

You can also install this patch together with 6.0.1 GA release and 6.0.5 Patch release
    # ./installGAB605P4 -base_path [<601 path>] -mr_path [<605 path>] [<host1> <host2>...]
where the -mr_path should point to the 6.0.5 image directory, while -base_path to the 6.0.1 image.

Install the patch manually:
--------------------------
Perform the following steps on the node on which this patch is being applied:
1. Take backup of your configurations
2. Stop VCS
3. Install the patch
4. Restart VCS on the node

Stopping VCS on the cluster node
--------------------------------

1. Ensure that the /opt/VRTSvcs/bin directory is included in your PATH
   environment variable so that you can execute all the VCS commands. Refer 
   to Veritas Cluster Server Installation Guide for more information.

2. Freeze all the service groups persistently.
        # haconf -makerw
        # hagrp -freeze [group] -persistent

3. If the cluster is writable, you may close the configuration before stopping the cluster. 
    Stop the cluster on this node:
        # haconf -dump -makero

   run the following command:
        # hastop -local -force
    
   Verify that the cluster is stopped by running the ha command:
    # hasys -state

   make sure that both had and hashadow processes are stopped. Also, stop the VCS CmdServer:
    # CmdServer -stop

4. Stop the cluster services in order:
    - For AMF:
    # /etc/init.d/amf stop
    - For VxFEN:
    # /etc/init.d/vxfen stop
    - For GAB:
    # /etc/init.d/gab stop
    
Note: Stop any other services depending on GAB

Installing the Patch
--------------------

1. Un-compress the downloaded patch and change the directory to the uncompressed patch location.
   Install the patch using the following command:

    # rpm -Uvh VRTSgab-6.0.500.400-Linux_RHEL6.x86_64.rpm
    
2. Run the following command to verify if the new patch has been installed:

    # rpm -q VRTSgab
    
   If the proper patch is installed, the following output is displayed:

        VRTSgab-6.0.500.400-Linux_RHEL6.x86_64                    

Re-starting the cluster services:
--------------------------------

1. To start the cluster services in order run the following command:
        # /etc/init.d/gab start
    - For VxFEN:
        # /etc/init.d/vxfen start
    - For AMF:
        # /etc/init.d/amf start
        - For VCS:
        # hastart
        # /opt/VRTSvcs/bin/CmdServer

2. Make VCS cluster writable:
         # haconf -makerw

3. Unfreeze all the groups:
         # hagrp -unfreeze [group] -persistent
         # haconf -dump -makero


REMOVING THE PATCH
------------------
Removal of the patch will result in removing the whole package
from the system/node. To go back to a previous installed version
of the package, you may need to re-install the package.
Run the following steps on the node where the patch is being uninstalled:

To remove the patch from a cluster node:
---------------------------------------------
1. Freeze all the service groups persistently.
        # haconf -makerw
        # hagrp -freeze [group] -persistent

2. Stop VCS on the node by following the stop sequence as mentioned in the PATCH INSTALLATION section.

3. Remove the patch by using the following command:
        # rpm -e VRTSgab

4. Verify that the patch has been removed from the system:
        # rpm -qa|grep VRTSgab
        
   Ensure that the package is not be displayed. This confirms that the package is removed.

5. Install the relevant package from the VCS base media. 
    Also refer to SORT for any applicable patches.

6. To start the cluster service, follow the start sequence as mentioned in the PATCH INSTALLATION section.

7. Unfreeze all the groups.
         # hagrp -unfreeze [group] -persistent
         # haconf -dump -makero


SPECIAL INSTRUCTIONS
--------------------
NONE


OTHERS
------
NONE