Event Monitoring Service Version A.04.00.01 Release Notes
Event Monitoring Service Version A.04.00.01 Release Notes
Patches and Fixes in this Version
Chapter 118
Problem: After a system reboot, when an attempt is made to register non-persistent
monitoring requests (during RC script execution), EMS times out with a message.
ServiceGuard may log "ems timed out" in syslog.log and a package with EMS resource
dependencies may start on an adoptive node. This problem occurs only if there are any
existing persistent requests during RC script execution.
Resolution: The code in EMS has been modified to allow new persistent and non-persistent
requests to be registered during RC Scripts execution.
JAGae59337
Problem: After a second reboot, following the first reboot in quick succession, PSM monitor
(psmmon) requests are deleted and the persistence files is set to zero bytes.
Resolution: The EMS startup and shutdown scripts are modified to remove and touch a file
respectively. psmmon on detecting the touched file under a dual reboot condition, sends
RM_NOT_READY signal instead of the RM_REJECT signal. Hence the requests are not deleted
from the persistence file.
JAGae46452
Problem: When hardware monitoring is disabled using monconfig(K), persistent requests
that are setup using the EMS GUI sometimes get deleted and sometimes not.
Resolution: p_client has been changed such that all the persistent requests for hardware
resources configured through the EMS GUI are deleted when hardware monitoring is
disabled. This is the right behaviour, which is also explained during monconfig(K)
execution.
JAGae30244
Problem: EMS diskmond persistence requests are lost after a reboot.
Resolution: Now, the registrar sends the RM_NOT_READY signal when there is a delay in the
monitor initialization.
JAGae08920
Problem: At times, multiple instances of the same monitor may be running on the system.
Resolution: Now, the parent process releases the semaphore only when the child process has
successfully started the monitor or when the child process dies before opening the pipe file for
the monitor.
JAGad94757
Problem: During the upgrade of the OnlineDiag bundle, some persistent monitor requests
may be deleted and not re-established after the upgrade.