Migrate backed-up compute grid data to the new deployment manager

Before you begin

Start the Version 8.5 deployment manager

About this task

Step 12 towards the goal: Migrating Compute Grid or Feature Pack for Modern Batch using the command-line tools

To migrate data that is saved in the compute grid migration backup directory into the new deployment manager, run the migrateConfigTo85 command with the --restore parameter.

Procedure

  1. Run the migrateConfigTo85.py script. For example:
    /opt/WebSphereV85/profiles/Dmgr01/bin/wsadmin.bat -lang jython  -username myuser -password mypass -f 
    /opt/WebSphereV85/bin/migrateConfigTo85.py --restore -nameOfProfile Dmgr01 -configBackupDir /opt/WSMigration/CGBackup01 -lreeJNDIName jdbc/lree -lreeSchema LREESCHEMA
    The following parameters are optional:
    -configBackupDir
    Use this parameter to specify the location on the file system where the configuration was backed up using the --backup parameter.
    -lreeJNDIName
    Use this parameter to change the default JNDI name that is used by the batch endpoints. The default is jdbc/lree.
    -lreeSchema
    Use this parameter to change the default database schema that is used by the batch endpoints. The default is LREESCHEMA.
    -nameOfProfile
    Use this parameter to change the default profile name. The default is Dmgr01.
  2. Review warnings or errors in the console output. After the migrateConfigTo85 command is complete, check the console output for Failed with errors or Completed with warnings messages. If there are errors, fix the errors and run the migrateConfigTo85 command again. Check whether the warnings affect any other migration or runtime activities on Version 8.5.

    If the command completed successfully, it is not necessary to check the logs for errors or warnings.

What to do next

Back up the Version 8.5 migrated deployment manager configuration
Task topic    

Terms and conditions for information centers | Feedback

Last updated: April 20, 2014 10:34 PM CDT
http://www14.software.ibm.com/webapp/wsbroker/redirect?version=phil&product=was-nd-dist&topic=tmig_computegrid_migrating_cg_step12
File name: tmig_computegrid_migrating_cg_step12.html