Operating System - HP-UX
1833294 Members
3241 Online
110051 Solutions
New Discussion

Re: EMS Event Severity warning

 
SOLVED
Go to solution
lawrenzo_1
Super Advisor

EMS Event Severity warning

Please can someone point me in the right direction for inveastagating the below error:

EMS Event Severity MAJORWARNING Monitor dm_ses_enclosure Event 30

we were getting this error a couple of weeks ago however we upgraded the firmware which resloved the issue then

thanks
hello
4 REPLIES 4
Sridhar Bhaskarla
Honored Contributor

Re: EMS Event Severity warning

Hi Lawrenzo,

Whenever you see an EMS message, you would see an entry with a command that you need to run to find the details. It would be something like

/opt/resmon/bin/resdata -R -r -n -a

Try searching for the corrsponding resource and the event id in this following document.


http://docs.hp.com/hpux/onlinedocs/diag/ems/eme_summ.htm

-Sri
You may be disappointed if you fail, but you are doomed if you don't try
lawrenzo_1
Super Advisor

Re: EMS Event Severity warning

Hello

the event id is 305 and it indicates problems with the temperature but not sure where this error is coming from
hello
Sridhar Bhaskarla
Honored Contributor
Solution

Re: EMS Event Severity warning

From the following document from the URL I mentioned,

http://docs.hp.com/hpux/onlinedocs/diag/ems/dm_ses_enclosure.htm

The description of the event is

Event 305

* Severity: Major Warning
* Event Summary: Temperature too cold.
* Problem Description: The temperature within the enclosure has dropped below the low warning threshold of X degrees.
* Probable Cause / Recommended Action:
The current temperature in the enclosure is X degrees. Check the airflow, room temperature, and fans on and around the enclosure.
* Automated Recovery: None
* Event Generation Threshold: 1 occurrence


It is generated from EMS - Event Monitoring System. It has got monitors setup within it that can probe a particular resource for events. Sometimes firmware can cause sending false alarms. Obviously in your case firmware took care of it.

-Sri
You may be disappointed if you fail, but you are doomed if you don't try
lawrenzo_1
Super Advisor

Re: EMS Event Severity warning

Thanks Sri, we have changed a controller on the server which has resolved the issue
hello