TDISRVCTL installation failure

Use this procedure to debug a failure during Tivoli® Directory Integrator installation.

If Tivoli Directory Integrator installation attempts result in a tdisrvctl command failure, verify that the Tivoli Directory Integrator server is active and that the security credentials for the command are valid.

The following command returns Tivoli Directory Integrator server status:
ps -ef | grep TDI
If the server is not active, open a terminal window and issue the following command from the Tivoli Directory Integrator installation directory:
ibmdisrv -d
If the server is active, the port and security parameters specified for the command on the configuration panel might be incorrect. An efficient method for debugging command problems is to issue a tdisrvctl command from the Tivoli Directory Integrator installation directory. For example, run the following command:
./bin/tdisrvctl –K serverapi/testadmin/jks –P administrator –T  
testserver.jks –op srvinfo
The command uses the default TDI security for the –K,-T and –P parameters, which might have changed during your Tivoli Directory Integrator installation.