Create the target deployment manager profile

Before you begin

Create the remote migration .jar file

About this task

Step 4 towards the goal: Migrating cell configurations to new host machines using the command-line tool
The target deployment manager profile is a new deployment manager profile that is the target of the migration.
Avoid trouble Avoid trouble: The Version 8.5 cell and node names must match the cell and node names in the previous configuration. If you create cells and nodes with new cell and node names, then the migration will fail.gotcha

Procedure

Run the manageprofiles command with the appropriate parameters to create a deployment manager profile. For example:
[Windows]
version_8.5_install_root\bin\manageprofiles.bat -create 
-profileName v70tov85dmgr01 -templatePath \opt\WebSphereV85\profileTemplates\
management -serverType DEPLOYMENT_MANAGER -nodeName currentDmgrNodeName 
-cellName currentCellName -hostName mydmgrhost.company.com
[AIX][HP-UX][Linux][Solaris]
version_8.5_install_root/bin/manageprofiles.sh -create 
-profileName v70tov85dmgr01 -templatePath /opt/WebSphereV85/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 10:34 PM CDT
http://www14.software.ibm.com/webapp/wsbroker/redirect?version=phil&product=was-nd-dist&topic=tmig_migrate_remote_commandline_step4
File name: tmig_migrate_remote_commandline_step4.html