Previous Topic: Unattended Installation of the SDK on UNIXNext Topic: General Considerations


Uninstallation of the SDK

To uninstall the SiteMinder SDK from the UNIX console

  1. In a console window, navigate to the install_config_info/ca-sdk-uninstall directory within the SDK installation—for example:

    /export/ca/sdk/install_config_info/ca-sdk-uninstall

  2. Run the following command:
    ./uninstall -i console
    
  3. When prompted, press Enter to begin the uninstallation.

    Note: When you are uninstalling the SDK in UNIX, make sure the JRE is in the PATH variable. If the JRE is not in the PATH variable, the following error occurs:

    No Java virtual machine could be found from your PATH environment variable. You must install a VM prior to running this program.

To set the JRE in your PATH, run the following two commands:

  1. PATH=$PATH:JRE_location/bin

    For example: PATH=$PATH:/usr/bin/jdk141/jre/bin

  2. export PATH

To uninstall the SiteMinder SDK from Windows:

  1. From the Control Panel, double-click Add/Remove Programs.
  2. Select SiteMinder SDK 12.51 and click Change/Remove.

Follow the screen prompts, and click Close when done.