152 lines
5.6 KiB
HTML
152 lines
5.6 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 Server Storage Link (RMVNWSSTGL)</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="RMVNWSSTGL.Top_Of_Page"></a>
|
|
<h2>Remove Server Storage Link (RMVNWSSTGL)</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="#RMVNWSSTGL.PARAMETERS.TABLE">Parameters</a><br>
|
|
<a href="#RMVNWSSTGL.COMMAND.EXAMPLES">Examples</a><br>
|
|
<a href="#RMVNWSSTGL.ERROR.MESSAGES">Error messages</a></td>
|
|
</tr>
|
|
</table>
|
|
|
|
<div> <a name="RMVNWSSTGL"></a>
|
|
<p>The Remove Network Server Storage Link (RMVNWSSTGL) command is used to remove an existing client storage space link from a network server description.
|
|
</p>
|
|
<p><b>Notes:</b>
|
|
</p>
|
|
<ol>
|
|
<li>Removing a client storage space link requires updating items such as network aliases that refer to the drive letter at which the storage space is linked.
|
|
</li>
|
|
<li>Removing a client storage space that is linked to a network server description created with <b>Server connection</b> specified *IXSVR or *ISCSI for the <b>Network server type (TYPE)</b> parameter need to take the consideration that if any applications are installed on these drives, the drive may change causing the application to fail.
|
|
</li>
|
|
</ol>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#RMVNWSSTGL.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<hr size="2" width="100%">
|
|
|
|
<div>
|
|
<h3><a name="RMVNWSSTGL.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="#RMVNWSSTGL.NWSSTG"><b>NWSSTG</b></a></td>
|
|
<td valign="top">Network server storage space</td>
|
|
<td valign="top"><i>Name</i></td>
|
|
<td valign="top">Required, Positional 1</td>
|
|
</tr>
|
|
<tr>
|
|
<td valign="top"><a href="#RMVNWSSTGL.NWSD"><b>NWSD</b></a></td>
|
|
<td valign="top">Network server description</td>
|
|
<td valign="top"><i>Name</i></td>
|
|
<td valign="top">Required, Positional 2</td>
|
|
</tr>
|
|
<tr>
|
|
<td valign="top"><a href="#RMVNWSSTGL.RENUMBER"><b>RENUMBER</b></a></td>
|
|
<td valign="top">Renumber link</td>
|
|
<td valign="top"><b><u>*NO</u></b>, *YES</td>
|
|
<td valign="top">Optional</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#RMVNWSSTGL.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
</div>
|
|
<div> <a name="RMVNWSSTGL.NWSSTG"></a>
|
|
<h3>Network server storage space (NWSSTG)</h3>
|
|
<p>Specifies the name of the Network server storage space to be removed from the network server's link list.
|
|
</p>
|
|
<p>This is a required parameter.
|
|
</p>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#RMVNWSSTGL.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<div> <a name="RMVNWSSTGL.NWSD"></a>
|
|
<h3>Network server description (NWSD)</h3>
|
|
<p>Specifies the name of the network server description which contains the link to be removed.
|
|
</p>
|
|
<p>This is a required parameter.
|
|
</p>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#RMVNWSSTGL.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<div> <a name="RMVNWSSTGL.RENUMBER"></a>
|
|
<h3>Renumber link (RENUMBER)</h3>
|
|
<p>Specifies whether or not the network storage space links are renumbered.
|
|
</p>
|
|
<dl>
|
|
<dt><b><u>*NO</u></b></dt>
|
|
<dd>After removing the link of the storage space from the Network server description (NWSD) parameter, the sequence numbers will NOT be renumbered sequentially. Gaps may be present in the sequence.
|
|
</dd>
|
|
<dt><b>*YES</b></dt>
|
|
<dd>After removing the link of the storage space from the network server specified (NWSD parameter), the sequence numbers will be renumbered sequentially so that no gaps occur in the sequence.
|
|
</dd>
|
|
</dl>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#RMVNWSSTGL.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<hr size="2" width="100%">
|
|
<div><h3><a name="RMVNWSSTGL.COMMAND.EXAMPLES">Examples</a> </h3>
|
|
<p><b>Example 1: Removing a Client Storage Space Link</b>
|
|
</p>
|
|
<p>
|
|
<pre>
|
|
RMVNWSSTGL NWSSTG(PAINTS) NWSD(REMODEL)
|
|
</pre>
|
|
</p>
|
|
<p>This command removes the client storage space PAINTS link from the network server REMODEL.
|
|
</p>
|
|
<p><b>Example 2: Removing and Renumbering a Client Storage Space Link</b>
|
|
</p>
|
|
<p>
|
|
<pre>
|
|
RMVNWSSTGL NWSSTG(MAIL) NWSD(NTSERVER) RENUMBER(*YES)
|
|
</pre>
|
|
</p>
|
|
<p>This command removes the client storage space MAIL link from the network server NTSERVER and renumbers the sequence number of the remaining linked storage spaces to eliminate any gaps in the sequence.
|
|
</p>
|
|
<p><b>Note:</b> For more detail on the affect of renumbering client storage spaces that are linked to a network server description that was created with TYPE(*IXSVR *WIN32) or TYPE(*ISCSI *WIN32) or TYPE(*WINDOWSNT) , see the <b>Windows server on iSeries</b> topic in the Information Center.
|
|
</p>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#RMVNWSSTGL.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<hr size="2" width="100%">
|
|
<div><h3><a name="RMVNWSSTGL.ERROR.MESSAGES">Error messages</a> </h3>
|
|
<p><b><u>*ESCAPE Messages</u></b>
|
|
</p>
|
|
<dl>
|
|
<dt><b>CPF26B9</b></dt>
|
|
<dd>Remove network server storage link command failed.
|
|
</dd>
|
|
</dl>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#RMVNWSSTGL.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
</body>
|
|
</html>
|