![]() |
![]() |
version_7.0_install_root \bin\manageprofiles.bat -create -profileName node1 -templatePath \opt\WebSphereV7\profileTemplates\managed -nodeName currentNode1Name -cellName currentCellName -hostName mynode1host.company.com
version_7.0_install_root /bin/manageprofiles.sh -create -profileName node1 -templatePath /opt/WebSphereV7/profileTemplates/managed -nodeName currentNode1Name -cellName currentCellName -hostName mynode1host.company.com
\supplemental\migration\bin\WASPreUpgrade.bat \mybackup_old_host\v61tov7node1 \opt\WebSphereV61 -traceString *=all=enabled -summaryLogName \mybackup_old_host\v61tov7node1\logs\WASPreMigrationSummary.log -oldProfile 61node1 -machineChange true
/supplemental/migration/bin/WASPreUpgrade.sh /mybackup_old_host/v61tov7node1 /opt/WebSphereV61 -traceString *=all=enabled -summaryLogName /mybackup_old_host/v61tov7node1/logs/WASPreMigrationSummary.log -oldProfile 61node1 -machineChange true
If the WASPreUpgrade command is successful, you do not need to check the log files for error or warning messages.
cd /mybackup_old_host /opt/WebSphereV61/java/bin/jar -cf v61tov7node1.jar v61tov7node1/
mkdir /mybackup_new_host cd /mybackup_new_host /opt/WebSphereV7/java/bin/jar -xf v61tov7dmgr01.jarwhere mybackup_new_host is the directory to which you are migrating your files.
version_7.0_install_root \bin\WASPostUpgrade.bat \mybackup_new_host\v61tov7node1 -profileName v61tov7node1 -traceString *=all=enabled -summaryLogName \mybackup_new_host\v61tov7node1\logs\WASPostMigrationSummary.log -oldProfile 61node1 -replacePorts TRUE -backupConfig TRUE -includeApps TRUE -scriptCompatibility TRUE -username myuser -password mypass
version_7.0_install_root /bin/WASPostUpgrade.sh /mybackup_new_host/v61tov7node1 -profileName v61tov7node1 -traceString *=all=enabled -summaryLogName /mybackup_new_host/v61tov7node1/logs/WASPostMigrationSummary.log -oldProfile 61node1 -replacePorts TRUE -backupConfig TRUE -includeApps TRUE -scriptCompatibility TRUE -username myuser -password mypass
version_7.0_profile_root \v61tov7node1\bin\backupConfig.bat \mybackup_new_host\v61tov7node1.zip -username myuser -password mypass -nostop
version_7.0_profile_root /v61tov7node1/bin/backupConfig.sh /mybackup_new_host/v61tov7node1.zip -username myuser -password mypass -nostop
version_7.0_profile_root \v61tov7dmgr01\bin\backupConfig.bat \mybackup_new_host\v61tov7dmgr01backupMigratedDmgrPlusNodeX.zip -username myuser -password mypass
version_7.0_profile_root /v61tov7dmgr01/bin/backupConfig.sh /mybackup_new_host/v61tov7dmgr01backupMigratedDmgrPlusNodeX.zip -username myuser -password mypass
![]() |
![]() |