ibm-information-center/dist/eclipse/plugins/i5OS.ic.rzatz_5.4.0.1/51/admin/snradmin.htm

33 lines
1.8 KiB
HTML
Raw Normal View History

2024-04-02 14:02:31 +00:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<META http-equiv="Content-Type" content="text/html; charset=utf-8">
<LINK rel="stylesheet" type="text/css" href="../../../rzahg/ic.css">
<title>Backup and recovery: Administrative configuration</title>
</head>
<BODY>
<!-- Java sync-link -->
<SCRIPT LANGUAGE="Javascript" SRC="../../../rzahg/synch.js" TYPE="text/javascript"></SCRIPT>
<h3><a name="snradmin"></a>Backup and recovery: Administrative configuration</h3>
<p>The administrative configuration contains vital information regarding your WebSphere Application Server - Express setup, and it should be backed up.</p>
<p><strong>Administration server configuration</strong></p>
<p>Most of the configuration for your WebSphere Application Server - Express instance resides in the config directory structure. In addition, the properties directory also contains several important configuration files. For more information on the configuration content stored in the properties directory, see <a href="refprop.htm">Properties files</a>. For more information about the configuration content stored in the config directory structure, see <a href="refrepos.htm">Administrative repository</a>.</p>
<p>To save these properties files, run the Save (SAV) command:</p>
<pre>SAV DEV('/QSYS.lib/wsalib.lib/wsasavf.file')
OBJ(('/QIBM/UserData/WebASE51/ASE/<em>instance</em>/properties/*')
('/QIBM/UserData/WebASE51/ASE/<em>instance</em>/config/*'))</pre>
<p>where <em>instance</em> is the name of your instance.</p>
<p><strong>Note:</strong> This command has been wrapped for display purposes. Enter it as one command.</p>
<p>To restore the properties files, run the Restore (RST) command:</p>
<pre>RST DEV('/QSYS.lib/wsalib.lib/wsasavf.file') OBJ('/QIBM/*')</pre>
</body>
</html>