+

Search Tips   |   Advanced Search

Back up the deployment manager and all old nodes

Parent

Migrate cells using the command-line tools

In case of failure during the migration, save the current deployment manager and node configuration to a file that we can use later for recovery purposes.

  1. Change to the deployment_manager_profile_root/bin directory.

  2. Run the backupConfig command with the appropriate parameters and save the current profile configuration to a file. For example:
    (dist)

      /opt/WebSphereV70/profiles/v70dmgr01/bin/backupConfig.sh /mybackupdir/v70dmgr01backupBeforeV85migration.zip -username myuser -password mypass -nostop


    (iseries)

    /QIBM/UserData/WebSphere/AppServer/V70/ND/profiles/v70dmgr01/bin/backupConfig /mybackupdir/
    v70dmgr01backupBeforeV85migration.zip -username myuser -password mypass -nostop

  3. For each node in the configuration, change to the node_profile_root/bin directory.

  4. Run the backupConfig command with the appropriate parameters, and save the current profile configuration to a file. For example:
    (dist)
    /opt/WebSphereV70/profiles/v70node01/bin/backupConfig.sh /mybackupdir/
    v70node01backupBeforeV85migration.zip -username myuser -password mypass -nostop

    (iseries)

      /QIBM/UserData/WebSphere/AppServer/V70/ND/profiles/v70node01/bin/backupConfig /mybackupdir/v70node01rbackupBeforeV85migration.zip -username myuser -password mypass -nostop


What to do next

Install WebSphere Application Server v8.5


Subtopics


Related information:

  • backupConfig command
  • restoreConfig command
  • Directory conventions