Previous Step   Previous Step Next Step   Next Step

Create the target deployment manager profile

Map Step 4 towards the goal: Scenario 2: Migrating cells across operating systems using the command-line tools

About this task

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.0 cell and node names must match the cell and node names in the Version 6.x or 7.x configuration. If you create cells and nodes with new cell and node names, then the migration will fail.gotcha

Before you begin

Create the remote migration .jar file

Procedure

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

Supporting information (generally applicable)

What to do next

Run the WASPreUpgrade command from the updated WebSphere Application Server supplemental CD

Previous Step   Previous Step Next Step   Next Step


Terms of Use | Feedback

Last updated: Sep 20, 2011 12:55:46 AM CDT
http://www14.software.ibm.com/webapp/wsbroker/redirect?version=matt&product=was-base-dist&topic=tmig_migrate_remote_commandline_step4
File name: tmig_migrate_remote_commandline_step4.html