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:
- Change to the following directory:
WP_PROFILE/ConfigEngine
- 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:
- In the Portal configuration panel, select Application configuration tasks.
- Select Configure content with Solution Installer.
- Select Uninstall and remove a solution.
- Select Define variables.
Reminder: Press F1 to display the help panel if you need assistance defining the variables.
- Generate the customization jobs.
- Follow the Customization Dialog (z/OS) instructions for submitting the customization jobs.
Parent: Use the Solution Installer