Operating Systems: i5/OS
Personalize the table of contents and search results
Migrating a standalone application server to a V6.1 federated
node
Use the migration tools to migrate from WebSphere Application Server
V5.x or 6.0.x standalone application server to a new Network Deployment
V6.1 federated node.
See Overview of migration, coexistence, and interoperability and Premigration considerations.
For
help in troubleshooting problems when migrating, see Troubleshooting migration.
Before
following these instructions, take the steps in Preparing for product-configuration migration.
Procedure
- Migrate the WebSphere Application Server V5.x or 6.0.x standalone
application server to a V6.1 standalone application server profile.
Complete the instructions in Migrating to a V6.1 standalone application server profile.
- Create a WebSphere Application Server V6.1 deployment manager
profile.
- Start the Qshell environment so that you can run WebSphere Application
Server scripts. Enter the following command on a command line:
STRQSH
- Run the manageprofiles command.
Use the following parameters:
app_server_root/bin/manageprofiles
-create
-profileName 61ND_profile_name
-startingPort starting_port_number
-templatePath app_server_root/profileTemplates/dmgr
where
For details on the syntax and parameters of
the manageprofiles command, see manageprofiles command.
- Add the WebSphere Application Server V6.1 standalone application
server node to the V6.1 deployment.
- Start the Qshell environment so that you can run WebSphere Application
Server scripts. Enter the following command on a command line:
STRQSH
- Run the startManager script.
Use the following parameters:
app_server_root/bin/startManager
-profileName 61ND_profile_name
where
- Run the addNode script. Use
the following parameters:
app_server_root/bin/addNode
-profileName 6.1_profile
host
soap_port
-includeapps
where
- app_server_root is the location where V6.1 is installed
- 6.1_profile is the V6.1 standalone
application server profile to which the V5.x or 6.0.x profile was migrated
- host is the host name of the system
on which the V6.1 deployment manager is running
- soap_port is the SOAP port for the
V6.1 deployment manager
If you have already used addNode to
add a default profile to the deployment cell, specify -startingport port_value (where port_value is
the first port in a block of unused ports).
For details
on the syntax and parameters of the addNode command,
see addNode command.
- Add migrated resources to the WebSphere Application Server Version
6.1 deployment.
- Start the Qshell environment so that you can run WebSphere Application
Server scripts. Enter the following command on a command line:
STRQSH
- Run the WASPostUpgrade script.
Use the following parameters:
app_server_root/bin/WASPostUpgrade
backup_directory_name
-profileName 61ND_profile_name
where
For a full explanation of the WASPostUpgrade command
and its parameters, see WASPostUpgrade command.
- Start the WebSphere Application Server V6.1 deployment manager,
node agent, and federated node.
- Start the Qshell environment so that you can run WebSphere Application
Server scripts. Enter the following command on a command line:
STRQSH
- Start the V6.1 deployment manager using the startManager script
if it is not already started. Use the following parameters:
app_server_root/bin/startManager
-profileName 61ND_profile_name
where
- Start the V6.1 node agent using the startNode script
if it is not already started. Use the following parameters:
app_server_root/Base/bin/startNode
-profileName 6.1_profile_name
where
- app_server_root is the location where V6.1 is installed
- 6.1_profile_name is the name of your
V6.1 federated node
- Start the V6.1 federated node using the startServer script.
Use the following parameters:
app_server_root/bin/startServer
-profileName 6.1_profile_name
6.1_application_server_name
where
- app_server_root is the location where V6.1 is installed
- 6.1_profile_name is the name of the
V6.1 profile for the federated node
- 6.1_application_server_name is the
name of the V6.1 application server