WebSphere Application Server - Express, Version 6.0.x     Operating Systems: AIX, HP-UX, Linux, Solaris, Windows

Migrating a V5.x Application Server configuration instance to a V6 Application Server profile

The migration tools of WebSphere Application Server, Version 6 support migrating a V5.x configuration instance to a V6 profile.

Before you begin

This task describes how to migrate the configuration of a V5.x configuration instance to a V6 profile. This task describes how to use the V6 migration tools to perform the migration.

Why and when to perform this task

If the node you are migrating is part of a deployment manager cell, migrate the V5.x deployment manager to V6 as described in the information center for Network Deployment first, before continuing this procedure. The deployment manager node must always be at the highest release level within the cell.

Steps for this task

  1. Stop all of the V5.x Application Servers that are running on the node. Use the stopServer command from the install_root/bin directory. For example, issue the following commands to stop server1 and server2 on a Linux platform:
    
    stopServer.sh server1
    stopServer.sh server2

    If security is enabled, specify the -user and -password parameters on the stopServer command.

    You can migrate a V5.x node without stopping it. But it is not necessary to have the node running to migrate its configuration. The migration tools can retrieve all the configuration data while the node is stopped. You must stop the node before you can start the V6 node that you are installing.

  2. Install the V6 product.
  3. From the V6 node's <profile_name>/bin directory, run the following command:
    UNIX:
     ./WASPreUpgrade.sh <backupDirectory> <V5_location>
    Windows:
     WASPreUpgrade.bat <backupDirectory> <V5_location>
    where backupDirectory is the name of the directory you want the output of WASPreUpgrade to be stored, and V5_location is the location where the V5.x node is installed.
  4. From the V6 node's <profile_name>/bin directory, run the following command:
    UNIX:
    ./WASPostUpgrade.sh <backupDirectory> -oldProfile <host_instanceName> -profileName <ProfileName>
    Windows:
     WASPostUpgrade.bat <backupDirectory> -oldProfile <host_instanceName> -profileName <ProfileName>
    where backupDirectory is the same directory you specified in WASPreUpgrade, and ProfileName is the name of the V6 profile. (See WASPostUpgrade command for more information on WASPostUpgrade.)
  5. Start the V6 node.
  6. Optional: Uninstall the V5.x node. Perform this step only after you are certain that you have successfully migrated the configuration of the node you intend to delete.

Result

You have upgraded a Version 5.x configuration instance to a Version 6 profile.

What to do next

Return to Migrating configuration data to continue.



Related tasks
Migrating product configurations

Related reference
The WASPreUpgrade command
The WASPostUpgrade command
The clientUpgrade command
The convertScriptCompatibility command

Task topic    

Terms of Use | Feedback

Last updated: Jun 8, 2005 12:45:23 PM EDT
http://publib.boulder.ibm.com/infocenter/wasinfo/v6r0/index.jsp?topic=/com.ibm.websphere.express.doc/info/exp/ae/tins_migappinstance.html

© Copyright IBM Corporation 2003, 2005. All Rights Reserved.
This information center is powered by Eclipse technology. (http://www.eclipse.org)