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

html-bobswift

exec

192

exec 192.168.10.111

cmd="ls

-al

/u/joe"

user=joe

pwd=abcdefg

</pre>

Panel
<pre>
Html bobswift

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

dallas

exec dallas cmd="ls

-al

/u/joe

"

user=joe

pwd=abcdefg

</pre>

Panel
Html bobswift
<pre>

exec

Html bobswift

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

<pre> rmtsys

 rmtsys=dallas

user=joe

pwd=

abcdefg

exec

rmtsys

 rmtsys cmd="ls

-al

/u/joe

"

</pre>

Panel
Html bobswift

open

Html bobswift
Html bobswift

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

<pre>

 192.168.10.111

cmd="dir

c:\"

user=joe

pwd=abcdefg

</pre>

Panel
Html bobswift

exec

Html bobswift

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

dallas

exec dallas cmd="dir

c:\"

user=joe

pwd=abcdefg

</pre>

Panel
Html bobswift
<pre>

exec

Html bobswift

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

html-bobswift

open

rmtsys=dallas

user=joe

pwd=

abcdefg

exec

rmtsys

 rmtsys cmd="dir

c:\"

</pre>

Panel
<pre>
Html bobswift
Html bobswift

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

<pre>
 192.168.10.111 cmd="ls -al /home/joe" user=joe pwd=abcdefg
</pre>
Panel
Html bobswift
exec
Html bobswift

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

 dallas cmd="ls -al /home/joe" user=joe pwd=abcdefg
</pre>
Panel
Html bobswift
<pre>
exec
Html bobswift

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

html-bobswift
open
 rmtsys=dallas user=joe pwd= abcdefg
exec
 rmtsys cmd="ls -al /home/joe"
</pre>
Panel
<pre>
Html bobswift
Html bobswift

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

html-bobswift
exec
 192.168.10.111 cmd="dsplib joelib" user=joe pwd=abcdefg
</pre>
Panel
<pre>
Html bobswift

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

html-bobswift
exec
 dallas cmd="dsplib joelib" user=joe pwd=abcdefg
</pre>
Panel
<pre>
Html bobswift

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

 rmtsys=dallas user=joe pwd= abcdefg
exec
 rmtsys cmd=" dsplib joelib"
</pre>
Panel
Html bobswift
<pre>
open
Html bobswift
Html bobswift