Previous Step   Next Step

Run the backupConfig command on the Version 7.0 deployment manager

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

About this task

Save the Version 7.0 migrated deployment manager configuration to a file.
Avoid trouble: If you encounter a node migration failure, you can restore the cell configuration to the point before the failure. You can apply remedial actions and the attempt the node migration again.gotcha

Before you begin

Verify the logs for success

Procedure

  1. Change to the deployment_manager_profile_root/bin directory
  2. Run the backupConfig command with the appropriate parameters and save the Version 7.0 profile configuration to a file. For example:
    [Windows]
    
    version_7.0_profile_root
    \profiles\v61tov7dmgr01\bin\backupConfig.bat \mybackup_new_host\v61tov7dmgr01backupMigratedDmgrOnly.zip -username myuser -password mypass
    
    [AIX] [HP-UX] [Linux] [Solaris]
    
    version_7.0_profile_root
    /profiles/v61tov7dmgr01/bin/backupConfig.sh /mybackup_new_host/v61tov7dmgr01backupMigratedDmgrOnly.zip -username myuser -password mypass
    
    where mybackup_new_host is the location where the configuration restore points are stored.

Supporting information (generally applicable)

What to do next

Stop and disable the deployment manager on the old host.

  Previous Step   Next Step