Use the migration tools to migrate from WebSphere Application Server V5.x or 6.0.x to a new V6.1 standalone application server profile.
See Overview of migration, coexistence, and interoperability and Premigration considerations.
For help in troubleshooting problems when migrating, see Troubleshooting migration.
Before following these instructions, perform the actions in Preparing for product-configuration migration.
Before migrating a WebSphere Application Server V5.x or 6.0.x standalone application server profile, use the backupConfig command or your own preferred backup utility to back up your existing configuration if you want to be able to restore it to its previous state after migration.See backupConfig command. Make sure that you note the exact name and location of this backed-up configuration.
STRQSH
app_server_root/bin/dspwasinst -instance 5.x_or_6.0.x_profile_namewhere
The name of the V5.x or 6.0.x node is listed in the Node section, and the name of the server is listed in the Information for server section.
app_server_root/bin/manageprofiles -create -profileName 6.1_profile_name -startingPort starting_port_number -templatePath app_server_root/profileTemplates/default -serverName 5.x_or_6.0.x_application_server_name -nodeName 5.x_or_6.0.x_node_namewhere
This parameter must be identical to the V5.x or 6.0.x instance or profile that is to be migrated. The source and target node names must be identical when migrating to V6.1.
For details on the syntax and parameters of the manageprofiles command, see manageprofiles command.
STRQSH
app_server_root/bin/WASPreUpgrade backup_directory_name profile_rootwhere
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 the WASPreUpgrade command.
For a full explanation of the WASPreUpgrade command and its parameters, see WASPreUpgrade command.
STRQSH
app_server_root/bin/WASPostUpgrade backup_directory_name -profileName 6.1_profile_name [-portBlock port_starting_number]where
It is recommended that you always specify the -portBlock parameter if you do not want your profile's ports to conflict with the default profile's ports.
For a full explanation of the WASPostUpgrade command and its parameters, see WASPostUpgrade command.
STRSBS QWAS61/QWAS61
STRQSH
app_server_root/bin/startServer -profileName 6.1_profile_name 5.x_or_6.0.x_server_namewhere