Issue :
Some log files located on C:\Program files\CA\Directory\dxserver\logs are growing up without control and it is filling the disk capacity.
Environment:
Windows 2008
DSA trace was enabled to grab error and warn messages . That is using hardrive space.
Disable Trace on dxserver DSA.
you should see something like:
console_port = 20393
Note : The port # with telnet command is the <console_port> not the <tcp_port>
However, if you see the lines commented like following :
# console-port = 20393
# console-password = "{encoding-method}password-hash"
The above means you need to follow the instructions mentioned on the same file :
To enable the console port, use the 'dxpassword' utility to generate the password-hash and enter it below, un-commenting
both console-port and console-password lines.
# console-port = 20393
# console-password = "{encoding-method}password-hash"
How to Proceed in case you need to enable the DSA Console :
C:\Users\Administrator>dxpassword samplepassword
{SHA}XXXXXXXXXXXXXXXXX=
Where : samplepassword, is the password example , you can choose your own to access DSA Console.
{SHA}XXXXXXXXXXXXXXXXX= , is the output of the hash value for "samplepassword" after you run the dxpassword command.
and will looks like following :
console-port = 20393
console-password = "{{SHA}XXXXXXXXXXXXXXXXX="
dxserver stop all
dxserver start all
telnet localhost 20393
and you will see the prompt :
DSA Management Console
Please type your password
*** please enter the password , on this example : samplepassword
You Will See : Welcome to the DSA Management Console
at dsa prompt write the following :
dsa> get trace;
you will See something like this :
trace = error, warn
dsa>
set trace=none;
else you can use :
set trace=error;
Once done you can simply close that window and disconnect with
'logout;'
Complete Command Example :
Welcome to the DSA Management Console
dsa> get trace;
trace = error
dsa> logout;
Additional Information:
https://support.ca.com/phpdocs/0/5655/support/identitymgr_support.html
http://www.ca.com/us/support/ca-support-online/support-by-product/ca-directory.aspx?id=160