Migration tool enhancements

The EAServer 6.0.2 migration tool enables users to migrate a subset of entity types from the 5.x repository to the 6.0.2 repository. For example, you can migrate only the connection caches from the 5.x repository. This saves time by scanning only those entity types in which users are interested.

StepsSelecting entities to migrate from EAServer 5.x to 6.0.2

  1. Start the migration tool:

    1. On the command line, change to the EAServer bin subdirectory, and run:

      migrate -gui
      

      The graphical interface to the migration tool displays.

    2. To view the EAServer Migration Guide, select Help | Migration Guide.

  2. Select File | Scan EAServer 5.x Repository.

  3. In the Select Entities dialog, select or unselect the entity types to migrate. You can also click Select All or Select None. By default, all entity types are selected.

    NoteWhen you select an entity type, the entity types on which it depends are selected automatically. For example, if you select application, the connection cache and connector entity types are selected.

  4. Click Start Scan. EAServer scans the 5.x database for the selected entity types. The migration tool displays the entity types in the 5.x repository, and depicts each entity type’s state using these icons:

  5. In the left pane, select any of the entity types that have a check mark; the entities of that type display in the right pane:

  6. Select File | Migrate to migrate the selected EAServer 5.x entities to the EAServer 6.0.2 installation. The migration tool displays the list of entities selected for migration.

  7. Select whether to overwrite existing entities in the migration directory. If you migrate from the same EAServer host and port more than once, select this option. Some files are written to the migration directory during the initial migration, and if you do not select to overwrite, subsequent migration attempts fail.

  8. Verify the list of entities to migrate, and click Confirm to begin migrating the 5.x entities.