Create the target deployment manager profile

Before you begin

Install WebSphere Application Server Version 8.5

About this task

Step 3 towards the goal: Migrating cells using the command-line tools
The target deployment manager profile is a new deployment manager profile that will be the target of the migration.
Avoid trouble Avoid trouble: The Version 8.5 profile nodeName and cellName must match the previous Version 6.1 or above nodeName and cellName. If the Version 8.5 deployment manager cellName or nodeName are different, the migration will fail. gotcha

Procedure

Run the manageprofiles command with the appropriate parameters to create a new deployment manager profile. For example:
[AIX Solaris HP-UX Linux Windows]
/opt/WebSphereV85/bin/manageprofiles.sh -create -profileName v70tov85dmgr01 
-templatePath /opt/WebSphereV85/profileTemplates/management -serverType 
DEPLOYMENT_MANAGER -nodeName currentDmgrNodeName -cellName currentCellName 
-hostName mydmgrhost.company.com

[IBM i]
/QIBM/ProdData/WebSphere/AppServer/V85/ND/bin/manageprofiles -create -profileName 
currentDmgrProfileName -templatePath /QIBM/ProdData/WebSphere/AppServer/V85/ND/
profileTemplates/management -serverType DEPLOYMENT_MANAGER -nodeName 
currentDmgrNodeName -cellName currentCellName -hostName mydmgrhost.company.com

What to do next

Save the current deployment manager configuration to the migration backup directory
Task topic    

Terms and conditions for information centers | Feedback

Last updated: April 20, 2014 08:46 PM CDT
http://www14.software.ibm.com/webapp/wsbroker/redirect?version=phil&product=was-nd-mp&topic=tmig_migrate_cells_commandline_step3
File name: tmig_migrate_cells_commandline_step3.html