vom-Patch-7.2.0.200
Obsolete
The latest patch(es) : vom-Patch-7.2.0.300 

 Basic information
Release type: Patch
Release date: 2017-04-25
OS update support: None
Technote: None
Documentation: None
Popularity: 832 viewed    downloaded
Download size: 480.45 MB
Checksum: 472997362

 Applies to one or more of the following products:
Operations Manager 7.2.0.0 On AIX
Operations Manager 7.2.0.0 On Linux
Operations Manager 7.2.0.0 On Solaris 10 SPARC
Operations Manager 7.2.0.0 On Solaris 11 SPARC
Operations Manager 7.2.0.0 On Windows x64

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

This patch is obsolete. It is superseded by: Release date
vom-Patch-7.2.0.300 2017-11-01

This patch supersedes the following patches: Release date
vom-Patch-7.2.0.100 (obsolete) 2017-01-13

 Fixes the following incidents:
3874671, 3875074, 3896106, 3898053, 3900221, 3901049, 3902456, 3903305, 3906365, 3906936, 3908919, 3910893, 3912401, 3912572, 3913262

 Patch ID:
None.

Readme file
                          * * * READ ME * * *
               * * * Veritas Operations Manager 7.2 * * *
                         * * * Patch 200 * * *
                         Patch Date: 2017-04-24


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 Operations Manager 7.2 Patch 200


OPERATING SYSTEMS SUPPORTED BY THE PATCH
----------------------------------------
AIX 6.1 ppc
AIX 7.1 ppc
RHEL6 x86-64
RHEL7 x86-64
Solaris 10 SPARC
Solaris 10 X86
Solaris 11 SPARC
Windows Server 2012 R2 X64



BASE PRODUCT VERSIONS FOR THE PATCH
-----------------------------------
   * Veritas Operations Manager 7.2.0.0


SUMMARY OF INCIDENTS FIXED BY THE PATCH
---------------------------------------
Patch ID: vom-HF0720200
* 3874671 (3877660) Audit events are logged 6 hours different to the actual event time.
* 3875074 (3910932) Intermittent issues with RVG not being visible in VIOM.
* 3896106 (3904372) On Windows, sfhbaapp.exe fails to discover Disk capacity 2TB or more and crashes.
* 3898053 (3903111) After upgrade unable to view replication status and intermittent view of RVG links
on Linux agents.
* 3900221 (3902093) DRL in volume properties does not show as 'On' even if we create mirror 
volume with DRL
* 3901049 (3902091) Alert email received time is incorrect in Gmail.
* 3902456 (3902863) Service Group online times out is 180 sec, it should be 300 sec.
* 3903305 (3905193) Unable to view the rules from the management console in VOM for
modification/updation/deletion after it is created.
* 3906365 (3912854) Windows bluescreen with xprtld.exe
* 3906936 (3907173) "No rows to display" was showed on "Packages" tab on "Server"
* 3908919 (3909047) Check_vvr_health funcction in S7nrvvr.pm does not work for Solaris 
managed hosts.
* 3910893 (3913500) Solaris 11 to vom-7.1.0.500 Not applicable
* 3912401 (3913791) The last 5 lines of the .csv report are incorrect.
* 3912572 (3915210) After install patch 7.2.0.100, VIOM console is reporting wrong
information on volumes.
* 3913262 (3915214) VOM upgrade broke vxdclid


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

Patch ID: vom-HF0720200

* 3874671 (Tracking ID: 3877660)

SYMPTOM:
Audit Events have difference of 6 hours as compare to actual event time.

DESCRIPTION:
Time for the audit event is less than six hours to actual event time.

RESOLUTION:
The difference of +6 hours time is because PostgreSQL patch is
missing and postgreSQLs
/opt/VRTSsfmcs/pgsql/share/postgresql/timezone/Europe/Moscow is
having this issue. Fixed the Moscow time zone.

* 3875074 (Tracking ID: 3910932)

SYMPTOM:
Sometimes you may see that RVGs on the servers go missing. RVGs do not
come back even after refresh of hosts.

DESCRIPTION:
When RVGs are under VCS Service Groups control and SGs on
offline/online or switch to another node, you may see that sometimes RVGs are not
visible in VIOM GUI.

RESOLUTION:
Fix to handle discovery and deletion of RVGs.

* 3896106 (Tracking ID: 3904372)

SYMPTOM:
sfhbaapp.exe crashes or can not discover disks having capacities 2TB or more.

DESCRIPTION:
sfhbaapp.exe crashes or can not discover disks having capacities 2TB or more.

RESOLUTION:
Discovering disks capacities of such disks using WMI.

* 3898053 (Tracking ID: 3903111)

SYMPTOM:
On Linux Agents, you may not view replication status and intermittent view of RVG
links.

DESCRIPTION:
On Linux OS 7.2 or above, you may not view replication status and intermittent
view of RVG links due to incompatible library.

RESOLUTION:
Updated the library on Linux OS 7.2 and above.

* 3900221 (Tracking ID: 3902093)

SYMPTOM:
For mirror plexes volume if DRL is set as on the it is not shown in UI.

DESCRIPTION:
VOM doesn't shows DRL property in UI even if it is on for mirror plexes.

RESOLUTION:
Removed earlier code which was checking DRL only for DCO volumes. Added code 
such that it checks DRL property for simple mirror plexes as well as DCO volumes.

* 3901049 (Tracking ID: 3902091)

SYMPTOM:
if vom server and mail server are in two different time zone, then alert email are not 
received at correct time of mail server zone.

DESCRIPTION:
email recieved time at mail server side is different if vom server and mail server 
are in two different time zone.

RESOLUTION:
Added time zone to email header to specify the time zone.

* 3902456 (Tracking ID: 3902863)

SYMPTOM:
Service Group online times out is 180 sec.

DESCRIPTION:
Service Group online times out is 180 sec, it should be 300 sec.

RESOLUTION:
Increased timeout value from 180 sec to 300 sec.

* 3903305 (Tracking ID: 3905193)

SYMPTOM:
Rules created in VIOM go disappear.

DESCRIPTION:
If there are large number of OEs are created in VIOM, then you may not view the
rules created.

RESOLUTION:
Fixed the GUI view to show the rules.

* 3906365 (Tracking ID: 3912854)

SYMPTOM:
system crashes with blue screen

DESCRIPTION:
Windows bluescreen with xprtld.exe

RESOLUTION:
remove csrss.exe from being killed by VIOM.

* 3906936 (Tracking ID: 3907173)

SYMPTOM:
packages tab is empty in server perspective.

DESCRIPTION:
packages are not displayed in packages tab.

RESOLUTION:
made changes in packages discovery for solaris platform

* 3908919 (Tracking ID: 3909047)

SYMPTOM:
Heath status for vvr link is not displayd

DESCRIPTION:
Check_vvr_health funcction in S7nrvvr.pm does not work for Solaris managed 
hosts.

RESOLUTION:
made changes agentlet to handle same for sol11

* 3910893 (Tracking ID: 3913500)

SYMPTOM:
Solaris 11 to vom-7.1.0.500 Not applicable

DESCRIPTION:
Solaris 11 to vom-7.1.0.500 Not applicable

RESOLUTION:
made changes

* 3912401 (Tracking ID: 3913791)

SYMPTOM:
The last 5 lines of the .csv report are incorrect.

DESCRIPTION:
The last 5 lines of the .csv report are incorrect.

RESOLUTION:
made changes in Statlog.pm

* 3912572 (Tracking ID: 3915210)

SYMPTOM:
Due to incorrect plugin of vxlist, there was an issue in #volumes

DESCRIPTION:
After install patch 7.2.0.100, VIOM console is reporting wrong
information on volumes

RESOLUTION:
made changes to have correct plugin of vxlist

* 3913262 (Tracking ID: 3915214)

SYMPTOM:
Incorrect linking of vxssl & libcrypto libs on SuSE 11 SP3 (arch diff)

DESCRIPTION:
VOM upgrade broke vxdclid

RESOLUTION:
made changes in vxdclid



INSTALLING THE PATCH
--------------------
IMPORTANT NOTE : Please take a backup of the database using the instructions given in the Admin guide before installing this Hotfix.

This Hotfix is applicable for VOM 7.2 Managed Hosts as well as VOM 7.2 Management Server.


1. Download the file vom-7.2.0.200.sfa
2. Launch a browser and login to the VIOM management server.
3. Navigate to Settings ->                Deployment Icon.
4. Upload the Hotfix to the VIOM CMS using the "Upload Solutions" button.
   The Hotfix vom-7.2.0.200 should be visible in the Hot Fixes tree node.
5. Please install this Hotfix on CS using the following instructions:
    - Go to Settings ->               Deployment ->               Hot Fixes ->               Veritas Infoscale Operations Manager Managed Host.
    - Click on Hot Fixes Tab. Click on Applicable Hosts Tab.
    - Right click on CS Name and click on Install.


REMOVING THE PATCH
------------------
Un-installation and rollback of this Hotfix is supported only on Solaris 10 and AIX platforms.


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


OTHERS
------
NONE