129 lines
4.1 KiB
HTML
129 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>Delete NetWare Volume (DLTNTWVOL)</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="DLTNTWVOL.Top_Of_Page"></a>
|
|
<h2>Delete NetWare Volume (DLTNTWVOL)</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="#DLTNTWVOL.PARAMETERS.TABLE">Parameters</a><br>
|
|
<a href="#DLTNTWVOL.COMMAND.EXAMPLES">Examples</a><br>
|
|
<a href="#DLTNTWVOL.ERROR.MESSAGES">Error messages</a></td>
|
|
</tr>
|
|
</table>
|
|
|
|
<div> <a name="DLTNTWVOL"></a>
|
|
<p>The Delete NetWare Volume (DLTNTWVOL) command deletes an existing volume. The volume must be dismounted from the network server before it can be deleted. Specify DISMOUNT(*YES) to dismount the volume from a network server. Also, the network server must be active at the time the volume is deleted.
|
|
</p>
|
|
<p><b>Restrictions:</b> You must have *IOSYSCFG special authority to use this command.
|
|
</p>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#DLTNTWVOL.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<hr size="2" width="100%">
|
|
|
|
<div>
|
|
<h3><a name="DLTNTWVOL.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="#DLTNTWVOL.VOL"><b>VOL</b></a></td>
|
|
<td valign="top">Volume</td>
|
|
<td valign="top"><i>Character value</i></td>
|
|
<td valign="top">Required, Positional 1</td>
|
|
</tr>
|
|
<tr>
|
|
<td valign="top"><a href="#DLTNTWVOL.SERVER"><b>SERVER</b></a></td>
|
|
<td valign="top">Server</td>
|
|
<td valign="top"><i>Character value</i></td>
|
|
<td valign="top">Required, Positional 2</td>
|
|
</tr>
|
|
<tr>
|
|
<td valign="top"><a href="#DLTNTWVOL.DISMOUNT"><b>DISMOUNT</b></a></td>
|
|
<td valign="top">Dismount</td>
|
|
<td valign="top">*YES, <b><u>*NO</u></b></td>
|
|
<td valign="top">Optional</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#DLTNTWVOL.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
</div>
|
|
<div> <a name="DLTNTWVOL.VOL"></a>
|
|
<h3>Volume (VOL)</h3>
|
|
<p>Specifies the volume to be deleted.
|
|
</p>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#DLTNTWVOL.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<div> <a name="DLTNTWVOL.SERVER"></a>
|
|
<h3>Server (SERVER)</h3>
|
|
<p>Specifies the network server on which the volume resides. The server must be active at the time the volume is deleted.
|
|
</p>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#DLTNTWVOL.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<div> <a name="DLTNTWVOL.DISMOUNT"></a>
|
|
<h3>Dismount (DISMOUNT)</h3>
|
|
<p>Specifies whether to dismount the volume before deleting the volume. The volume must be dismounted before it can be deleted.
|
|
</p>
|
|
<dl>
|
|
<dt><b><u>*NO</u></b></dt>
|
|
<dd>Do not dismount the volume before deleting it.
|
|
</dd>
|
|
<dt><b>*YES</b></dt>
|
|
<dd>Dismount the volume before deleting it.
|
|
</dd>
|
|
</dl>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#DLTNTWVOL.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<hr size="2" width="100%">
|
|
<div><h3><a name="DLTNTWVOL.COMMAND.EXAMPLES">Examples</a> </h3>
|
|
<p>
|
|
<pre>
|
|
DLTNTWVOL VOL(APPS) SERVER(MKTING)
|
|
</pre>
|
|
</p>
|
|
<p>This command deletes the volume named APPS which resides on server MKTING.
|
|
</p>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#DLTNTWVOL.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<hr size="2" width="100%">
|
|
<div><h3><a name="DLTNTWVOL.ERROR.MESSAGES">Error messages</a> </h3>
|
|
<p><b><u>*ESCAPE Messages</u></b>
|
|
</p>
|
|
<dl>
|
|
<dt><b>FPE0108</b></dt>
|
|
<dd>Volume &1 not deleted.
|
|
</dd>
|
|
</dl>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#DLTNTWVOL.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
</body>
|
|
</html>
|