The goal of migration is to reconstruct your earlier version of WebSphere® Application Server in a Version 8.0 environment. Coexistence allows you to create a mixed-version environment that is not in conflict and allows the nodes of all versions to start and run at the same time. Coexistence also facilitates rollback and allows one or the other version to run at one time. Interoperating is exchanging data between two coexisting product installations or between products on different systems.
This topic is about configuration migration, such as migrating deployment managers and federated nodes in a network deployment environment. The Application Migration Toolkit for WebSphere Application Server provides support for migrating applications from previous versions of WebSphere Application Server to the latest product version. For information about migrating applications, read more about the Application Migration Toolkit.
sptcfgWebSphere Application Server Version 8.0 can coexist with Version 6.x or 7.x. Depending on the previous version of WebSphere Application Server, port conflicts might exist that must be resolved. Read Coexistence support and Configuring port settings for more information.
WebSphere Application Server Version 8.0 migration leverages the existing configuration and applications and changes them to be compatible with the WebSphere Application Server Version 8.0 environment. Existing application components and configuration settings are applied to the Version 8.0 environment during the migration process.
If you use an earlier version of WebSphere Application Server, the system administrator might have fine-tuned various application and server settings for your environment. It is important to have a strategy for migrating these settings with maximum efficiency.
You can perform incremental migration of your WebSphere Application Server Version 6.x or 7.x configuration by running the migration tools multiple times, each time specifying a different set of instances or profiles.
Incremental migration of your WebSphere Application Server usually involves operating your system in a mixed cell release environment. Migration in this environment involves node migrations at various times and as such, may result in mixed cells running for extended periods of time until migration is complete.
Existing functions continue to work in a mixed cell environment. You should be able to perform reasonable operations, such as run existing applications, perform management operations, such as addNode, create mixed cluster, configure the system, call Mbeans, and deploy applications. New function support in a mixed cell environment can be decided on a case by case basis - based on function, priority and available resources.
If any issues occur that prevent the client from communicating with the node agent, or that prevent the new port data being propagated between the cluster members and the node agent, request failures might occur on the client. In some cases, these failures are temporary. In other cases you need to restart one or more processes to resolve a failure.
To circumvent the client routing problems that might arise in these cases, you can configure static ports on the cluster members. With static ports, the port data does not change as a client process gets information about the cluster members. Even if the cluster members are restarted, or there are communication or data propagation issues between processes, the port data the client holds is still valid. This circumvention does not necessarily solve the underlying communication or data propagation issues, but removes the symptoms of unexpected or uneven client routing decisions.
gotchaUse the migration tools to migrate applications and configuration information to the new version as described in Migrating product configurations. Read Migrating product configurations with migration tools for more information.
The Migration wizard provides a graphical user interface to the migration tools. The Migration wizard can call the migration tools, or you can run them directly.
If you neither migrate nor coexist with an earlier version of WebSphere Application Server, you are choosing to ignore the previous installation and you can run only one version at a time because of conflicting default port assignments. It is possible for both versions to run at the same time without conflict if you use non-default ports in one version. To set up coexistence with WebSphere Application ServerVersion 6.x or 7.x, ensure that unique ports are selected during profile creation for the Version 8.0 installation. To set up coexistence with an existing installation of Version 8.0, select the Install a new copy of the V80 Application Server product radio button during installation.
You can resolve conflicting port assignments by specifying port assignments for coexistence during profile creation, by wsadmin scripting, or by using the Servers > Application Servers > server1 > Ports administrative console page to ensure that WebSphere Application Server Version 8.0 can run with an earlier version. Read the "Wsadmin tool" article in the information center for more information on wsadmin scripting.
Read Port number settings in WebSphere(r)® Application Server versions for more information.