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

Next Topic: Troubleshooting

Issue a Command on a Remote CA NSM Machine

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

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