ibm-information-center/dist/eclipse/plugins/i5OS.ic.rzahq_5.4.0.1/rzahqaddmbr.htm

63 lines
3.2 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-13" />
<meta name="copyright" content="(C) Copyright IBM Corporation 1998, 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>Add members to QAZLCSAVL file</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="rzahqaddmbr"></a>
<h4 id="rzahqaddmbr">Add members to QAZLCSAVL file</h4>
<p>To enable file-level backup and recovery from i5/OS&trade;, add a member for each integrated Windows
server to the QAZLCSAVL file in QUSRSYS. For the member name, use the NWSD
name of the server (<span class="italic">nwsdname</span>).</p>
<p>To add a member, do this:</p>
<ol type="1">
<li>On the i5/OS command line, type:
<p></p>
<pre class="xmp">ADDPFM FILE(QUSRSYS/QAZLCSAVL) MBR(<span class="italic">nwsdname</span>)
TEXT('description') EXPDATE(*NONE) SHARE(*NO) SRCTYPE(*NONE)</pre></li>
<li>In the file member that you just created, list all the shares that you
want to be able to save. List each share name that you defined for the server
on a separate line. The maximum length that the Windows share name can be
is 12 characters. Share names can have embedded blanks. For example, if you
defined cshare, dshare, eshare, fshare, gshare, and my share as shares on
WINSVR1, your member name WINSVR1 would look like this:
<p></p>
<pre class="xmp"> QUSRSYS/QAZLCSAVL
WINSVR1
0001.00 cshare
0002.00 dshare
0003.00 eshare
0004.00 fshare
0005.00 gshare
0006.00 my share </pre>
<dl>
<dt class="bold"><span class="bold">Note:</span></dt>
<dd>If you specify multiple share names that point to the same integrated
server directory, i5/OS saves the data multiple times for a "save all" request.
To avoid duplicating data when you save it, do not include multiple shares
that include the same directory or data.
</dd>
</dl></li></ol>
<a id="Bot_Of_Page" name="Bot_Of_Page"></a>
</body>
</html>