XDUpgrade command

Use the XDUpgrade command to copy product configuration data from an existing WebSphere® Extended Deployment Version 6.1.0.5 cell to a new WebSphere Extended Deployment Version 6.1.1 cell.

Location

Run the command from the target_profile_root/bin directory.

Parameters

-userID
Specifies the administrative user name for authentication if security is enabled on the workstation.
-password
Specifies the administrative password for authentication if security is enabled on the workstation.
-sourceWasHome
Specifies the install_root directory of the existing WebSphere Application Server Network Deployment and WebSphere Extended Deployment installations from which the configuration is migrated.
-sourceProfilePath
Specifies the fully qualified path of the existing profile from which the configuration is migrated.
-targetProfilePath
Specifies the fully qualified path to the target profile.

Usage

The following example migrates the configuration of the deployment manager to the new cell:
XDUpgrade.sh -userID user_name -password user_password -sourceWasHome install_root/DeploymentManager 
-sourceProfilePath install_root/DeploymentManager/profiles/default 
-targetProfilePath target_profile_path/DeploymentManager/profiles/default
The following example migrates the configuration of an application server to the new cell:
XDUpgrade.sh -userID user_name -password user_password -sourceWasHome install_root/AppServer 
-sourceProfilePath install_root/AppServer/profiles/default 
-targetProfilePath target_profile_path/AppServer/profiles/default

After you run the XDUpgrade command, review the XDUpgrade.log and XDUpgrade.trace files in the target_profile_root/logs directory.