5.2 Performing a Silent Installation

To run a silent installation of Identity Manager, create a properties files with the parameters required to complete the installation. The Identity Manager media includes a sample properties file at \products\idm\windows\setup\silent.properties.

To perform a silent installation:

  1. In the installation directory, create a properties file or edit the sample silent.properties file.

  2. In a text editor, specify the following parameters in the file:

    METADIRECTORY_SERVER_SELECTED

    Specifies whether you want to install the Identity Manager server and drivers. The allowed values are True or False.

    EDITION_INPUT_RESULTS

    Specifies the edition of the Identity Manager server. For example, Advanced Edition.

    EDIR_USER_NAME

    Specifies the LDAP distinguished name of the Administrator account for the Identity Vault. For example, c=admin,o=netiq. The installation program uses this account to connect the Identity Manager engine to the Identity Vault.

    You might need to add this parameter to the sample silent.properties file.

    EDIR_USER_PASSWORD

    Specifies the password for the Administrator account for the Identity Vault. For example, netiq123. You might need to add this parameter to the sample silent.properties file.

    If you do not want to include the password value in the file, leave the field empty. The installation program then reads the value from the EDIR_USER_PASSWORD environment variable. Ensure that you have an environment variable for EDIR_USER_PASSWORD.

    EDIR_IP_ADDRESS

    Specifies the IP address for the Identity Vault.

    If you have multiple instances of the Identity Vault, specify the address for each instance.

    EDIR_NCP_PORT

    Specifies the port number of the Identity Vault.

    If you have multiple instances of the Identity Vault, specify the port for each instance.

    CONNECTED_SYSTEM_SELECTED

    Specifies whether you want to install the 32-bit Remote Loader service and drivers. You can install both 32-bit and 64-bit versions on the same server.

    X64_CONNECTED_SYSTEM_SELECTED

    Specifies whether you want to install the 64-bit Remote Loader service and drivers. You can install both 32-bit and 64-bit versions on the same server.

    WEB_ADMIN_SELECTED

    Applies when you have previously installed iManager.

    Specifies whether you want to install iManager plug-ins.

    UTLITIES_SELECTED

    Specifies whether you want to install the Utilities and system components for the Remote Loader.

    FANOUTAGENT_SELECTED

    Specifies whether you want to install the Fan-Out agent for the JDBC driver.

    DOT_NET_REMOTELOADER_SELECTED

    Specifies whether you want to install the .NET Remote Loader service and drivers on the Windows server.

    CUSTOM_SELECTED

    Specifies whether you want to customize your driver installation options. The allowed values are True and False. If you select False, all Identity Manager drivers will be installed. If you select True, you can selectively install the required drivers by specifying the name of the drivers.

    CHOSEN_INSTALL_FEATURE_LIST_SERVER: Specifies the drivers that you want to install with the Engine.

    CHOSEN_INSTALL_FEATURE_LIST_REMOTE: Specifies the drivers that you want to install using the Remote Loader.

    CHOSEN_INSTALL_FEATURE_LIST_REMOTE64BIT: Specifies the drivers that you want to install using the 64-bit Remote Loader.

    CHOSEN_INSTALL_FEATURE_LIST_DOTNETRL: Specifies the drivers that you want to install using the .NET Remote Loader.

    USER_MAGIC_FOLDER: Specifies the install location for the 32-bit Remote Loader.

    X64_CONNECTED_SYSTEM_LOCATION: Specifies the install location for the 64-bit Remote Loader.

    DOT_NET_REMOTELOADER_LOCATION: Specifies the install location for the .NET Remote Loader.

    IDM_DRIVER_UTILITIES_DIR: Specifies the install location for the Identity Manager driver utilities.

    IDM_FANOUT_AGENT_DIR: Specifies the install location for the FanOut Agent.

  3. To run the silent installation, issue the following command from the directory for the properties file:

    install.exe -i silent -f silent.properties

  4. (Optional) For default installed locations, see install log. For example, you can check the following files:

    C:\Program Files (x86)\Novell\Identity Manager\Identity_Manager_Install_<install-date>.log

    and

    %temp%\idmInstall.log