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

Next Topic: Reply to Messages Using cawtor

Issue a Command on a Remote CA NSM

Following is an example of issuing a command on a remote CA NSM:

)USS SENDCMD
)PROC
/* Execute a command on a remote machine (Unix, z/OS, or Windows) */
   CMD = 'backup logfile '
   Address USS
   “CMD COMMAND('”CMD”') COLOR(blue) NODE(AIX1)”
end
return “Normal”