4.5 Installing Remote Loader

Identity Manager provides you an option to install Remote Loader on a standalone server. Use this option when you want to install Identity Manager Engine and Remote Loader on separate computers.

4.5.1 Interactive Installation

  1. Download the Identity_Manager_4.8_RL_Linux.iso from the NetIQ Downloads website.

  2. Mount the downloaded.iso.

  3. From the mounted location, run the following command:

    ./install.sh

  4. Read through the license agreement.

  5. Enter y to accept the license agreement.

4.5.2 Silent Installation

  1. Download the Identity_Manager_4.8_RL_Linux.iso from the NetIQ Downloads website.

  2. Mount the downloaded.iso.

  3. From the root directory of the .iso, run the following command:

    ./create_silent_props.sh

  4. Enter y to confirm the creation of the file.

  5. Specify the location for the file.

  6. Specify n for the Do you want to configure the silent properties file for Docker containers parameter.

  7. Run the following command to perform a silent installation:

    ./install.sh -s -f <location of the silent properties file>

    For example,

    ./install.sh -s -f /home/silent.properties, where /home/silent.properties is the location where you stored the silent properties file.