About this task
Step 16 towards the goal:
Migrating Compute Grid or Feature Pack for Modern Batch using the command-line tools
You can migrate your WebSphere® Extended Deployment
Compute Grid or Feature Pack for Modern Batch databases to Version
8.5. The database migration DDL scripts are in the WAS_HOME/util/Batch directory.
Procedure
WebSphere Extended
Deployment Compute Grid- For DB2® databases, run the
following commands:
- db2 –tvf MigrateLRSCHEDTablesDB2v6TOv85.ddl
- db2 –tvf MigrateLREETablesDB2.ddl
- For Derby databases, run the following commands:
- >java -Djava.ext.dirs=<WAS_INSTALL_ROOT> /derby/lib
-Dij.protocol=jdbc:derby: org.apache.derby.tools.ij MigrateLRSCHEDTablesDerbyv6TOv85.ddl
- >java -Djava.ext.dirs=<WAS_INSTALL_ROOT> /derby/lib
-Dij.protocol=jdbc:derby: org.apache.derby.tools.ij MigrateLREETablesDerby.ddl
- For Oracle databases, run the following scripts:
- MigrateLRSCHEDTablesOraclev6TOv85.ddl
- MigrateLREETablesOracle.ddl
Feature Pack for Modern Batch- For DB2 databases, run the
following command: db2 –tvf MigrateLRSCHEDTablesDB2FePTOv85.ddl
- For Derby databases, run the following command: >java
-Djava.ext.dirs=<WAS_INSTALL_ROOT> /derby/lib -Dij.protocol=jdbc:derby:
org.apache.derby.tools.ij MigrateLRSCHEDTablesDerbyFePTOv85.ddl
- For Oracle databases, run the following script: MigrateLRSCHEDTablesOraclevFePTOv85.ddl
What to do next
Migrate nodes