(iSeries)
Backing up and recovering administrative configurations
Most of the configuration for the WebSphere Application Server instance resides in the config directory structure. In addition, the properties directory also contains several important configuration files. This topic discusses how to back up and recover the configuration.
This topic assumes familiarity with the SAV and RST commands.
The administrative configuration contains vital information regarding our WAS setup. Back up configuration files on a regular basis.
Tasks
- Issue the SAV command to save configuration files and properties files.
For example:
SAV DEV('/QSYS.lib/wsalib.lib/wsasavf.file') OBJ(('profile_root/properties/*') ('profile_root/config/*'))The default instance name is default.The command is split for printing purposes. Enter the command on one command line.
- Issue the RST command to restore configuration files and properties files.
For example:
RST DEV('/QSYS.lib/wsalib.lib/wsasavf.file') OBJ('/QIBM/*')
We have saved and backed up our WAS configuration.
Work with server configuration files