ibm-information-center/dist/eclipse/plugins/i5OS.ic.rzaef_5.4.0.1/rzaefsav.htm

81 lines
5.0 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 xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xml:lang="en-us">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="dc.language" scheme="rfc1766" 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. -->
<meta name="dc.date" scheme="iso8601" content="2005-09-06" />
<meta name="copyright" content="(C) Copyright IBM Corporation 2000, 2006" />
<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))' />
<title>Save NetWare data through the QNetWare directory</title>
<link rel="stylesheet" type="text/css" href="ibmidwb.css" />
<link rel="stylesheet" type="text/css" href="ic.css" />
</head>
<body>
<a id="Top_Of_Page" name="Top_Of_Page"></a><!-- Java sync-link -->
<script language = "Javascript" src = "../rzahg/synch.js" type="text/javascript"></script>
<a name="sav"></a>
<h3 id="sav">Save NetWare data through the QNetWare directory</h3>
<p>You can save NetWare volumes, directories, or files in the QNetWare directory.
You can also save NDS objects, such as organizations and organizational
units. To save NetWare objects in the QNetWare directory, do this:</p>
<ol type="1">
<li>If you are saving NetWare objects to a file, create one or more files for
storing the NetWare objects that you plan to back up. To do this, on an iSeries&trade; command line, type <tt class="xph">CRTSAVF FILE(mylib/mysave) TEXT('My Save/Restore
File')</tt> and press Enter.
<p>In this example, <var class="pv">mylib</var> is the name
of the library in which your save file will be created and <var class="pv">mysave</var> is
the name of your save file.</p></li>
<li>If you have an authentication entry, skip to step <a href="rzaefsav.htm#save">4</a>.
Otherwise, start an authenticated connection to the NetWare server that has
the objects you want to save by entering:
<pre class="xmp"> STRNTWCNN SERVER('docserv') CNNTYPE(*SAVRST)</pre>
<p>If your NetWare user name does not match your iSeries profile,
you must also specify the <tt class="xph">NTWUSER</tt> and <tt class="xph">PASSWORD</tt> parameters.</p></li>
<li>When iSeries starts the connection to NetWare, you can press F10 to see the
types of connections started:
<pre class="xmp"> Started *USER connection 1 to server docserv.
Started *SAVRST connection 1 to server docserv.
Started connection to server docserv.</pre>
<p>Note that you must have a <tt class="xph">*SAVRST</tt> connection to the server before you can save or restore NetWare objects.</p></li>
<li id="save">
<a name="save"></a>Type <tt class="xph">SAV</tt> and press F4 to see the Save Object display
shown here.
<p>In this example, iSeries will save volume <tt class="xph">myvol</tt> on NetWare server <tt class="xph">docserv</tt>. </p>
<a name="savlib"></a>
<div class="fignone" id="savlib"><span class="figcap">Figure 4. Save Object display</span>
<img src="rzaef002.gif" alt="Save Object display" /></div>
<ul>
<li>If you want to save specific directories or files in the volume, just
add them to the path. For example, to save all files and directories that
start with the characters <tt class="xph">JEAN</tt>, type the following for the Name
parameter:
<pre class="xmp"> 'qnetware/docserv.svr/myvol/jean*'</pre>
<a name="wq118"></a>
<div class="notetitle" id="wq118">Note:</div>
<div class="notebody">If you use pattern-matching characters and the beginning of a directory name
matches these characters, iSeries saves both the directory and all the
files in that directory.</div></li>
<li>If you want to save NetWare resources such as NetWare volumes or
all NDS objects in a NetWare 4.x, 5.x, or 6.x tree, use <tt class="xph">SAV.RST</tt> in
the path. For example, to save <tt class="xph">myvol</tt>, you would type this for the <tt class="xph">Name</tt> parameter:
<pre class="xmp"> 'qnetware/sav.rst/abc.svr/myvol/'</pre></li></ul></li>
<li>Press F10 to see additional parameters and then press Page Down.</li>
<li>Change the <tt class="xph">Clear</tt> parameter to <tt class="xph">*ALL</tt>. This ensures
that iSeries overwrites any existing data in the save file during the save
operation.</li></ol>
<p>To display the save file after iSeries backs up the NetWare objects, type <tt class="xph">DSPSAVF FILE(mylib/mysave) </tt> and press Enter.</p>
<p>Use option 5 to display the objects that were saved to the file.</p>
<a id="Bot_Of_Page" name="Bot_Of_Page"></a>
</body>
</html>