95 lines
6.8 KiB
HTML
95 lines
6.8 KiB
HTML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE html
|
|
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html lang="en-us" xml:lang="en-us">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="security" content="public" />
|
|
<meta name="Robots" content="index,follow" />
|
|
<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
|
|
<meta name="DC.Type" content="concept" />
|
|
<meta name="DC.Title" content="REXEC" />
|
|
<meta name="abstract" content="The Remote Execution (REXEC) server is a Transmission Control Protocol/Internet Protocol (TCP/IP) application that allows a client user to submit system commands to a remote server system. The Remote Execution Protocol (REXEC) allows processing of these commands or programs on any host in the network. The local host then receives the results of the command processing." />
|
|
<meta name="description" content="The Remote Execution (REXEC) server is a Transmission Control Protocol/Internet Protocol (TCP/IP) application that allows a client user to submit system commands to a remote server system. The Remote Execution Protocol (REXEC) allows processing of these commands or programs on any host in the network. The local host then receives the results of the command processing." />
|
|
<meta name="DC.Relation" scheme="URI" content="rzal7printingme.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzal7chgatt.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzal7comcon.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzal7selcom.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzal7conuse.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzal7spool.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzal7clicon.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzal7servjob.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzal7crxsvrjl.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzal7exitpt.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzal7pdrex.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="../rzaj2/rzaj2overview.htm" />
|
|
<meta name="copyright" content="(C) Copyright IBM Corporation 2000, 2006" />
|
|
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 2000, 2006" />
|
|
<meta name="DC.Format" content="XHTML" />
|
|
<meta name="DC.Identifier" content="overview" />
|
|
<meta name="DC.Language" content="en-us" />
|
|
<!-- All rights reserved. Licensed Materials Property of IBM -->
|
|
<!-- US Government Users Restricted Rights -->
|
|
<!-- Use, duplication or disclosure restricted by -->
|
|
<!-- GSA ADP Schedule Contract with IBM Corp. -->
|
|
<link rel="stylesheet" type="text/css" href="./ibmdita.css" />
|
|
<link rel="stylesheet" type="text/css" href="./ic.css" />
|
|
<title>REXEC</title>
|
|
</head>
|
|
<body id="overview"><a name="overview"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">REXEC</h1>
|
|
<div><p>The Remote Execution (REXEC) server is a Transmission Control Protocol/Internet
|
|
Protocol (TCP/IP) application that allows a client user to submit system commands
|
|
to a remote server system. <span><img src="./delta.gif" alt="Start of change" />The Remote Execution Protocol
|
|
(REXEC) allows processing of these commands or programs on any host in the
|
|
network. The local host then receives the results of the command processing.<img src="./deltaend.gif" alt="End of change" /></span></p>
|
|
<p>The user's client program sends the user identifier, password, and command
|
|
to run to the server. The server validates the user, runs the requested command,
|
|
and returns the results of the command to the client.</p>
|
|
<div class="p">Commands submitted to the <span class="keyword">iSeries™</span> host
|
|
fall into following categories: <dl><dt class="dlterm"><span class="keyword">i5/OS™</span> command processor</dt>
|
|
<dd>You run <span class="keyword">i5/OS</span> command
|
|
processor commands by specifying QCAPCMD as the target of the client REXEC.</dd>
|
|
<dt class="dlterm">Qshell command interpreter (<span class="keyword">i5/OS</span> option
|
|
30)</dt>
|
|
<dd>You can use the Qshell interpreter by specifying <samp class="codeph">qsh</samp> as
|
|
the target of client REXEC.</dd>
|
|
<dt class="dlterm"><span class="q">"Spawned paths"</span></dt>
|
|
<dd>You can run any <span class="keyword">iSeries</span> program
|
|
in a "child" (spawned) job by specifying the complete path to the program
|
|
or shell script as the target of the REXEC command.</dd>
|
|
</dl>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<ul class="ullinks">
|
|
<li class="ulchildlink"><strong><a href="rzal7printingme.htm">Printable PDF</a></strong><br />
|
|
Use this to view and print a PDF of this information.</li>
|
|
<li class="ulchildlink"><strong><a href="rzal7chgatt.htm">Change attributes</a></strong><br />
|
|
The Change REXEC Attributes (CHGRXCA) command changes the REXEC server attributes.</li>
|
|
<li class="ulchildlink"><strong><a href="rzal7comcon.htm">REXEC command considerations</a></strong><br />
|
|
This topic describes items to be aware of when you use the REXEC command.</li>
|
|
<li class="ulchildlink"><strong><a href="rzal7selcom.htm">Select a command processor</a></strong><br />
|
|
This topic explains command processors you can select for the REXEC server.</li>
|
|
<li class="ulchildlink"><strong><a href="rzal7conuse.htm">REXEC connection usage</a></strong><br />
|
|
The REXEC protocol allows an REXEC client to specify whether to use one or two connections for returning data.</li>
|
|
<li class="ulchildlink"><strong><a href="rzal7spool.htm">Spooled output considerations</a></strong><br />
|
|
View this topic to understand how the REXEC server processes spooled files.</li>
|
|
<li class="ulchildlink"><strong><a href="rzal7clicon.htm">Client considerations</a></strong><br />
|
|
This topic describes items to be aware of when you work with REXEC client.</li>
|
|
<li class="ulchildlink"><strong><a href="rzal7servjob.htm">REXEC server jobs and job names</a></strong><br />
|
|
This topic includes information about REXEC server jobs and job names.</li>
|
|
<li class="ulchildlink"><strong><a href="rzal7crxsvrjl.htm">Create REXEC server spooled job logs</a></strong><br />
|
|
Use this information to create REXEC server spooled job logs.</li>
|
|
<li class="ulchildlink"><strong><a href="rzal7exitpt.htm">Exit points for controlling REXEC server</a></strong><br />
|
|
This topic includes information about exit points that can be used for controlling REXEC server.</li>
|
|
<li class="ulchildlink"><strong><a href="rzal7pdrex.htm">Determine problems with REXEC</a></strong><br />
|
|
Read the following information to learn how to determine problems with REXEC.</li>
|
|
</ul>
|
|
<div class="relinfo"><strong>Related information</strong><br />
|
|
<div><a href="../rzaj2/rzaj2overview.htm">iSeries Navigator</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |