Install agentless adapters
The UNIX and Linux adapter and the LDAP adapter are the two agentless adapters bundled with ISIM version 7.0. The adapters must be installed on the Security Directory Integrator server. IBM Security Identity Manager v7.0 supports SDI v7.2. Install the following components for the adapter to function correctly:
The LDAP adapter requires the Dispatcher only. The Dispatcher must be installed on SDI before installing the UNIX and Linux adapter.
- Install the Dispatcher interactively
cd /download/adapters
ITDI_HOME/jvm/jre/bin/java -jar DispatcherInstall_70.jar- Install the Dispatcher silently:
- Install the Dispatcher in silent mode with the default settings
cd /download/adapters
ITDI_HOME\jvm\jre\bin\java -jar DispatcherInstall.jar -i silent- Install the Dispatcher in silent mode and with one or more custom settings, use the -D parameter.
ITDI_HOME/jvm/jre/bin/java -jar DispatcherInstall.jar -i silent
-DUSER_INSTALL_DIR="/opt/IBM/TDI/V7.2"
-DUSER_SELECTED_SOLDIR="/opt/IBM/TDI/V7.2/timsol"
-DUSER_INPUT_PORTNUMBER=1099
-DUSER_DISPATCHER_SERVICE_NAME="ISIM Adapters"Where:
-DUSER_INSTALL_DIR Override the default SDI installation path. -DUSER_SELECTED_SOLDIR Override the default adapters solutions directory. -DUSER_INPUT_RMI_PORTNUMBER Override the default RMI port number on which the dispatcher listens. -DUSER_DISPATCHER_SERVICE_NAME Name of the Dispatcher service on the Windows operating system. - Install the UNIX and Linux adapter interactively:
cd /download/adapters
ITDI_HOME\jvm\jre\bin\java.exe -jar PosixAdapterInstall_70.jar- Install the UNIX and Linux adapter, or the LDAP adapter, in silent mode:
cd /download/adapters
- Install the adapter in silent mode with the default settings, issue the command:
ITDI_HOME/jvm/jre/bin/java -jar PosixAdapterInstall_70.jar -i silent
- Install the adapter in silent mode and changing default settings using the -D parameter. For example:
ITDI_HOME/jvm/jre/bin/java -jar PosixAdapterInstall_70.jar -i silent -DUSER_INSTALL_DIR="/opt/IBM/TDI/V7.2"
Where -DUSER_INSTALL_DIR overrides the default SDI installation path.
Parent topic: Optionally installing IBM Security Directory Integrator