About this task
Step 1 towards the goal:
Migrating Compute Grid or Feature Pack for Modern Batch using the command-line tools
In case of failure during the migration, save the current deployment
manager and node configuration to a file that you can use later for
recovery purposes. To save the configuration, run the backupConfig command on the deployment manager and all existing nodes.
Procedure
- Change to the deployment_manager_profile_root/bin directory.
- Run the backupConfig command with
the appropriate parameters and save the current profile configuration
to a file. For example:
/opt/WebSphereV70/profiles/Dmgr01/bin/backupConfig.sh /mybackupdir/Dmgr01backupBeforeV85migration.zip
-username myuser -password mypass -nostop
- For each node in the configuration, change to the node_profile_root/bin directory.
- Run the backupConfig command with
the appropriate parameters, and save the current profile configuration
to a file. For example:
/opt/WebSphereV70/profiles/node1/bin/backupConfig.sh /mybackupdir/
node1backupBeforeV85migration.zip -username myuser -password mypass -nostop