Backing up and restoring IBM Engineering Lifecycle Management applications
You can use the repotools command-line tool to back up and restore Engineering Lifecycle Management servers.
About this task
Procedure
- Back up the Jazz Foundation Service indexes and work item
indexes:
- To back up the resource description framework (RDF), text indices, and work item indices, run the -backupJFSIndexes repository tools command. For more information, see Repository tools command to back up Jazz Foundation Service indexes.
-
For IBM WebSphere Liberty, create a full copy of the Liberty installation directory. The
application configuration files are in these folders:
JazzInstallDir/server/liberty/servers/clm/ JazzInstallDir/server/liberty/servers/clm/conf/
Some of the files inside these folders are modified during the setup process and during operation, and should be included in the backup procedure. The following files are typically modified during the setup:
JazzInstallDir/server/liberty/servers/clm/server.xml JazzInstallDir/server/liberty/servers/clm/conf/ldapUserRegistry.xml JazzInstallDir/server/liberty/servers/clm/conf/application.xml
If you are using the built-in local user authentication, also back up the user registry file:
JazzInstallDir/server/liberty/servers/clm/conf/basicUserRegistry.xml
If you provide a server certificate, include it in your backup. You can find information about the storage location of your certificate in the server.xml file. The element
keyStore
contains a location property that provides the file location. If this shows a file or a relative path, the default location for the file is:JazzInstallDir/server/liberty/servers/clm/conf/resources/security/
- Back up the repository information from the database.
- For Derby database, see Backing up and restoring the Derby database.
- For Db2® database, see Backing up and restoring other supported databases.
- For Oracle database, see the database vendor documentation.
- Back up the configuration directories: JazzInstallDir/server/conf/app
- To restore the server from a backup:
- Restore the configuration directory from your backup to JazzInstallDir/server/conf/app.
- Restore the Jazz Foundation Service index files from the .zip file by using the -restoreJFSIndexes repository tools command.
- Restore the server configuration files.
- Restore the database.
- For Derby database, see Backing up and restoring the Derby database.
- For Db2 database, see Backing up and restoring other supported databases.
- For Oracle database, see the database vendor documentation.