ibm-information-center/dist/eclipse/plugins/i5OS.ic.ifs_5.4.0.1/rzaaxntmkdir.htm

77 lines
4.9 KiB
HTML
Raw Normal View History

2024-04-02 14:02:31 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="en-us" xml:lang="en-us">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="security" content="public" />
<meta name="Robots" content="index,follow" />
<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
<meta name="DC.Type" content="reference" />
<meta name="DC.Title" content="Create directories in the QNTC file system" />
<meta name="abstract" content="Use the Create Directory (MKDIR) command or mkdir() API to add a server directory to the /QNTC directory." />
<meta name="description" content="Use the Create Directory (MKDIR) command or mkdir() API to add a server directory to the /QNTC directory." />
<meta name="DC.Relation" scheme="URI" content="rzaaxqntcfs.htm" />
<meta name="DC.Relation" scheme="URI" content="../cl/mkdir.htm" />
<meta name="DC.Relation" scheme="URI" content="../apis/mkdir.htm" />
<meta name="copyright" content="(C) Copyright IBM Corporation 1999, 2006" />
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 1999, 2006" />
<meta name="DC.Format" content="XHTML" />
<meta name="DC.Identifier" content="rzaaxntmkdir" />
<meta name="DC.Language" content="en-us" />
<!-- All rights reserved. Licensed Materials Property of IBM -->
<!-- US Government Users Restricted Rights -->
<!-- Use, duplication or disclosure restricted by -->
<!-- GSA ADP Schedule Contract with IBM Corp. -->
<link rel="stylesheet" type="text/css" href="./ibmdita.css" />
<link rel="stylesheet" type="text/css" href="./ic.css" />
<title>Create directories in the QNTC file system</title>
</head>
<body id="rzaaxntmkdir"><a name="rzaaxntmkdir"><!-- --></a>
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
<h1 class="topictitle1">Create directories in the QNTC file system</h1>
<div><p><span>Use the <span class="cmdname">Create Directory
(MKDIR)</span> command or <span class="apiname">mkdir()</span> API to add a server
directory to the /QNTC directory.</span></p>
<div class="section"><p><img src="./delta.gif" alt="Start of change" />By default, a QNTC directory is automatically
created for all functional servers in the iSeries™ NetServer™ domain and the local subnet.
Servers outside the local subnet or iSeries NetServer domain must be added using
the <span class="cmdname">MKDIR</span> command or <span class="apiname">mkdir()</span> API. For
example: <img src="./deltaend.gif" alt="End of change" /></p>
<pre>MKDIR '/QNTC/NTSRV1'</pre>
<p>would add the NTSRV1
server into the QNTC file system directory structure to enable access of files
and directories on that server.</p>
</div>
<div class="section"><p>You can also add the a new server to the directory structure by
using the TCP/IP address. For example: </p>
<pre>MKDIR '/QNTC/9.130.67.24'</pre>
<p>would
add the server into the QNTC file system directory structure.</p>
<div class="note"><span class="notetitle">Note:</span> <ul><li>By configuring iSeries NetServer for WINS, it is possible
to automatically create directories for servers beyond your subnet.</li>
<li>If you use <span class="apiname">mkdir()</span> API or the <span class="cmdname">MKDIR</span> CL
command to add directories to the directory structure, they will not remain
visible across IPLs. The <span class="cmdname">MKDIR</span> command or <span class="apiname">mkdir()</span> API
must be reissued after every system IPL.</li>
</ul>
</div>
<p>If you prefer to add directories using
the API or CL command, you can improve the performance of these commands by
adding the environment variable QIBM_ZLC_NO_BROWSE, as in the following example:</p>
<p>ADDENVVAR ENVVAR(QIBM_ZLC_NO_BROWSE) VALUE(1) LEVEL(*SYS)</p>
<p><img src="./delta.gif" alt="Start of change" />This environment variable causes the file system to bypass
all network browsing when performing file operations.<img src="./deltaend.gif" alt="End of change" /></p>
</div>
</div>
<div>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzaaxqntcfs.htm" title="The QNTC file system provides access to data and objects that are stored on an Integrated xSeries Server for iSeries running Windows NT 4.0 Server or later, or Linux. The QNTC file system also provides access to data and objects that are stored on remote servers running Windows NT 4.0 or later, Linux Samba 3.0 or later, or supported versions of iSeries NetServer.">iSeries NetClient file system (QNTC)</a></div>
</div>
<div class="relinfo"><strong>Related information</strong><br />
<div><a href="../cl/mkdir.htm">Make Directory (MKDIR) command</a></div>
<div><a href="../apis/mkdir.htm">Make Directory (mkdir()) API</a></div>
</div>
</div>
</body>
</html>