+

Search Tips   |   Advanced Search

Delete PAA content after an uninstallation


After running the uninstall-paa task and removing the assembly from the ConfigEngine registry, the PAA content remains in the PAA directory. To remove any remaining content run the delete-paa command. This command inspects the PAA directory and removes content that is not registered.

To delete the PAA content:

  1. Change to the following directory:

      WP_PROFILE/ConfigEngine

  2. Run the following command:

    We can delete one assembly or we can delete multiple assemblies using a comma-separated list.

    For example: -DassemblyList=assembly1,assembly2,assembly3.

    Optional parameter: To delete all unregistered assemblies, replace the -DassmeblyList parameter with -DdeleteAll=true. Only unregistered PAA content is removed.

      ./ConfigEngine.sh delete-paa -DassemblyList=assembly_list -DWasPassword=foo -DPortalAdminPwd=foo

    Complete the following steps:

    1. In the Portal configuration panel, select Application configuration tasks.

    2. Select Configure content with Solution Installer.

    3. Select Uninstall and remove a solution.

    4. Select Define variables.

      Reminder: Press F1 to display the help panel if you need assistance defining the variables.

    5. Generate the customization jobs.

    6. Follow the Customization Dialog (z/OS) instructions for submitting the customization jobs.


Parent: Use the Solution Installer