Uninstalling in silent mode

You can uninstall IBM® Security Guardium® Key Lifecycle Manager and its components on your Linux® and AIX® systems silently.

Procedure

  1. Edit the response file to add encrypted passwords to the relevant elements of the file. The sample response files are in the directory in which your installation package is located.

    You can use the IBM Installation Manager utility to create encrypted passwords. For information about how to encrypt the password, see Encrypted password for response file elements.

  2. From the terminal window, go to the disk1 directory of your installation package. For example, download_path/disk1.
  3. Run the following command:
    Linux
    silent_uninstallSKLM_linux.sh IM_INSTALL_LOCATION WAS_INSTALL_LOCATION 
    SKLM_INSTALL_HOME  
    silent_uninstallSKLM_linux.sh /opt/IBM/InstallationManager /opt/IBM/WebSphere/Liberty 
    /opt/IBM/GKLMV411 
    AIX
    silent_uninstallSKLM_AIX.sh IM_INSTALL_LOCATION WAS_INSTALL_LOCATION 
    SKLM_INSTALL_HOME  
    silent_uninstallSKLM_AIX.sh /opt/IBM/InstallationManager /opt/IBM/WebSphere/Liberty 
    /opt/IBM/GKLMV411 

    IM_INSTALL_LOCATION - Installation Manager directory for IBM Security Guardium Key Lifecycle Manager.

    WAS_INSTALL_LOCATION - WebSphere® Application Server Liberty directory for IBM Security Guardium Key Lifecycle Manager.

    SKLM_INSTALL_HOME - IBM Security Guardium Key Lifecycle Manager installation directory.

    Verify the uninstallation summary and the log files that are at /var/ibm/InstallationManager/logs/native/. Additional log files are created in tmp directory. For example: /tmp/sklmUninstall0.log

What to do next

Complete the following tasks:
  • Remove the Db2® user (for example, klmdb411). To do so:
    1. Ensure that the Db2 user is not being used by any other product or service.
    2. Follow the steps that are specific to the operating system to remove the user.
  • Delete the /opt/IBM/WebSphere directory, if it exists.
  • Use Linux sudo command to edit the /etc/services file and remove entries for the Db2 ports.
Table 1. Topic change log
Date Change description
11 Mar 2022 Corrected the example for uninstall.
10 Sept 2021 Initial version.