vxfen-aix-Patch-7.1.0.100

 Basic information
Release type: Patch
Release date: 2016-06-20
OS update support: None
Technote: None
Documentation: None
Popularity: 799 viewed    downloaded
Download size: 2.36 MB
Checksum: 420742931

 Applies to one or more of the following products:
InfoScale Availability 7.1 On AIX 6.1
InfoScale Availability 7.1 On AIX 7.1
InfoScale Enterprise 7.1 On AIX 6.1
InfoScale Enterprise 7.1 On AIX 7.1
InfoScale Storage 7.1 On AIX 6.1
InfoScale Storage 7.1 On AIX 7.1

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

 Fixes the following incidents:
3879189

 Patch ID:
VRTSvxfen-07.01.0000.0100

Readme file
                          * * * READ ME * * *
                  * * * Veritas I/O Fencing 7.1 * * *
                         * * * Patch 100 * * *
                         Patch Date: 2016-06-09


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 I/O Fencing 7.1 Patch 100


OPERATING SYSTEMS SUPPORTED BY THE PATCH
----------------------------------------
AIX 6.1
AIX 7.1


PACKAGES AFFECTED BY THE PATCH
------------------------------
VRTSvxfen


BASE PRODUCT VERSIONS FOR THE PATCH
-----------------------------------
   * Veritas InfoScale Storage 7.1
   * Veritas InfoScale Availability 7.1
   * Veritas InfoScale Enterprise 7.1


SUMMARY OF INCIDENTS FIXED BY THE PATCH
---------------------------------------
Patch ID: 7.1.0.100
* 3879189 (3878333) In SCSI-3 mode, I/O fencing fails to automatically refresh 
registrations on coordination disks.


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

Patch ID: 7.1.0.100

* 3879189 (Tracking ID: 3878333)

SYMPTOM:
With I/O fencing in SCSI-3 mode, if you enable the auto-refresh feature on the 
CoordPoint agent, then I/O fencing fails to automatically refresh registrations 
on the coordination points. This results in vxfen group to remain in faulted 
state.

DESCRIPTION:
Even to refresh registration on coordination disks, the vxfenswap script 
expects inputs about coordination disk groups from the CoordPoint agent. The 
CoordPoint agent does not provide this information to the vxfenswap script.
This causes the vxfenswap script to fail and the vxfen group remains faulted 
until it is manually cleared.

RESOLUTION:
The I/O fencing program is modified such that in SCSI3 mode fencing, the 
vxfenswap script does not explicitly require the coordination disk group 
information for refreshing registration keys on disks.



INSTALLING THE PATCH
--------------------
Run the Installer script to automatically install the patch:
-----------------------------------------------------------
To install the patch perform the following steps on at least one node in the cluster:
1. Copy the patch vxfen-aix-Patch-7.1.0.100.tar.gz to /tmp
2. Untar vxfen-aix-Patch-7.1.0.100.tar.gz to /tmp/hf
    # mkdir /tmp/hf
    # cd /tmp/hf
    # gunzip /tmp/vxfen-aix-Patch-7.1.0.100.tar.gz
    # tar xf /tmp/vxfen-aix-Patch-7.1.0.100.tar
3. Install the hotfix
    # pwd /tmp/hf
    # ./installVRTSvxfen710P100 [<host1> <host2>...]

You can also install this patch together with 7.1 GA release using Install Bundles
1. Download this patch and extract it to a directory
2. Change to the Veritas InfoScale 7.1 directory and invoke the installer script
   with -patch_path option where -patch_path should point to the patch directory.
    # ./installer -patch_path [<patch path>] [<host1> <host2>...]

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


Install the patch:

Note: Make sure that all the services depending on vxfen are stopped first.


1.Stop VCS:
   #hastop -local

2. Disable VxFEN:
# /etc/init.d/vxfen.rc stop

3. Apply patch:
#installp -av -d <patch location>  VRTSvxfen

4. Verify whether the patch has been applied successfully.
#lslpp -l VRTSvxfen

Output for the following command should show version of VRTSvxfen as 7.1.0.100

5. Enable VxFEN:
#/etc/init.d/vxfen.rc start

6. Start VCS:
# hastart


REMOVING THE PATCH
------------------
Run the Uninstaller script to automatically remove the patch:
------------------------------------------------------------
To uninstall the patch perform the following step on at least one node in the cluster:
    # /opt/VRTS/install/uninstallVRTSvxfen710P100 [<host1> <host2>...]

Remove the patch manually:
-------------------------
Note: Make sure that all the services depending on vxfen are stopped first.

1.Stop VCS:
   #hastop -local

2. Disable VxFEN:
# /etc/init.d/vxfen.rc stop

3. Remove/reject the patch.
# installp -r VRTSvxfen 7.1.0.100

4. Enable VxFEN:
#/etc/init.d/vxfen.rc start

5. Start VCS:
# hastart


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


OTHERS
------
NONE