Using the command line
You can disable the administration server audit log and modify its settings using the commands provided here at the command line.
About this task
Issue the command:
idsldapmodify -D <adminDN> -w <adminPW> -i <filename>where <filename>
contains: dn: cn=Admin Audit, cn=Log Management, cn=Configuration
changetype: modify
replace: ibm-audit
ibm-audit: falseTo update the settings dynamically, issue
the following commands: idsldapexop -p <instance port> -D <adminDN> -w <adminPW> -op readconfig -scope entire
idsldapexop -p <administration server port> -D <adminDN> -w <adminPW>
-op readconfig -scope entire