Try
under hpux
man ovevent
under nt
ovevent -? will give you the options.
Send a test event and then create the associated stuff in NNM to handle it.
From the HPUX manual...
EXAMPLES
The following command sends an OV_Message
(.1.3.6.1.4.1.11.2.17.1.0.58916872) event to node testnode. The event is passed an application ID, an identifier for the source of this event, and the message text.
ovevent testnode .1.3.6.1.4.1.11.2.17.1.0.58916872 .1.3.6.1.4.1.11.2.17.2.1.0 Integer 14 .1.3.6.1.4.1.11.2.17.2.2.0 OctetString "user@host" .1.3.6.1.4.1.11.2.17.2.4.0 OctetString "very important message"
The following command sends the same event to the local management host, changing both the severity and category:
ovevent -s Major -c "Error Events" "" .1.3.6.1.4.1.11.2.17.1.0.58916872 .1.3.6.1.4.1.11.2.17.2.1.0 Integer 14 .1.3.6.1.4.1.11.2.17.2.2.0 OctetString "user@host" .1.3.6.1.4.1.11.2.17.2.4.0 OctetString "major error message"