Previous Topic: Write a Message to a Remote Node

Next Topic: Issue a Command on a Remote CA NSM

Write a Message to a Remote CA Computer with an Active Web Server

Following is an example of writing a message to a remote CA computer with an active web server:

)USS IMW3536I
)PROC
/* Inform a remote Unicenter NSM that a IBM HTTPD server is active */
   MSGTXT = 'OPSAUTO1 IBM HTTPD server initialized at ' TIME()
   Address USS
   “WTO TEXT('”MSGTTEXT”') NODE(NSMNODE) “
end
return “Normal”