Forwarding SMC Alarm

Hello,

do somebody know which informations with the SNMP Alarm forwarding are send?

I think a part or all of this can be send:

Severity, Start time, Action, Message, Alarm Ended On, Alarm Ack, Alarm End Time Ack, User ID Ack

But I hope in addition a header is send with information about the client (hostname/IP) on which the alarm occurs and the SMC Server.

In the 3rd party Management Tool this information is needed to associate the alarm with the right object.

So I can do a mapping between the SMC alarm attributes and the 3rd party Tool attributes. And finaly associate the alarm with the right object.

I were very glade, if onebody have an information or an example for a forwarding alarm message.

I want to do the forwarding how explaint in the howtos point 1.: http://www.sun.com/software/solaris/sunmanagementcenter/faq/snmp.xml#q11

Thanks a lot

Dirk

[929 byte] By [dholze] at [2007-11-26 6:00:58]
# 1

Hi Dirk,

I'm not sure how you'd get the trap integration working by hand, but the pre-built SNMP trap software comes with this info in it:

http://www.halcyoninc.com/products/Frameworks/help/HALAdapterFrameworks-details -h.html

It also ships with a MIB you can import into your 3rd party tool. You can download EventAction and the Adapter for Frameworks and have traps working in about 30 minutes.

http://www.halcyoninc.com/products/a-z.php

Note: I work for the company that built it.

Regards,

Mike.Kirk@HalcyonInc.com

Aronek at 2007-7-6 13:22:35 > top of Java-index,Administration Tools,Sun Management Center...
# 2

Now it worked :)))

First part described in SMC FAQ for SNMP, second part is:

$ /opt/SUNWsymon/util/bin/snmpset -h localhost -p 162 -c community 1.3.6.1.4.1.42.2.12.2.1.4.1.0 OctetString "{10.10.75.80:162} {{{trapOID 1.3.6.1.6.3.1.1.5.3}}}"

Now I have all down alarms in my 3rd party Management tool.

And this is the next problem. With "trapOID 1.3.6.1.6.3.1.1.5.3" I define which trap (down alarm) is forwarded. I want to forward critical alarms too.

I find no description for the alarm OIDs.

Do somebody know the OID for critical alarms?

Regads

Dirk

dholze at 2007-7-6 13:22:35 > top of Java-index,Administration Tools,Sun Management Center...