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
- 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.
- 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.