Previous Step   Previous Step Next Step   Next Step

Run the WASPostUpgrade command from the new deployment manager profile bin directory

Map Step 6 towards the goal: Scenario 1: Migrating a cell using the command line tools

About this task

Use the WASPostUpgrade command to restore the previous deployment manager configuration that you saved in the migration backup directory. If you use the options shown in the example, all the ports will be carried forward, the old deployment manager will be shutdown and disabled, and all applications will be installed.

Before you begin

Verify the console output and the WASPreUpgrade logs for success, warnings, or failure

Procedure

  1. Run the WASPostUpgrade command to restore the saved deployment manager configuration into the new Version 8.0 deployment manager profile. For example:
    /opt/WebSphereV8/bin/WASPostUpgrade.sh /mybackup/v61tov8dmgr01 -profileName 
    v61tov8dmgr01 -oldProfile 61dmgr01 -replacePorts TRUE -backupConfig TRUE 
    -includeApps TRUE -scriptCompatibility TRUE -keepDmgrEnabled FALSE 
    -username myuser -password mypass
    When creating profiles, only one profile is considered the default per installation.

    The WASPostUpgrade command migrates the default profile for the source and the target installations if the -oldProfile or the -profileName parameters are not specified, respectively.

    The default profiles can be identified by looking in the profileRegistry.xml file found in the WAS_HOME/properties directory. The source profileRegistry.xml is copied to the migration backup directory as part of the WASPreUpgrade command.
    Avoid trouble Avoid trouble:
    • The -oldProfile and -profileName parameters should always be specified when running the WASPostUpgrade command.
    • The script compatibility flag on your deployment manager must be the same as the flag that you use on your nodes. Save the value of the script compatibility flag for later use.
    gotcha

Supporting information (generally applicable)

What to do next

Verify the logs for success

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_cells_commandline_step6
File name: tmig_migrate_cells_commandline_step6.html