* * * 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 [ ...] 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 [] [ ...] 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 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 [ ...] 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