HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Closing an event from resguard
Operating System - HP-UX
1834156
Members
2291
Online
110064
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2006 04:21 AM
04-27-2006 04:21 AM
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
#!/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
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP