+

Search Tips   |   Advanced Search

Uninstall a Portal Application Archive (PAA) file update

If there are issues with the Portal Application Archive (PAA) file update, we can uninstall the update, and return to the previous version of the file. The remove-paa-update command uninstalls the updates to the IBM WebSphere Portal server. It then installs and deploys the original PAA file in...

    WP_PROFILE/paa/backup

PAA file developer note: Custom code is used to remove updates and restore the previous version of the PAA file. The Solution Installer does not generate code for this task. However, the previously generated code is called from the custom tasks. Previously generated tasks are not run automatically.

Cluster note: Complete these steps on the primary node and then on all additional nodes.

  1. If we use the Simple and Protected GSS-API Negotiation Mechanism (SPNEGO) for single sign-on, complete the following steps to disable SPNEGO:

    1. Log on to WAS console and go to...

        Security | Global security | Web and SIP security | SPNEGO Web authentication

    2. Clear the Enable SPNEGO check box.

    3. Save the changes.

  2. Open a command prompt.

  3. Update the PAA file:

      cd WP_PROFILE/ConfigEngine
      ./ConfigEngine.sh remove-paa-update -DappName=assemblyName -DWasPassword=foo -DPortalAdminPwd=foo

  4. To enable SPNEGO:

    1. Log on to WAS console and go to...

        Security | Global security | Web and SIP security | SPNEGO Web authentication

    2. Check the Enable SPNEGO check box.

    3. Save the changes.


Parent Manage the existing Portal Application Archive (PAA) file