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

Delete the registry key or system environment variables you created to enable logging.

To disable the logger in the Windows registry

1.Open the Windows Registry Editor (regedit.exe).

2.Delete the registry key: HKEY_LOCAL_MACHINE\SOFTWARE\Safenet\PTKC\LOGGER

To disable the logger in the system environment variables

1.Edit the Environment Variables in the Windows Control Panel.

2.Delete the following system environment variables:

ET_PTKC_LOGGER_FILE

ET_PTKC_LOGGER_PKCS11LIB

For more information about the location of these environment variables, refer to Logger Configuration Items.

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 ProtectToolkit-C host library required.

For example, if 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