Portal, Express Beta Version 6.1
Operating systems: i5/OS, Linux,Windows |
To ensure a proper migration, clean up your previous environment and apply the appropriate interim fixes to the previous WebSphere Portal Express environment. Apply the fixes in the order listed to ensure a successful migration process.
Note: For instructions on applying fixes that contain database updates, see Technote 1200168, WebSphere Portal database check and update tool wpdbupdate.Operating System | Command |
---|---|
Windows | set WAS_HOME=was_old_root
For example: set WAS_HOME=C:\Program Files\WebSphere\AppServer |
Linux | export WAS_HOME=was_old_root
For example: export WAS_HOME=/opt/Websphere/AppServer |
i5/OS | export WAS_PROD_HOME=was_old_prod_root
For example: export WAS_PROD_HOME=/QIBM/ProdData/WebAS5/Base |
Operating System | Command |
---|---|
Windows | .\updatePortal.bat -install -installDir wp_old_root -fix -fixDir
wp_old_root/update -fixes list of fixes
For example: updatePortal.bat -install -installDir "C:\Program Files\WebSphere\PortalServer" -fix -fixDir "C:\Program Files\WebSphere\PortalServer\update" -fixes PK28269 |
Linux | ./updatePortal.sh -install -installDir wp_old_root -fix -fixDir
wp_old_root/update -fixes list of fixes
For example: ./updatePortal.sh -install -installDir /opt/WebSphere/PortalServer -fix -fixDir /opt/WebSphere/PortalServer/update -fixes PK28269 |
i5/OS | ./updatePortal.sh -install -installDir wp_old_user_root -fix
-fixDir wp_old_prod_root/update -fixes list of fixes
For example: updatePortal.sh -install -installDir "/QIBM/UserData/WebAS5/Base/instance/PortalServer5" -fixpackDir "/QIBM/ProdData/PortalServer5/update" -install -fixes PK28269 where instance is the name of the WebSphere Application Server instance. |