Previous Topic: UNIFWD KeywordNext Topic: Keyword for Interfacing with Third-Party Applications


UNIWTO Keyword

The UNIWTO keyword sends the supplied message to the CA NSM Event Manager on the specified host.

This keyword has the following format:

UNIWTO (HOST(HostName|*)
   MESSAGE(MessageString)[ORIGHOST(OrigHostName)]
   [SEVERITY(I|W|E|S|F)])
HOST

Specifies the name of the host on which the receiving CA NSM Event Manager resides.

Specifying an asterisk (*) sends the supplied message to all host names designated for message forwarding in Configuration Manager.

MESSAGE

Specifies the text string of the message being sent to the CA NSM Event Manager.

ORIGHOST

Specifies the name of the host on which the message originates.

Default: The name of the current session.

SEVERITY

Specifies the severity of the message.

I=Informational

W=Warning

E=Error

S=Success

F=Failure

Default: E, if the message is an action message, otherwise I.

Example:

The following example sends a message to the CA NSM Event Manager residing on the host named UNIHOSTA:

UNIWTO(HOST(UNIHOSTA) MESSAGE(HELLO EVENT MANAGER))