Stopping the IBM Security Guardium Key Lifecycle Manager server

To stop the IBM® Security Guardium® Key Lifecycle Manager server, stop the WebSphere® Application Server Liberty and then stop Db2®.

Before you begin

Ensure that you are the database instance owner on AIX® or Linux® systems, or the Local Administrator on Windows systems.
Important: It is recommended to run these commands as the database instance owner only. Running these commands as the root user might impact the permissions for the WAS_HOME folder. As a result, the WebSphere Liberty service might fail to start after a system restart. If you ran these commands as the root user, see Guardium Key Lifecycle Manager server stop, start, restart issues and resolutions to resolve the issue.

Procedure

  1. Log in as the database instance owner or the Local Administrator.
  2. Stop WebSphere Liberty.
    Run the following command:
    Windows
    cd C:\Program Files\IBM\WebSphere\Liberty\bin
    stopServer.bat
    AIX or Linux
    cd /opt/IBM/WebSphere/Liberty/bin
    ./stopServer.sh
  3. Stop Db2.
    Run the following command:
    Windows
    set DB2INSTANCE=KLMDB42
    db2stop 
    AIX or Linux
    su -KLMDB42
    db2stop