Agent Guide › Install the SiteMinder Agent for WebLogic › Uninstall the Agent › Uninstall the SiteMinder Agent from UNIX
Uninstall the SiteMinder Agent from UNIX
Before you uninstall, we recommend that you make copies of SiteMinder Agent configuration settings to have as a backup.
To uninstall the SiteMinder Agent from UNIX
- Open the WebLogic Server Administration Console
- Remove configured SiteMinder Agent Identity Asserter, Authentication Provider and Authorization Provider modules (as applicable):
- In the navigation frame on the left of the console, click the Security Realms node in the Domain Structure list.
- Click on the name of the realm you are configuring (for example, myrealm).
- Click the Providers tab.
- Click the tab for the type of provider that you are removing.
- For example, click the Authentication tab to remove the SiteMinder Identity Asserter.
- Select the SiteMinder provider from the list and click Delete.
- Click Yes to confirm the deletion.
- Replace the SiteMinder Adjudication Provider (if configured):
- In the navigation frame on the left of the console, click the Security Realms node in the Domain Structure list.
- Click on the name of the realm you are configuring (for example, myrealm).
- Click the Providers tab.
- Click the Adjudication tab.
- Select the SiteMinder Adjudication provider from the list and click Replace. The Create a New Adjudication Provider page opens.
- Specify a name for the new Adjudication Provider in the Name field. For example, AdjudicationProvider.
- Select a replacement Adjudication Provider from the Type drop-down list.
- Click OK to save the new Adjudication Provider.
Important! Verify that there are other providers to assume the responsibility of the provider that you are removing before you restart the WebLogic Server.
- Stop the WebLogic Server.
Note: If you try to uninstall the SiteMinder Agent while WebLogic is still running, the SiteMinder Agent might not be fully uninstalled.
Verify that the PATH variable is set to the location of your JVM.
- Open a UNIX shell and navigate to ASA_HOME/asa-wls-uninstall.
- Enter one of the following commands and press Enter to start the uninstall:
GUI mode
java -jar uninstaller.jar
Console mode
java -jar uninstaller.jar -i console
The uninstall program removes the SiteMinder Agent files.
- Remove the ASA_HOME directory (for example, smwlsasa) that the installation created:
- Navigate to the directory one level above where the SiteMinder Agent is installed. For example:
/opt
- Enter the following command and press Enter:
rm -rf ASA_HOME