- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- HPE 9000 and HPE e3000 Servers
- >
- Re: Over temperature alarms handling & supported p...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
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
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- 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
тАО05-28-2003 12:49 AM
тАО05-28-2003 12:49 AM
I had a look at some previous posts on this subject and could learn a lot!
Great reference!
However I am still missing two points.
1. On which HW platforms is this overtemp warning supported? Our customer
has RP7405 and RP5405.
2. Is it possible to trigger some command when the temperature is back to nornal?
I have tried the following entry in /etc/envd.conf
TEMP_NORMAL:y
/opt/ASG/normal.sh
... but it does not work when I test it with:
# echo '\000\c' > /var/run/envd_diag
Any help/suggestion is highly appreciated.
TIA.
Kind Regards,
Rui.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-28-2003 02:17 AM
тАО05-28-2003 02:17 AM
Re: Over temperature alarms handling & supported platforms
You can utilise the /etc/envd.conf file to warn you of Overtemps.
THe /sysadmin/team file just contails an information line.
Path should be in full:-
OVERTEMP_CRIT:y
/usr/bin/mailx -s "WARNING SERVER GETTING WARM" 07956610410@one2one.net
OVERTEMP_EMERG:y
/usr/sbin/reboot -qh
FANFAIL_CRIT:y
/usr/bin/mailx -s "WARNING SERVER FAN PROBLEMS" 07956610410@one2one.net
FANFAIL_EMERG:y
/usr/sbin/reboot -qh
The file /sysadmin/team just contains a frew line of info txt
Paula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-28-2003 08:19 AM
тАО05-28-2003 08:19 AM
Solutionthis ability.
2)Not by usual means.It reports to syslog (And whatever defined in envd.conf) but doesn't repot when status is back to normal.
However...
NORMAL 0x0 = 000
OVERTEMP_CRIT 0x1 = 001
OVERTEMP_EMERG 0x2 = 002
FANFAIL_CRIT 0x4 = 004
FANFAIL_EMERG 0x5 = 005
To simulate:
OVERTEMP_CRIT event:
# echo '\001\c' > /var/run/envd_diag
After any tests, set the condition back to NORMAL:
TEMP_NORMAL event:
# echo '\000\c' > /var/run/envd_diag
envd_diag is a fifo file (works like stdout?)
So I'd do traces for envd (use tusc -vpf) and
learn its behaviour,but it's hardly a workaround :)
Zeev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-28-2003 08:19 AM
тАО05-28-2003 08:19 AM
Re: Over temperature alarms handling & supported platforms
this ability.
2)Not by usual means.It reports to syslog (And whatever defined in envd.conf) but doesn't repot when status is back to normal.
However...
NORMAL 0x0 = 000
OVERTEMP_CRIT 0x1 = 001
OVERTEMP_EMERG 0x2 = 002
FANFAIL_CRIT 0x4 = 004
FANFAIL_EMERG 0x5 = 005
To simulate:
OVERTEMP_CRIT event:
# echo '\001\c' > /var/run/envd_diag
After any tests, set the condition back to NORMAL:
TEMP_NORMAL event:
# echo '\000\c' > /var/run/envd_diag
envd_diag is a fifo file (works like stdout?)
So I'd do traces for envd (use tusc -vpf) and
learn its behaviour,but it's hardly a workaround :)
Zeev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-29-2003 06:04 AM
тАО05-29-2003 06:04 AM
Re: Over temperature alarms handling & supported platforms
If I understand well it is not possible to run some script defined in envd.conf when the temperature condition is back to normal...
TIA,
Kind Regards,
Rui.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-30-2003 04:43 AM
тАО05-30-2003 04:43 AM
Re: Over temperature alarms handling & supported platforms
I'm not sure, but maybe there is a workaround. I have never tested, but maybe you would like to.
These events (temperature hot, temperature back to normal) are usually also detected (I think via envd ..) and reported by the EMS (Event Monitoring System, part of the OnlineDiagnostic, free of charge Software).
Within EMS, the dm_core_hw monitor is responsible for the temperature (as well as fan states, etc..).
To my knowledge, the "back to normal temperrature" event is of "informational" severity only, and thus gets only written by default to /var/opt/resmon/log/event.log However, by using /etc/opt/resmon/lbin/monconfig, one could trigger dm_core_hw to additionally send "informational" events to another textlog file, or to any Email adress...
Checkout http://www.docs.hp.com/hpux/diag/index.html#EMS%20Hardware%20Monitors%20(for%20HP%209000) for additional Infos on EMS.
Regards.
Tobias
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-01-2003 04:25 PM
тАО06-01-2003 04:25 PM
Re: Over temperature alarms handling & supported platforms
The cost of adequate air-conditioning AND overtemp power disconnect is insiginificant when compared to the downtime, troubleshooting and repair of equipment damaged by overtemp conditions. Using the computer as a substitute for a hightemp power disconnect is not a good idea.
Bill Hassell, sysadmin