Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Panel
Table of Contents
maxlevel2

...

If no DNS entry is available for the remote host, use a statement like the one shown in #Remote Remote z/OS Execution Using an IP Address; otherwise, use something similar to #Remote Remote z/OS Execution Using a Host Name.

To execute a command on a remote system using an active UDM transfer session, follow the example shown in #Remote Remote z/OS Execution Using a UDM Logical Session Name.

...

Anchor
Remote z/OS Execution Using an IP Address
Remote z/OS Execution Using an IP Address
Remote z/OS Execution Using an IP Address

Panel

exec 192.168.10.111 cmd="ls -al /u/joe" user=joe pwd=abcdefg

Anchor
Remote z/OS Execution Using a Host Name
Remote z/OS Execution Using a Host Name
Remote z/OS Execution Using a Host Name

Panel

exec dallas cmd="ls -al /u/joe " user=joe pwd=abcdefg

Anchor
Remote z/OS Execution Using a UDM Logical Session Name
Remote z/OS Execution Using a UDM Logical Session Name
Remote z/OS Execution Using a UDM Logical Session Name

Panel

open rmtsys=dallas user=joe pwd= abcdefg

exec rmtsys cmd="ls -al /u/joe "

Remote Execution Requirements for Windows

...

Anchor
Remote Windows Execution Using an IP Address
Remote Windows Execution Using an IP Address
Remote Windows Execution Using an IP Address

Panel

exec 192.168.10.111 cmd="dir c:\" user=joe pwd=abcdefg

Anchor
Remote Windows Execution Using a Host Name
Remote Windows Execution Using a Host Name
Remote Windows Execution Using a Host Name

Panel

exec dallas cmd="dir c:\" user=joe pwd=abcdefg

Anchor
Remote Windows Execution Using a UDM Logical Session Name
Remote Windows Execution Using a UDM Logical Session Name
Remote Windows Execution Using a UDM Logical Session Name

Panel

open rmtsys=dallas user=joe pwd= abcdefg

exec rmtsys cmd="dir c:\"

Remote Execution Requirements for UNIX

...

Anchor
Remote UNIX Execution Using an IP Address
Remote UNIX Execution Using an IP Address
Remote UNIX Execution Using an IP Address

Panel
exec 192.168.10.111 cmd="ls -al /home/joe" user=joe pwd=abcdefg

Anchor
Remote UNIX Execution Using a Host Name
Remote UNIX Execution Using a Host Name
Remote UNIX Execution Using a Host Name

Panel
exec dallas cmd="ls -al /home/joe" user=joe pwd=abcdefg

Anchor
Remote UNIX Execution Using a UDM Logical Session Name
Remote UNIX Execution Using a UDM Logical Session Name
Remote UNIX Execution Using a UDM Logical Session Name

Panel
open
exec
 rmtsys=dallas user=joe pwd= abcdefg
exec rmtsys cmd="ls -al /home/joe"

Remote Execution Requirements for IBM i

...

If no DNS entry is available for the remote host, use a statement like the one shown in #Remote Remote IBM i Execution Using an IP Address; otherwise, use something similar to #Remote Remote IBM i Execution Using a Host Name.

To execute a command on a remote system using an active UDM transfer session, follow the example shown in #Remote Remote IBM i Execution Using a UDM Logical Session Name.

...

Anchor
Remote IBM i Execution Using an IP Address
Remote IBM i Execution Using an IP Address
Remote IBM i Execution Using an IP Address

Panel
exec 192.168.10.111 cmd="dsplib joelib" user=joe pwd=abcdefg

Anchor
Remote IBM i Execution Using a Host Name
Remote IBM i Execution Using a Host Name
Remote IBM i Execution Using a Host Name

Panel
exec dallas cmd="dsplib joelib" user=joe pwd=abcdefg

Anchor
Remote IBM i Execution Using a UDM Logical Session Name
Remote IBM i Execution Using a UDM Logical Session Name
Remote IBM i Execution Using a UDM Logical Session Name

Panel
open
exec
 rmtsys=dallas user=joe pwd= abcdefg
exec rmtsys cmd=" dsplib joelib"