Installing agentless adapter profiles

Use the following procedure to install the agentless adapter profiles. It is a good practice to always download the latest POSIX adapters from the adapter download site.

About this task

To install agentless adapter profiles, you can run command lines on both Windows and UNIX or Linux® operating systems. You can also install them by selecting Configure System > Manage Service Types > Import from the IBM Verify Identity Governance user interface.

Procedure

  1. For Windows operating system, run these commands.
    cd IM_HOME\config\adapters "IM_HOME/bin/win/config_remote_services.cmd"
     -profile LdapProfile -jar LdapProfile.jar
    
    "IM_HOME/bin/win/config_remote_services.cmd" -profile PosixSolarisProfile -jar 
    PosixSolarisProfile.jar
    
    "IM_HOME/bin/win/config_remote_services.cmd" -profile PosixLinuxProfile -jar 
    PosixLinuxProfile.jar
    
    "IM_HOME/bin/win/config_remote_services.cmd" -profile PosixHpuxProfile -jar 
    PosixHpuxProfile.jar
    
    "IM_HOME/bin/win/config_remote_services.cmd" -profile PosixAixProfile -jar 
    PosixAixProfile.jar
  2. For UNIX or Linux operating systems, run these commands.
    -bash-3.00# cd IM_HOME/bin/unix
    -bash-3.00# ./config_remote_services.sh -profile LdapProfile -jar /opt/IBM/isim
    /config/adapters/LdapProfile.jar
    
    -bash-3.00# ./config_remote_services.sh -profile PosixSolarisProfile -jar /opt
    /IBM/isim/config/adapters/PosixSolarisProfile.jar
    
    -bash-3.00# ./config_remote_services.sh -profile PosixLinuxProfile -jar /opt
    /IBM/isim/config/adapters/PosixLinuxProfile.jar
    
    -bash-3.00# ./config_remote_services.sh -profile PosixHpuxProfile -jar /opt
    /IBM/isim/config/adapters/PosixHpuxProfile.jar
    
    -bash-3.00# ./config_remote_services.sh -profile PosixAixProfile -jar /opt
    /IBM/isim/config/adapters/PosixAixProfile.jar