100 lines
5.6 KiB
HTML
100 lines
5.6 KiB
HTML
<?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="task" />
|
|
<meta name="DC.Title" content="Save user data with GO SAVE: Option 23" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzaiurzaiu209.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="../rzaly/rzalyconcepts.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzaiusaveiasp.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzaiurzaiu2tv.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzaiurzaiu140.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzaiusaveiasp.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzaiurzaiu181.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzaiurzaiu182.htm" />
|
|
<meta name="copyright" content="(C) Copyright IBM Corporation 2004, 2006" />
|
|
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 2004, 2006" />
|
|
<meta name="DC.Format" content="XHTML" />
|
|
<meta name="DC.Identifier" content="rzaiu269" />
|
|
<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>Save user data with GO SAVE: Option 23</title>
|
|
</head>
|
|
<body id="rzaiu269"><a name="rzaiu269"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">Save user data with GO SAVE: Option 23</h1>
|
|
<div><div class="section"> <p>Option 23 saves all user data. This information includes files,
|
|
records, and other data that your users supply into your server. Option 23
|
|
puts your server into a restricted state. This means that no users can access
|
|
your server, and the backup is the only thing that is running on your server.</p>
|
|
<div class="note"><span class="notetitle">Note:</span> If
|
|
you are saving information on independent disk pools, make sure that you have
|
|
varied on the independent disk pools that you want to save before using Option
|
|
23. For more information see <span class="q">"Saving independent ASPs"</span> in the iSeries™ Information
|
|
Center.</div>
|
|
|
|
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" frame="void" border="0" rules="none"><thead align="left"><tr><th align="left" valign="top" width="11.084624553039331%" id="d0e41">Option Number</th>
|
|
<th valign="top" width="23.718712753277714%" id="d0e43">Description</th>
|
|
<th align="left" valign="top" width="65.19666269368297%" id="d0e45">Commands</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody><tr><td align="left" valign="top" width="11.084624553039331%" headers="d0e41 ">23</td>
|
|
<td valign="top" width="23.718712753277714%" headers="d0e43 "> All user data (QSRSAVU)</td>
|
|
<td align="left" valign="top" width="65.19666269368297%" headers="d0e45 "> <pre>ENDSBS SBS(*ALL) OPTION(*IMMED)
|
|
CHGMSGQ MSGQ(QSYSOPR) DLVRY(*BREAK or *NOTIFY)
|
|
SAVSECDTA
|
|
SAVCFG
|
|
SAVLIB LIB(*ALLUSR) ACCPTH(*YES)
|
|
SAVDLO DLO(*ALL) FLR(*ANY)
|
|
SAV DEV('/QSYS.LIB/<span class="synph"><span class="var">media-device-name</span></span>.DEVD') +
|
|
OBJ(('/*') ('/QSYS.LIB' *OMIT) +
|
|
('/QDLS' *OMIT) +
|
|
('/QIBM/ProdData' *OMIT) +
|
|
('/QOpenSys/QIBM/ProdData' *OMIT))<sup>1</sup> +
|
|
UPDHST(*YES)
|
|
STRSBS SBSD(<span class="synph"><span class="var">controlling-subsystem</span></span>)</pre>
|
|
</td>
|
|
</tr>
|
|
<tr><td colspan="3" align="left" valign="top" headers="d0e41 d0e43 d0e45 "><sup>1</sup>Menu
|
|
option 23 omits the QSYS.LIB file system because the SAVSYS command, the SAVSECDTA
|
|
command, the SAVCFG command, and the SAVLIB LIB(*ALLUSR) command save it.
|
|
The command omits the QDLS file system because the SAVDLO command saves it.
|
|
Menu option 23 also omits the /QIBM and /QOpenSys/QIBM directories because
|
|
these directories contain IBM<sup>®</sup> supplied objects.</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<p>View entire GO SAVE checklist provides you with step-by-step instructions
|
|
on how to save your user data with menu option 23 of the GO SAVE command.</p>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzaiurzaiu209.htm">Overview of the GO SAVE command menu options</a></div>
|
|
</div>
|
|
<div class="reltasks"><strong>Related tasks</strong><br />
|
|
<div><a href="rzaiusaveiasp.htm" title="Save one or more independent ASPs.">Save independent ASPs</a></div>
|
|
<div><a href="rzaiurzaiu2tv.htm" title="Use this checklist to perform a complete save.">View entire GO SAVE checklist</a></div>
|
|
</div>
|
|
<div class="relref"><strong>Related reference</strong><br />
|
|
<div><a href="rzaiurzaiu140.htm">Save and restore spooled files</a></div>
|
|
<div><a href="rzaiurzaiu181.htm">Methods to save security data</a></div>
|
|
<div><a href="rzaiurzaiu182.htm">Methods to save configuration objects in QSYS</a></div>
|
|
</div>
|
|
<div class="relinfo"><strong>Related information</strong><br />
|
|
<div><a href="../rzaly/rzalyconcepts.htm">Independent disk pools</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |