Verifying migration

Verify that your migration was successful by checking the log files and the error files for each migration step, and checking operation with the administrative console.

Make sure the server that has been migrated has been started.


Procedure

  1. Run the BPMMigrationStatus command for each machine that participated in the migration process. This command displays the status of each migration step and whether it was successful or failed.
  2. Check the migration log files for any failures or messages.

    • backupDirectory/logs/BPMSnapshotSourceProfile. profilename. timestamp.log
    • backupDirectory/logs/WASPreUpgrade. timestamp.log
    • backupDirectory/logs/BPMCreateTargetProfile.ProcSrvMig01. timestamp.log
    • backupDirectory/logs/BPMMigrateProfile. profileName. timestamp.log
    • backupDirectory/logs/BPMProfileUpgrade. profilename. timestamp.log
    • backupDirectory/logs/WASPostUpgrade. profilename. timestamp.log
    • backupDirectory/logs/BPMMigrateCluster.ant. profile_name. timestamp.log

    backupDirectory is the directory in which migrated data was first stored and later retrieved from during the migration process, as specified in the BPMSnapshotSourceProfile or BPMMigrateProfile commands.

    profileName is the name of the new profile you created in V8.0.1 of IBM BPM. All of these log files must indicate success, as described by these messages, for you to consider the migration successful.

  3. Check the server log files.
  4. Check the error files.

    1. Navigate to the snapshot directory and check the error files. Errors for each migration step are logged in separate files whose names begin with commandname and end with .error.

    2. The error files should be empty. If you find an error, look in the log file and follow the sequence that leads to the error.
  5. Check operation with the administrative console.

    1. Open the administrative console (Integrated Solutions Console).

    2. Select Applications > Enterprise Applications from the navigation panel.

    3. In the right corner panel, verify that all of the applications listed have started, shown by the green "started" icon.

    4. From the navigation panel, select Resources > JDBC > Business Integration Data Sources.

    5. For each IBM BPM data source listed on this panel, select the check box and then select Test connection.

      Test connection does not work for ME datasources. To verify the connection for ME datasources, make sure there are no errors in the logs after the servers are started.

    6. For each data source, you should receive a message similar to the following: "The test connection operation for data source WPS_DataSource on server Dmgr1 at node Dmgr1Node1 was successful".


What to do next

If migration was successful, you can begin using the server.

If the migration was not successful, refer to Runtime migration troubleshooting for troubleshooting information.

Runtime migration subprocedures