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”
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|