Process for installing and uninstalling fix

Follow these steps, If you want to apply a ifix to the WebSphere Portal Server


  • Setup the Update Installer for portal.

  • Copy the fix related jar in the /software/IBM/WebSphere/PortalServer/update/fixes directory

  • Then install the fix by executing following command

    ./updatePortal.sh -fix -install -fixes PM13802 -fixDir /software/IBM/WebSphere/PortalServer/update/fixes -installDir /software/IBM/WebSphere/PortalServer

    This command will install PK13802 on your portal server



This command can be used to uninstall existing fix from the portal server

./updatePortal.sh -fix -uninstall -fixes PM13802 -fixDir /apps/ibm/websphere/portalserver/update/fixes -installDir /apps/ibm/websphere/portalserver