1825803 Members
2483 Online
109687 Solutions
New Discussion

Re: HPSMH and openview

 
cold
Frequent Advisor

HPSMH and openview

How to send trap on other system? For example openview. whether probably it to make?
7 REPLIES 7
Steven E. Protter
Exalted Contributor

Re: HPSMH and openview

Shalom cold,

Perhaps this document.

http://docs.hp.com/en/5992-6254/ch03s05.html

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Hakki Aydin Ucar
Honored Contributor

Re: HPSMH and openview

just an idea, we used in HP-UX systems to send logs, as trap forwarder we used SNMP Forwarder , you just need to design a structure an SNMP Forwarder agent/process.

Maybe openview has own solutions if you look at openview forums.
Goran Koruga
Honored Contributor

Re: HPSMH and openview

You can use snmptrap command from net snmp package. Keep in mind that OVO has limited versions of SNMP traps it supports (v1 is safe, v2 might need add-ons):

Goran
cold
Frequent Advisor

Re: HPSMH and openview

I have established HP Advanced System Management Application & Insight Management Agents.
I need to send trap on openview.

Goran Koruga
Honored Contributor

Re: HPSMH and openview

Configure it to send the traps to the OVO system (either one of the agents or the server) and deploy a policy on OVO to catch the traps (you can also configure it to forward all unmatched traps - but first consider if you really want this).

Goran
cold
Frequent Advisor

Re: HPSMH and openview

I have added in snmp.conf
dlmod cmaX /usr/lib/libcmaX.so
rwcommunity public 127.0.0.1
rocommunity public 127.0.0.1
rwcommunity public 10.1.x.y
rocommunity public 10.1.x.y
trapcommunity public
trapsink 10.1.x.y public
trapsink2 127.0.0.1 public
syscontact root@my.ru
syslocation Unknown (edit /etc/snmp/snmpd.conf)

and have then started/sbin/hpsnmpconfig to apply a configuration. On server OVO has created ext.node with the address of a server where there is an agent. At loading snmpd comes on OVO trap about start snmpd. When I send test trap on OVO trap does not come. Help to understand.
cold
Frequent Advisor

Re: HPSMH and openview

Made all under the documentation http://www.docs.hp.com/en/5991-2731/index.html
, but trap does not send on OVO.