Previous Topic: Write a Message to a Remote CA Technologies Computer with an Active Web ServerNext Topic: Reply to Messages Using cawtor


Issue a Command on a Remote CA NSM

This example issues 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”