Operating System - HP-UX
1833059 Members
2627 Online
110049 Solutions
New Discussion

Need to kNow about /etc/opt/resmon/log/emsagent.log

 
govind_2
Occasional Contributor

Need to kNow about /etc/opt/resmon/log/emsagent.log

Hi,

I need to know what gets into the event monitor file /etc/opt/resmon/log/emsagent.log

kindly help me,

Thanks,
Govind
3 REPLIES 3
Joseph Loo
Honored Contributor

Re: Need to kNow about /etc/opt/resmon/log/emsagent.log

hi,

try this command to check which devices are being monitor and many other features:

# /etc/opt/resmon/lbin/monconfig

regards.
what you do not see does not mean you should not believe
Steve Post
Trusted Contributor

Re: Need to kNow about /etc/opt/resmon/log/emsagent.log

The text that goes in there is defined depending on the thing that breaks and the severity. That monconfig program will show you what will go to the log file.

It should be the type of messages you would already get from the ems (Event Monitor Software). So if you get something in email like a Single-Bit Memory Error, that text would also plop into emsagent.log.

steve
Denver Osborn
Honored Contributor

Re: Need to kNow about /etc/opt/resmon/log/emsagent.log

The emsagent.log file is used by /etc/opt/resmon/lbin/emsagent. You might see startup/shutdown message and errors from emsagent logged there.

I don't think you'd want to have the ems monitors logging events to the emsagent.log. More than likely the ems monitors woule log >=MAJOR WARNING to the syslog.log and >=INFORMATIONAL to another log... somthing like event.log. You can use monconfig to check that.

-denver