Operating System - HP-UX
1834156 Members
2291 Online
110064 Solutions
New Discussion

Closing an event from resguard

 
_Ste_
Occasional Contributor

Closing an event from resguard

Hello, i've got a problem. I'm monitoring environmnt temperature with a bash script as:
#!/usr/bin/ksh
ALARM=""
for i in `/opt/resmon/bin/resls /system/events/core_hw/core_hw|grep DECIMAL|awk '{print $NF}'`
do
ALARM1=`/opt/resmon/bin/resdata -R $i -r "/system/events/core_hw/core_hw" -a|gre p -e ".............: 33 " -e ".............: 34 "`
ALARM=$ALARM$ALARM1
done


Last week I got alarm. Problem solved, but script is not reading the problem cleared. If I do:

#:/opt/resmon/bin/resdata -R 200802305 -r "/system/events/core_hw/core_hw" -a

CURRENT MONITOR DATA:

Event Time..........: Sun Apr 2 22:44:44 2006
Severity............: CRITICAL
Monitor.............: dm_core_hw
Event #.............: 33
System..............: mysystem.my

Summary:
Processor cabinet intake temperature is too hot


Description of Error:

The system intake temperature is too high.

Probable Cause / Recommended Action:

Something is blocking the cooling intakes in the system processing unit
(SPU).
Check for obstructions.

The room containing the SPU is too hot.
Check for problems with the room air conditioning.

Additional Event Data:
System IP Address...: 000.000.000.000
Event Id............: 0x443037bc00000000
Monitor Version.....: B.01.00
Event Class.........: System
Client Configuration File...........:
/var/stm/config/tools/monitor/default_dm_core_hw.clcfg
Client Configuration File Version...: A.01.00
Qualification criteria met.
Number of events..: 1
Associated OS error log entry id(s):
0x443037bc00000000
Additional System Data:
System Model Number.............: 9000/800/L2000-44
OS Version......................: B.11.11
STM Version.....................: A.38.00
EMS Version.....................: A.03.20
Latest information on this event:
http://docs.hp.com/hpux/content/hardware/ems/dm_core_hw.htm#33

v-v-v-v-v-v-v-v-v-v-v-v-v D E T A I L S v-v-v-v-v-v-v-v-v-v-v-v-v


So, it's possibile to stop this? to clear and delete this event?

Thanks
Stefano