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

  1. Back up the Jazz Foundation Service indexes and work item indexes:
    1. 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.
  2. 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/
  3. Back up the repository information from the database.
  4. Back up the configuration directories: JazzInstallDir/server/conf/app
  5. To restore the server from a backup:
    1. Restore the configuration directory from your backup to JazzInstallDir/server/conf/app.
    2. Restore the Jazz Foundation Service index files from the .zip file by using the -restoreJFSIndexes repository tools command.
    3. Restore the server configuration files.
    4. Restore the database.