Viewing the Lost and found error log
You can view the Lost and Found log in the default location, using the command provided here.
About this task
On a UNIX™ operating
system:
more <instance base directory>/idsslapd-<instance name>/logs
/LostAndFound.log Where: - instance base directory is the home directory of the directory server instance owner, or the directory you specified when you created the directory server instance.
- instance name is the name of the directory server instance.
On a Windows™ operating
system:
more <drive>\idsslapd-<instance name>\logs\LostAndFound.logWhere drive is the drive you specified when you created a directory server instance, and instance name is the name of the directory server instance.
Do
the following steps to view the Lost and found error log from a system
with IBM® Security Directory
Server client:
idsldapexop -D <adminDN> -w <adminPW> -op readlog -log LostAndFound -lines allDo
the following steps to clear the Lost and found error log: idsldapexop -D <adminDN> -w <adminPW> -op clearlog -log LostAndFound