IBM Tivoli Monitoring, Version 6.3 Fix Pack 2

Using the GSKit command-line interface to work with key databases and certificates

The GSKit command line tool installed with each IBM® Tivoli® Monitoring component on a distributed platform and is used to manage key files and certificates.

For information about the GSKit command-line interface, see the IBM Global Security Kit GSKCapiCmd V8.0 User's Guide.

Before you begin

The following table lists the terms that are used in procedures involving the GSKit. Most terms are based upon the directory in which the IBM Tivoli Monitoring component and GSKit are installed:

Setting the path to invoke the GSKit command-line tool

In order to run the GSKit command line tool, the GSKit tool lib directory must be included in the system path.
Windows 32-bit
set PATH=<gskithome>\lib;%PATH%
cd <gskithome>\bin
Windows 64-bit
set PATH=<gskithome>\lib64;%PATH%
cd <gskithome>\bin
Linux UNIX 32-bit
export LD_LIBRARY_PATH=<gskithome>/lib:$LD_LIBRARY_PATH
cd <gskithome>/bin
Linux UNIX 64-bit
export LD_LIBRARY_PATH=<gskithome>/lib64:$LD_LIBRARY_PATH
cd <gskithome>/bin


Feedback