ibm-information-center/dist/eclipse/plugins/i5OS.ic.cl_5.4.0.1/chgbpa.htm

110 lines
4.4 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>Change BOOTP Attributes (CHGBPA)</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="CHGBPA.Top_Of_Page"></a>
<h2>Change BOOTP Attributes (CHGBPA)</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="#CHGBPA.PARAMETERS.TABLE">Parameters</a><br>
<a href="#CHGBPA.COMMAND.EXAMPLES">Examples</a><br>
<a href="#CHGBPA.ERROR.MESSAGES">Error messages</a></td>
</tr>
</table>
<div> <a name="CHGBPA"></a>
<p>The Change BOOTP Server Attributes (CHGBPA) command is used to change the Bootstrap Protocol (BOOTP) attributes. The changes take effect the next time the BOOTP server is started either by the Start TCP/IP (STRTCP) command or by the Start TCP/IP Server (STRTCPSVR) command.
</p>
<p><b>Restrictions:</b>
</p>
<p>You must have *IOSYSCFG special authority to use this command.
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#CHGBPA.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div>
<h3><a name="CHGBPA.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="#CHGBPA.AUTOSTART"><b>AUTOSTART</b></a></td>
<td valign="top">Autostart server</td>
<td valign="top">*YES, *NO, <b><u>*SAME</u></b></td>
<td valign="top">Optional, Positional 1</td>
</tr>
</table>
<table width="100%">
<tr><td align="right"><a href="#CHGBPA.Top_Of_Page">Top</a></td></tr>
</table>
</div>
<div> <a name="CHGBPA.AUTOSTART"></a>
<h3>Autostart server (AUTOSTART)</h3>
<p>The AUTOSTART attribute determines whether or not the BOOTP server starts automatically when TCP/IP is started using the STRTCP command, or when the STRTCPSVR SERVER(*AUTOSTART) command is issued.
</p>
<p>This attribute is only used by the STRTCPSVR command if STRTCPSVR *AUTOSTART is specified. STRTCPSVR *BOOTP or STRTCPSVR *ALL will attempt to start the BOOTP server regardless of the value of the AUTOSTART attribute.
</p>
<p>
<b>Note: </b>You cannot set the BOOTP AUTOSTART attribute to *YES if the DHCP AUTOSTART value is set to *YES. A BOOTP and DHCP server cannot run simultaneously on the same machine. You will get an error message if you attempt to set both the BOOTP and DHCP AUTOSTART values to *YES.
</p>
<dl>
<dt><b><u>*SAME</u></b></dt>
<dd>The AUTOSTART value does not change if it was previously set. Otherwise, *NO is used.
</dd>
<dt><b>*YES</b></dt>
<dd>Specify a value of *YES if you want the BOOTP server to start automatically each time TCP/IP is started by the STRTCP command, or each time the TCP/IP servers are started by the STRTCPSVR *AUTOSTART command.
</dd>
<dt><b>*NO</b></dt>
<dd>Specify *NO if you do not want the BOOTP server to start automatically each time TCP/IP is started by the STRTCP command, or each time the TCP/IP servers are started by the STRTCPSVR *AUTOSTART command.
<p>When the value is set to *NO, only the STRTCPSVR *BOOTP command or the STRTCPSVR *ALL command will start the BOOTP server.
</p>
<p>If you do not intend to use the BOOTP server, set AUTOSTART to *NO.
</p>
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#CHGBPA.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div><h3><a name="CHGBPA.COMMAND.EXAMPLES">Examples</a> </h3>
<p>
<pre>
CHGBPA AUTOSTART(*YES)
</pre>
</p>
<p>This command indicates that the next time the STRTCP command is issued to start up TCP/IP and to automatically start the TCP/IP applications, the BOOTP server will be automatically started.
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#CHGBPA.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div><h3><a name="CHGBPA.ERROR.MESSAGES">Error messages</a> </h3>
<p>None
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#CHGBPA.Top_Of_Page">Top</a></td></tr>
</table>
</body>
</html>