Deactivating Logger Operation

To deactivate the logger, the steps taken in Activating Logging must be reversed. Consult the applicable section for your system.

Windows Systems

The path to the logger added to the PATH environment variable must be replaced by the path to the SafeNet ProtectToolkit-C host library required.

For example, if SafeNet ProtectToolkit-C is being used in hardware mode in conjunction with a SafeNet ProtectServer adapter, and the path to the logger is:

C:\Program Files\SafeNet\Protect Toolkit 5\Protect Toolkit C SDK\bin\logger

In the PATH replace with:

C:\Program Files\SafeNet\Protect Toolkit 5\Protect Toolkit C SDK\bin\hsm

UNIX Systems

The symbolic link libcryptoki.so (libcryptoki.sl for HP-UX on PA-RISC, libcryptoki.a for AIX) must be re-assigned to the SafeNet ProtectToolkit-C host library required.

For example, if SafeNet ProtectToolkit-C is being used in hardware or client/server mode, the commands to use would be:

# cd /opt/safenet/protecttoolkit5/ptk/lib# ln –sf liblogger.so libcthsm.so 

In software-only mode, use the following commands:

# cd /opt/safenet/protecttoolkit5/ptk/lib# ln –sf liblogger.so libctsw.so