Agent registry by the RAC Connector in AddOnly mode
No agent is registered by the RAC Connector in AddOnly mode. Resolve the issue by reading the instructions provided here.
If the RAC Connector is run in AddOnly mode, but it does not register a logging agent in the local Agent Controller, it may be because the RAC cannot locate Agent Controller binaries. The AddOnly mode of the RAC Connector requires that the binaries of the Agent Controller (.dll, .so) be available for the dynamic library loader of the operating system. The preferred way to make the Agent Controller binaries available to the .dll of the operating system is to locate the binaries folder of the Agent Controller in :
- the
PATH
environment variable on Windows platforms. - the
LD_LIBRARY_PATH
environment variable on Linux platforms.
You can point to the binaries globally or just for the process of the IBM® Security Verify Directory Integrator Server. For example:
-
On Windows, modify the
PATH
environment variable from My Computer > Properties > Advanced > Environment variables -
On Linux, add lines like the following in the startup scripts (
ibmdisrv
andibmditk
) after the PATH definition and before the startup line:LD_LIBRARY_PATH=/AgentController/lib export LD_LIBRARY_PATH