Restarting the IBM Security Guardium Key Lifecycle Manager agent service

Restart of the IBM® Security Guardium® Key Lifecycle Manager agent service causes the server to read its configuration and accept the configuration changes, if any.

Procedure

  1. Open a command prompt.
  2. Go the SKLM_INSTALL_HOME\agent directory.
    Windows
    C:\Program Files\IBM\SKLMV41\agent
    Linux®
    /opt/IBM/SKLMV41/agent
  3. Stop the agent service by running the following command.
    Windows
    stopAgent.bat WAS_HOME
    stopAgent.bat "C:\Program Files\IBM\WebSphere\AppServer"
    Linux
    ./stopAgent.sh <WAS_HOME>
    ./stopAgent.sh /opt/IBM/WebSphere/AppServer
  4. Start the agent service by running the following command.
    Windows
    startAgent.bat WAS_HOME
    startAgent.bat "C:\Program Files\IBM\WebSphere\AppServer"
    Linux
    ./startAgent.sh WAS_HOME
    ./startAgent.sh /opt/IBM/WebSphere/AppServer