![]() |
![]() |
version_8.0_install_root \bin\manageprofiles.bat -create -profileName node1 -templatePath \opt\ WebSphereV8\profileTemplates\managed -nodeName currentNode1Name -cellName currentCellName -hostName mynode1host.company.com
version_8.0_install_root /bin/manageprofiles.sh -create -profileName node1 -templatePath /opt/WebSphereV8/profileTemplates/managed -nodeName currentNode1Name -cellName currentCellName -hostName mynode1host.company.com
\bin\migration\bin\WASPreUpgrade.bat \mybackup_old_host\v61tov8node1 \opt\WebSphereV61 -oldProfile 61node1 -machineChange true
/supplemental/migration/bin/WASPreUpgrade.sh /mybackup_old_host/v61tov8node1 /opt/WebSphereV61 -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 v61tov8node1.jar v61tov8node1/
mkdir /mybackup_new_host cd /mybackup_new_host /opt/WebSphereV8/java/bin/jar -xf v61tov8dmgr01.jarwhere mybackup_new_host is the directory to which you are migrating your files.
version_8.0_install_root \bin\WASPostUpgrade.bat \ mybackup_new_host\v61tov8node1 -profileName v61tov8node1 -oldProfile 61node1 -replacePorts TRUE -backupConfig TRUE -includeApps TRUE -scriptCompatibility TRUE -username myuser -password mypass
version_8.0_install_root /bin/WASPostUpgrade.sh / mybackup_new_host/v61tov8node1 -profileName v61tov8node1 -oldProfile 61node1 -replacePorts TRUE -backupConfig TRUE -includeApps TRUE -scriptCompatibility TRUE -username myuser -password mypass
version_8.0_profile_root \v61tov8node1\bin\backupConfig.bat \mybackup_new_host\v61tov8node1.zip -username myuser -password mypass -nostop
version_8.0_profile_root /v61tov8node1/bin/backupConfig.sh /mybackup_new_host/v61tov8node1.zip -username myuser -password mypass -nostop
version_8.0_profile_root \v61tov8dmgr01\bin\backupConfig.bat \mybackup_new_host\v61tov8dmgr01backupMigratedDmgrPlusNodeX.zip -username myuser -password mypass
version_8.0_profile_root /v61tov8dmgr01/bin/backupConfig.sh /mybackup_new_host/v61tov8dmgr01backupMigratedDmgrPlusNodeX.zip -username myuser -password mypass
![]() |
![]() |