122 lines
4.0 KiB
HTML
122 lines
4.0 KiB
HTML
|
|
||
|
<!doctype html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||
|
<html>
|
||
|
<head><META http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||
|
<title>Start RPC Binder Daemon (RPCBIND)</title>
|
||
|
<link rel="stylesheet" type="text/css" href="../rzahg/ic.css">
|
||
|
</head>
|
||
|
<body bgcolor="white">
|
||
|
<script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
||
|
<a name="RPCBIND.Top_Of_Page"></a>
|
||
|
<h2>Start RPC Binder Daemon (RPCBIND)</h2>
|
||
|
<table width="100%">
|
||
|
<tr>
|
||
|
<td valign="top" align="left"><b>Where allowed to run: </b>All environments (*ALL)<br>
|
||
|
<b>Threadsafe: </b>No
|
||
|
</td>
|
||
|
<td valign="top" align="right">
|
||
|
<a href="#RPCBIND.PARAMETERS.TABLE">Parameters</a><br>
|
||
|
<a href="#RPCBIND.COMMAND.EXAMPLES">Examples</a><br>
|
||
|
<a href="#RPCBIND.ERROR.MESSAGES">Error messages</a></td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
|
||
|
<div> <a name="RPCBIND"></a>
|
||
|
<p>The Start RPC Binder Daemon (RPCBIND) command starts the Remote Procedure Call (RPC) RPCBind daemon. The RPC binder daemon job must be running to use and run Network File System (NFS) daemons and commands and some of the TI-RPC APIs.
|
||
|
</p>
|
||
|
<p>This command can also be issued using the following alternative command:
|
||
|
</p>
|
||
|
<ul>
|
||
|
<li>STRNFSSVR SERVER(*RPC)
|
||
|
</li>
|
||
|
</ul>
|
||
|
<p>If the user attempts to start this daemon and it is already running, it will not cause the command to fail. The command will issue diagnostic message CPDA1BA if the daemon is already running.
|
||
|
</p>
|
||
|
<p>To determine if the RPCBind daemon is running, use the Work with Active Jobs (WRKACTJOB) command and look in the subsystem QSYSWRK for existence of the following job:
|
||
|
</p>
|
||
|
<p>
|
||
|
<pre>
|
||
|
QNFSRPCD The RPCBind daemon
|
||
|
</pre>
|
||
|
</p>
|
||
|
<p><b>Restrictions</b>
|
||
|
</p>
|
||
|
<ol>
|
||
|
<li>The user must have input/output (I/O) system configuration (*IOSYSCFG) special authority to use this command.
|
||
|
</li>
|
||
|
</ol>
|
||
|
</div>
|
||
|
<table width="100%">
|
||
|
<tr><td align="right"><a href="#RPCBIND.Top_Of_Page">Top</a></td></tr>
|
||
|
</table>
|
||
|
<hr size="2" width="100%">
|
||
|
|
||
|
<div>
|
||
|
<h3><a name="RPCBIND.PARAMETERS.TABLE">Parameters</a></h3>
|
||
|
<table border="1" cellpadding="4" cellspacing="0">
|
||
|
<!-- col1="10" col2="15" col3="30" col4="10" -->
|
||
|
<tr>
|
||
|
<th bgcolor="aqua" valign="bottom" align="left">Keyword</th>
|
||
|
<th bgcolor="aqua" valign="bottom" align="left">Description</th>
|
||
|
<th bgcolor="aqua" valign="bottom" align="left">Choices</th>
|
||
|
<th bgcolor="aqua" valign="bottom" align="left">Notes</th>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td valign="top"><a href="#RPCBIND.RTVRPCREG"><b>RTVRPCREG</b></a></td>
|
||
|
<td valign="top">Retrieve RPC registration</td>
|
||
|
<td valign="top"><b><u>*NO</u></b>, *YES</td>
|
||
|
<td valign="top">Optional, Positional 1</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
|
||
|
<table width="100%">
|
||
|
<tr><td align="right"><a href="#RPCBIND.Top_Of_Page">Top</a></td></tr>
|
||
|
</table>
|
||
|
</div>
|
||
|
<div> <a name="RPCBIND.RTVRPCREG"></a>
|
||
|
<h3>Retrieve RPC registration (RTVRPCREG)</h3>
|
||
|
<p>Specifies whether to retrieve previously recorded registration information from an internal file when the RPCBind daemon is started. If registration information is retrieved from the file, any services already registered with the RPCBind daemon do not have to re-register with the RPCBind daemon.
|
||
|
</p>
|
||
|
<dl>
|
||
|
<dt><b><u>*NO</u></b></dt>
|
||
|
<dd>Do not retrieve registration information.
|
||
|
</dd>
|
||
|
<dt><b>*YES</b></dt>
|
||
|
<dd>Retrieve registration information from an internal file.
|
||
|
</dd>
|
||
|
</dl>
|
||
|
</div>
|
||
|
<table width="100%">
|
||
|
<tr><td align="right"><a href="#RPCBIND.Top_Of_Page">Top</a></td></tr>
|
||
|
</table>
|
||
|
<hr size="2" width="100%">
|
||
|
<div><h3><a name="RPCBIND.COMMAND.EXAMPLES">Examples</a> </h3>
|
||
|
<p><b>Example 1: Start RPC Binder Daemon</b>
|
||
|
</p>
|
||
|
<p>
|
||
|
<pre>
|
||
|
RPCBIND RTVRPCREG(*YES)
|
||
|
</pre>
|
||
|
</p>
|
||
|
<p>This command starts the RPC binder daemon job, and retrieves previously recorded registration information.
|
||
|
</p>
|
||
|
</div>
|
||
|
<table width="100%">
|
||
|
<tr><td align="right"><a href="#RPCBIND.Top_Of_Page">Top</a></td></tr>
|
||
|
</table>
|
||
|
<hr size="2" width="100%">
|
||
|
<div><h3><a name="RPCBIND.ERROR.MESSAGES">Error messages</a> </h3>
|
||
|
<p><b><u>*ESCAPE Messages</u></b>
|
||
|
</p>
|
||
|
<dl>
|
||
|
<dt><b>CPFA1B8</b></dt>
|
||
|
<dd>*IOSYSCFG authority required to use &1.
|
||
|
</dd>
|
||
|
</dl>
|
||
|
</div>
|
||
|
<table width="100%">
|
||
|
<tr><td align="right"><a href="#RPCBIND.Top_Of_Page">Top</a></td></tr>
|
||
|
</table>
|
||
|
</body>
|
||
|
</html>
|