3.2 Installing the Role Mapping Administrator in Silent Mode

The Role Mapping Administrator can be installed silently without human intervention. Use the following command to configure the unattended installation, including the install location, port configuration, Role Mapping Administrator administration configuration password, and so on.

java -jar IDMRMAP.jar [-h] [-s] [-i <install path>] [-p <port>] [-w <password>] [-n <name>] [-l <log path>]

where [-s] specifies silent installation.

Table 3-1 Silent Installation CLI Arguments

Argument

Description

-h

Displays help.

-i

Specifies the installation location.

-l <log directory>

Specifies the Role Mapping Administrator installation log file location, rma-install.log. By default, the log file is located in the installation directory.

-n <name>

Specifies the Role Mapping Administrator application name. The default name is IDMRMAP.

-p <port>

Specifies the Role Mapping Administrator HTTP port number. The default port is 8081.

-s

-i is a mandatory argument for silent installation. It performs the silent installation.

-w <password> | <env:VAR>

Specifies the Role Mapping Administrator administration configuration password. The password can be passed in clear text or through a user defined environment variable. The installer reads the password from the environment variable.

Example 1: -w mypassword,

The user password is mypassword.

Example 2: -w env:RMA_PASSWD

The installer reads the password from the RMA_PASSWD environment variable.

  • On Windows, run the set RMA_PASSWD=novell command.

  • On Linux, run the export RMA_PASSWD=novell command.

If the silent installation arguments are not passed, default values are assumed.