Migrate to a new WebSphere Application Server Version 6.0, Network Deployment profile
Tools for migrating administrative configurations are provided for WebSphere Application Server - Express Version 5 (or later) and Version 5.1 (or later) to be upgraded to WebSphere Application Server Version 6.0, Network Deployment.
Before performing the instructions on this page, do the steps in
Step 1: Plan your migration.A summary of the product migration process is as follows:
- Migrate WebSphere Application Server - Express Version 5 or Version 5.1 to a Version 6.0 profile.
- Create a Network Deployment profile.
- Add the WebSphere Application Server Version 6.0 profile to the Network Deployment profile.
- Add migrated resources to the Network Deployment profile.
- Start the Version 6.0 profile that receives the WebSphere Application Server - Express Version 5 or Version 5.1 configuration.
Migrate WebSphere Application Server - Express Version 5 or Version 5.1 to a Version 6.0 profile
Complete the instructions in
Migrate to a new WebSphere Application Server Version 6.0 profile. When you have finished, continue with the steps in this topic.Create a Network Deployment profile
Perform the following steps to create Network Deployment profile:
- Enter the following command from an OS/400 command line:
STRQSHThis starts the Qshell environment so that you can run WebSphere Application Server scripts.
- Run the wasprofile command with the following parameters:
install_root/bin/wasprofile -create -profileName 60NDProfileName -startingPort starting_port_number -templatePath install_root/profileTemplates/dmgrwhere:
- install_root is /QIBM/ProdData/WebSphere/AppServer/V6/ND.
- 60NDProfileName is the name of your WebSphere Application Server Version 6.0, Network Deployment profile.
- starting_port_number is the first of a block of 10 consecutive ports.
For details on the syntax and parameters of the wasprofile command, see wasprofile command.
Add the WebSphere Application Server Version 6.0 profile to the Network Deployment profile
Perform the following steps to add the Version 6.0 profile to the Network Deployment profile:
- Enter the following command from an OS/400 command line:
STRQSHThis starts the Qshell environment so that you can run WebSphere Application Server scripts.
- Run the startManager script with the following parameters:
install_root/bin/startManager -profileName 60NDProfileNamewhere:
- install_root is /QIBM/ProdData/WebSphere/AppServer/V6/ND
- 60NDProfileName is the name of your WebSphere Application Server Version 6.0, Network Deployment profile
- Run the addNode script with the following parameters:
install_root/bin/addNode -profileName was6Profile host soapPort -includeappswhere
- install_root is /QIBM/ProdData/WebSphere/AppServer/V6/Base or /QIBM/ProdData/WebSphere/AppServer/V6/ND.
- was6Profile is the WebSphere Application Server Version 6.0 profile to which the WebSphere Application Server Express - Version 5 or Version 5.1 instance was migrated.
- host is the host name of the system the Network Deployment profile is running on.
- soapPort is the SOAP port for the Network Deployment profile.
If you have already used addNode to add the default profile to a Network Deployment profile, specify -startingport portValue, where portValue is the first port in a block of unused ports.
For details on the syntax and parameters of the addNode command, see The addNode command.
Add migrated resources to the Network Deployment profile
Perform the following steps to add migrated resources to the Network Deployment profile:
- Enter the following command from an OS/400 command line:
STRQSHThis starts the Qshell environment so that you can run WebSphere Application Server scripts.
- Run the WasPostUpgrade script with the following parameters:
install_root/bin/WASPostUpgrade backupDirectoryName -profileName 60ProfileNamewhere
- install_root is /QIBM/ProdData/WebSphere/AppServer/V6/Base or /QIBM/ProdData/WebSphere/AppServer/V6/ND.
- backupDirectoryName(required parameter) is the fully qualified path to the integrated file system directory where the WasPreUpgrade migration tool stores the saved configuration and files. The directory is created if it does not already exist. It is also the directory where the WasPreUpgrade migration tool writes a log file called WasPreUpgrade.log that chronicles the steps taken by WasPreUpgrade.
- 60NDProfileName is the name of the WebSphere Application Server Version 6.0, Network Deployment profile to which the script migrates your configuration.
For a full explanation of the WasPostUpgrade migration tool and parameters, see The WASPostUpgrade script.
Start the Version 6.0 profile that receives the WebSphere Application Server - Express Version 5 or Version 5.1 configuration
Perform the following steps to start the Version 6.0 profile that receives the WebSphere Application Server - Express Version 5 configuration:
- Start the Network Deployment profile if it is not already started.
- Start the Network Deployment administrative console. For more information, see Start the administrative console for the deployment manager.
- Navigate to System Administration -> Node agents.
- Verify that the node agent is started. For more information, see Verify that the node agent is running.
- If it is not, use the following script to start it:
install_root/Base/bin/startNode -profileName 60ProfileNamewhere
- install_root is /QIBM/ProdData/WebSphere/AppServer/V6/Base or /QIBM/ProdData/WebSphere/AppServer/V6/ND.
- 60ProfileName is the name of your WebSphere Application Server Version 6.0 profile.
- Once started successfully, start the application server from the Network Deployment administrative console. Navigate to Server --> Application Servers. Select your server, and then click Start.