4.2 Performing a Silent Installation

  1. Download the Identity_Manager_4.8_Linux.iso from the download site.

  2. Mount the downloaded .iso.

  3. From the root directory of the .iso, run the create_silent_props.sh script.

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

  5. Specify the path for the silent properties file.

  6. Decide the Identity Manager server edition you want to install. Enter y for Advanced Edition and n for Standard Edition.

  7. Decide if you want to configure the components in a typical or custom mode.

  8. From the list of components available for installation, select the required components:

    • To install Engine, select Identity Manager Engine.

    • To install Remote Loader, select Identity Manager Remote Loader.

    • To install Fanout Agent, select Identity Manager Fanout Agent.

    • To install iManager, select iManager Web Administration.

    • To install Identity Applications, select Identity Applications.

    • To install Identity Reporting, select Identity Reporting.

    For information about the configuration parameters, see Understanding the Configuration Parameters.

  9. 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.