As part of the HP Nonstop community, we do on occasion receive Express Notices from HP. Would it be of benefit if Prognosis alerted your organization on these type of issues that come across from HP? As we thought through this we created a Prognosis Threshold to alert you when your receive these errors. As described in HotStuff 03288, if multiple OSS applications try to simultaneously open a terminal file for the first time within the same CPU, then under certain conditions, applications might fail with error 566 and report EMS event 49. We have a threshold document that you can use IRCMD to initiate. The contents of the threshold are below. Place the contents from the line START to the line END_THRESHOLD into a file called TH03288. Then use IRCMD to start the threshold as follows.
RUN IRCMD TH03288
This will start the threshold called HS03288. If you have any questions, please contact me at jack.vanmeel@ir.com
Thank you
Jack van Meel
START
THRESHOLD "HS03288"
CONDITION (
THRESHOLD_CONDITION "OSS: Simultaneous Open"
ACTION (
ACTION
LOG_TYPE PROBLEM_SUMMARY
SEVERITY WARNING
ON_EVENT_NUM 49
LOG_TEXT "HS03288 - Multiple OSS processes have attempted to open the same terminal file."
END_ACTION
ACTION
LOG_TYPE PROBLEM
SEVERITY WARNING
ON_EVENT_NUM 0
LOG_TEXT "As described in HotStuff 03288, if multiple OSS applications try to simultaneously open a term
with error 566 and report EMS event 49."
END_ACTION
ACTION
LOG_TYPE PROBLEM
SEVERITY WARNING
ON_EVENT_NUM 0
LOG_TEXT "Event Time: @EVENT.TIME@"
END_ACTION
ACTION
LOG_TYPE PROBLEM
SEVERITY WARNING
ON_EVENT_NUM 0
LOG_TEXT "Event Text: @EVENT.TEXT@"
END_ACTION
ACTION
LOG_TYPE PROBLEM
SEVERITY WARNING
ON_EVENT_NUM 0
LOG_TEXT "SPRs are available."
END_ACTION
ACTION
LOG_TYPE PROBLEM
SEVERITY WARNING
ON_EVENT_NUM 0
LOG_TEXT "T8620H12^AER for J06.15 - J06.17 and H06.26 - H06.28."
END_ACTION
ACTION
LOG_TYPE PROBLEM
SEVERITY WARNING
ON_EVENT_NUM 0
LOG_TEXT "T8620H11^AEN for J06.14 and H06.25."
END_ACTION
ACTION
LOG_TYPE PROBLEM
SEVERITY WARNING
ON_EVENT_NUM 0
LOG_TEXT "T8620H10 AEO for J06.13 and H06.24."
END_ACTION
)
VIEW
RECORD "EVENT"
INTERVAL 30 SECONDS
NODE (
NODE #CurrentNode
END_NODE
)
WHERE (
SSIDOWN = "TANDEM" and SSIDNAME = "OSS" and EVENTNUM = 49
)
END_VIEW
AFTER 1 OCCURRENCES
LOGEVERY 30 SECONDS
ACK_REQUIRED
END_THRESHOLD_CONDITION
)
END_THRESHOLD