127 lines
4.4 KiB
HTML
127 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>Delete User-Defined FS (DLTUDFS)</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="DLTUDFS.Top_Of_Page"></a>
|
||
|
<h2>Delete User-Defined FS (DLTUDFS)</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="#DLTUDFS.PARAMETERS.TABLE">Parameters</a><br>
|
||
|
<a href="#DLTUDFS.COMMAND.EXAMPLES">Examples</a><br>
|
||
|
<a href="#DLTUDFS.ERROR.MESSAGES">Error messages</a></td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
|
||
|
<div> <a name="DLTUDFS"></a>
|
||
|
<p>The Delete User-Defined File System (DLTUDFS) command deletes an existing and unmounted user-defined file system (UDFS) and all of the objects within it. The command will fail if the UDFS is mounted.
|
||
|
</p>
|
||
|
<p><b>Restrictions:</b>
|
||
|
</p>
|
||
|
<ol>
|
||
|
<li>The UDFS to be deleted must not be mounted.
|
||
|
</li>
|
||
|
<li>Only a user with input/output (I/O) system configuration (*IOSYSCFG) special authority can specify this command.
|
||
|
</li>
|
||
|
<li>The user must have object existence (*OBJEXIST) authority to all of the objects in the UDFS.
|
||
|
</li>
|
||
|
</ol>
|
||
|
</div>
|
||
|
<table width="100%">
|
||
|
<tr><td align="right"><a href="#DLTUDFS.Top_Of_Page">Top</a></td></tr>
|
||
|
</table>
|
||
|
<hr size="2" width="100%">
|
||
|
|
||
|
<div>
|
||
|
<h3><a name="DLTUDFS.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="#DLTUDFS.UDFS"><b>UDFS</b></a></td>
|
||
|
<td valign="top">User-defined file system</td>
|
||
|
<td valign="top"><i>Path name</i></td>
|
||
|
<td valign="top">Required, Positional 1</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
|
||
|
<table width="100%">
|
||
|
<tr><td align="right"><a href="#DLTUDFS.Top_Of_Page">Top</a></td></tr>
|
||
|
</table>
|
||
|
</div>
|
||
|
<div> <a name="DLTUDFS.UDFS"></a>
|
||
|
<h3>User-defined file system (UDFS)</h3>
|
||
|
<p>Specifies the path name of the existing UDFS to be deleted. It must be in one of the following two forms:
|
||
|
</p>
|
||
|
<ul>
|
||
|
<li><i>/dev/qaspXX/udfsname.udfs</i>, where <i>XX</i> is one of the valid system or basic user auxiliary storage pool (ASP) numbers on the system, and <i>udfsname</i> is the name of the user-defined file system. All other parts of the name must appear as in the example above.
|
||
|
</li>
|
||
|
<li><i>/dev/aspname/udfsname.udfs</i>, where <i>aspname</i> is one of the valid independent ASP names on the system, and <i>udfsname</i> is the name of the user-defined file system. All other parts of the name must appear as in the example above.
|
||
|
</li>
|
||
|
</ul>
|
||
|
<p>The name part of the path must be unique within the specified <i>qaspXX</i> or <i>aspname</i> directory.
|
||
|
</p>
|
||
|
<p>Wildcard characters such as '*' and '?' are not allowed in this parameter. The command will fail if the UDFS specified is currently mounted.
|
||
|
</p>
|
||
|
<p>This is a required parameter.
|
||
|
</p>
|
||
|
</div>
|
||
|
<table width="100%">
|
||
|
<tr><td align="right"><a href="#DLTUDFS.Top_Of_Page">Top</a></td></tr>
|
||
|
</table>
|
||
|
<hr size="2" width="100%">
|
||
|
<div><h3><a name="DLTUDFS.COMMAND.EXAMPLES">Examples</a> </h3>
|
||
|
<p><b>Example 1: Deleting a User-defined File System</b>
|
||
|
</p>
|
||
|
<p>
|
||
|
<pre>
|
||
|
DLTUDFS UDFS('/dev/QASP01/joe.udfs')
|
||
|
</pre>
|
||
|
</p>
|
||
|
<p>This command deletes the user-defined file system (UDFS) named <i>joe.udfs</i> from the system auxiliary storage pool (ASP 1).
|
||
|
</p>
|
||
|
</div>
|
||
|
<table width="100%">
|
||
|
<tr><td align="right"><a href="#DLTUDFS.Top_Of_Page">Top</a></td></tr>
|
||
|
</table>
|
||
|
<hr size="2" width="100%">
|
||
|
<div><h3><a name="DLTUDFS.ERROR.MESSAGES">Error messages</a> </h3>
|
||
|
<p><b><u>*ESCAPE Messages</u></b>
|
||
|
</p>
|
||
|
<dl>
|
||
|
<dt><b>CPFA0A9</b></dt>
|
||
|
<dd>Object not found. Object is &1.
|
||
|
</dd>
|
||
|
<dt><b>CPFA09C</b></dt>
|
||
|
<dd>Not authorized to object. Object is &1.
|
||
|
</dd>
|
||
|
<dt><b>CPFA09E</b></dt>
|
||
|
<dd>Object in use. Object is &1.
|
||
|
</dd>
|
||
|
<dt><b>CPFA0AC</b></dt>
|
||
|
<dd>Request cannot be completed. Directory contains objects.
|
||
|
</dd>
|
||
|
<dt><b>CPFA1B8</b></dt>
|
||
|
<dd>*IOSYSCFG authority required to use &1.
|
||
|
</dd>
|
||
|
</dl>
|
||
|
</div>
|
||
|
<table width="100%">
|
||
|
<tr><td align="right"><a href="#DLTUDFS.Top_Of_Page">Top</a></td></tr>
|
||
|
</table>
|
||
|
</body>
|
||
|
</html>
|