128 lines
4.1 KiB
HTML
128 lines
4.1 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>Remove Service Table Entry (RMVSRVTBLE)</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="RMVSRVTBLE.Top_Of_Page"></a>
|
||
|
<h2>Remove Service Table Entry (RMVSRVTBLE)</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="#RMVSRVTBLE.PARAMETERS.TABLE">Parameters</a><br>
|
||
|
<a href="#RMVSRVTBLE.COMMAND.EXAMPLES">Examples</a><br>
|
||
|
<a href="#RMVSRVTBLE.ERROR.MESSAGES">Error messages</a></td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
|
||
|
<div> <a name="RMVSRVTBLE"></a>
|
||
|
<p>The Remove Service Table Entry (RMVSRVTBLE) command is used to remove a service entry from the service table. The service table is used to manage the mapping of network services to ports. You must know the service entry name, the port, and the protocol to remove the entry.
|
||
|
</p>
|
||
|
<p><b>Restrictions:</b>
|
||
|
</p>
|
||
|
<ul>
|
||
|
<li>You must have input/output system configuration (*IOSYSCFG) special authority to run this command.
|
||
|
</li>
|
||
|
</ul>
|
||
|
</div>
|
||
|
<table width="100%">
|
||
|
<tr><td align="right"><a href="#RMVSRVTBLE.Top_Of_Page">Top</a></td></tr>
|
||
|
</table>
|
||
|
<hr size="2" width="100%">
|
||
|
|
||
|
<div>
|
||
|
<h3><a name="RMVSRVTBLE.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="#RMVSRVTBLE.SERVICE"><b>SERVICE</b></a></td>
|
||
|
<td valign="top">Service</td>
|
||
|
<td valign="top"><i>Character value</i></td>
|
||
|
<td valign="top">Required, Positional 1</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td valign="top"><a href="#RMVSRVTBLE.PORT"><b>PORT</b></a></td>
|
||
|
<td valign="top">Port</td>
|
||
|
<td valign="top">1-65535</td>
|
||
|
<td valign="top">Required, Positional 2</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td valign="top"><a href="#RMVSRVTBLE.PROTOCOL"><b>PROTOCOL</b></a></td>
|
||
|
<td valign="top">Protocol</td>
|
||
|
<td valign="top"><i>Character value</i></td>
|
||
|
<td valign="top">Required, Positional 3</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
|
||
|
<table width="100%">
|
||
|
<tr><td align="right"><a href="#RMVSRVTBLE.Top_Of_Page">Top</a></td></tr>
|
||
|
</table>
|
||
|
</div>
|
||
|
<div> <a name="RMVSRVTBLE.SERVICE"></a>
|
||
|
<h3>Service (SERVICE)</h3>
|
||
|
<p>Specifies the name of the service entry to be removed.
|
||
|
</p>
|
||
|
</div>
|
||
|
<table width="100%">
|
||
|
<tr><td align="right"><a href="#RMVSRVTBLE.Top_Of_Page">Top</a></td></tr>
|
||
|
</table>
|
||
|
<div> <a name="RMVSRVTBLE.PORT"></a>
|
||
|
<h3>Port (PORT)</h3>
|
||
|
<p>Specifies the port number assigned to the service to be removed.
|
||
|
</p>
|
||
|
</div>
|
||
|
<table width="100%">
|
||
|
<tr><td align="right"><a href="#RMVSRVTBLE.Top_Of_Page">Top</a></td></tr>
|
||
|
</table>
|
||
|
<div> <a name="RMVSRVTBLE.PROTOCOL"></a>
|
||
|
<h3>Protocol (PROTOCOL)</h3>
|
||
|
<p>Specifies the name of the protocol used by the service to be removed.
|
||
|
</p>
|
||
|
</div>
|
||
|
<table width="100%">
|
||
|
<tr><td align="right"><a href="#RMVSRVTBLE.Top_Of_Page">Top</a></td></tr>
|
||
|
</table>
|
||
|
<hr size="2" width="100%">
|
||
|
<div><h3><a name="RMVSRVTBLE.COMMAND.EXAMPLES">Examples</a> </h3>
|
||
|
<p>
|
||
|
<pre>
|
||
|
RMVSRVTBLE SERVICE(FTP) PORT(21) PROTOCOL(TCP)
|
||
|
</pre>
|
||
|
</p>
|
||
|
<p>This command removes an FTP service entry from the network service table. The service being removed is assigned to port 21 and runs the TCP protocol.
|
||
|
</p>
|
||
|
</div>
|
||
|
<table width="100%">
|
||
|
<tr><td align="right"><a href="#RMVSRVTBLE.Top_Of_Page">Top</a></td></tr>
|
||
|
</table>
|
||
|
<hr size="2" width="100%">
|
||
|
<div><h3><a name="RMVSRVTBLE.ERROR.MESSAGES">Error messages</a> </h3>
|
||
|
<p><b><u>*ESCAPE Messages</u></b>
|
||
|
</p>
|
||
|
<dl>
|
||
|
<dt><b>TCP2901</b></dt>
|
||
|
<dd>Service entry not found in table.
|
||
|
</dd>
|
||
|
<dt><b>TCP8050</b></dt>
|
||
|
<dd>*IOSYSCFG authority required to use &1.
|
||
|
</dd>
|
||
|
</dl>
|
||
|
</div>
|
||
|
<table width="100%">
|
||
|
<tr><td align="right"><a href="#RMVSRVTBLE.Top_Of_Page">Top</a></td></tr>
|
||
|
</table>
|
||
|
</body>
|
||
|
</html>
|