About this task
Step 8 towards the goal:
Migrating Compute Grid or Feature Pack for Modern Batch using the command-line tools
To update existing system applications and data into the new deployment
manager, run the migrateConfigTo85 command with
the --wasmigrate parameter.
Procedure
- Run the migrateConfigTo85.py script. For
example:
/opt/WebSphereV85/profiles/Dmgr01/bin/wsadmin.sh -conntype NONE -lang jython
-f /opt/WebSphereV85/bin/migrateConfigTo85.py --wasmigrate -oldWASHome
/opt/WebSphereV70 -newWASHome /opt/WebSphereV85/ -nameOfProfile Dmgr01
-cellName currentCellName -configBackupDir c:/opt/WSMigration/CGBackup01 -level wcg8
- 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.