Operating System - HP-UX
1833166 Members
3403 Online
110051 Solutions
New Discussion

Can STM be setup to send traps to OV

 
Katie Hadji
Occasional Contributor

Can STM be setup to send traps to OV

Can STM be setup to send traps to OV. Where can I find some information.

Thanks in advance
3 REPLIES 3
Patrick Wallek
Honored Contributor

Re: Can STM be setup to send traps to OV

EMS can be set up to send traps to OV / ITO.

This can be done by setting up what you want monitored with monconfig (/etc/opt/resmon/lbin/monconfig).

Here is the web site for documentation on diagnostics. You should be able to find information on setting up EMS here.

http://docs.hp.com/hpux/diag/index.html
Sridhar Bhaskarla
Honored Contributor

Re: Can STM be setup to send traps to OV

EMS can be setup to send SNMP traps to any management server.

You need to use the monconfig. For ex., if you want to send all the events generated by all monitors for core_hw

monconfig -> M (modify Monitoring Request)
-> 1 (send events generated by all monitors)
-> 4 (/system/events/core_hw)
-> 5 (critical)
-> 4 (>=)
-> 3 (SNMP)
-> Y (Do you want to keep these changes)

This will send all the events with the condition of greater or equal to CRITICAL as snmp messags.

Depending on what you configured as the trap destination, your management station will receive the trap.

Ofcourse, your NNM/ITO should be configured to filter these messages.

-Sri
You may be disappointed if you fail, but you are doomed if you don't try
Sridhar Bhaskarla
Honored Contributor

Re: Can STM be setup to send traps to OV

In addition, if SNMP option doesn't work, you can configure your EMS to send the messages to a logfile that can be monitored by IT/O through logfile template. This is bit easier than the previous one. But I prefer SNMP as there will be less maintenance burdains.

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