Skip to main content

Properties

You can use the following idm.msi parameters to set Bravura Security Fabric specific properties. The general format for a parameter on the command line is:

<parameter>=<value>

Parameters must be separated by spaces. If a value contains spaces, the value must be enclosed in escaped double quotes; for example:

PSTEMDIR=\"C:Program Files\Bravura Security\Bravura Security Fabric\Logs\Example Instance\\"
Table 1. idm.msi general parameters

Option

Description

AUTHKEY

The 64 hexadecimal-digit key used for 256-bit encrypted communication for workstation service to authentication through the Bravura Security Fabric .

COMMKEY

The 64 hexadecimal-digit key used for 256-bit encrypted communication between the Bravura Security Fabric sub-systems.

DATAKEY

The 64 hexadecimal-digit key used to encrypt sensitive data stored in the Bravura Security Fabric database.

CONNECTORKEY

The 64 hexadecimal-digit key used as a 256-bit encryption key for sensitive data passed to connectors.

IDMLIBKEY

The 64 hexadecimal-digit key used as a 256-bit encryption key for sensitive data generated in IDMLib.

FORCEHELPDESK

Force the setting of superuser password during installation, in the event the value is already set in the database; for example where there a shared schema, or an old database is restored.

HELPDESK_USER

The name of the Bravura Security Fabric administrator account. The default is superuser.

HELPDESK_PASSWORD

The password for HELPDESK_USER.

IDDBPORT

The port for the Database Service (iddb). The default is 5555.

IGNOREMAORPHANS

The flag to set if orphaned managed accounts should be ignored during an upgrade. Set to 1 to ignore the orphans.

INF

The full path to the installation property file (idmsetup.inf).

INSTALLDIR

The directory that the instance will be installed in. The default is <Program Files path>\Bravura Security\Bravura Security Fabric\<instance>\ .

INSTALLLEVEL

This parameter is usefull in a silent installation. Set to greater than 10 for a typical install, or greater than 100 for a complete install. The default is 10.

The ADDLOCAL parameter overrides INSTALLLEVEL.

INSTALLONLYLICENSED

0|1 Set to 1 to install only licensed sub-systems when doing a complete install, or when INSTALLLEVEL is greater than 100.

INSTANCEDESCRIPTION

A description for the instance. This information is stored in the instance.cfg file.

LICENSEFILE

The name and path of the license file. The license file must be valid.

NO_MIN_PASSWORD_LENGTH

0|1 The HELPDESK_PASSWORD and PASSWORD fields require a minimum of 6 characters unless this property is set to 1.

This only applies to UI installations.

PASSWORD

The password for the psadmin account.

PSLOCKDIR

The locks directory. The default is <Program Files path>\Bravura Security\Bravura Security Fabric\Locks\.

PSTEMPDIR

The temporary directory for this instance. The default is <Program Files path>\Bravura Security\Bravura Security Fabric\Logs\<instance>\.

RECIPIENT_EMAIL

The email address of the administrator to receive notification emails.

SERVER_GUID

The server ID that will be used for the instance. This parameter is useful for reusing a server ID to reinstall an instance on the server.

REPORT_SERVER_URL

The Report Service Web Service URL. This parameter configures Bravura Security Fabric to use Microsoft’s SQL Server Reporting Services (SSRS)

REPORT_SERVER_ADMIN

The Fully Qualified Domain name of the SSRS server administrator. In the format of <domain name\Administrator account>.

REPORT_SERVER_PASSWORD

The password for the SSRS server administrator.

CREATE_REPORT_USER_CHECK

0|1 Set to 1 to create a dedicated report user.

DB_REPORT_USER

The new dedicated report user.

DB_REPORT_PASSWORD

The dedicated report user’s password.

DB_REPORT_CONFIRM_PASSWORD

Confirm the dedicated report user’s password.

RESTAPI_PASSWORD

The dedicated REST API users's password



Table 2. Web server properties

Property

Description

BASE_IDSYNCH_URL

The URL for the Bravura Security Fabric server.

REPLACEDEFAULT

0|1 Set to 1 to replace the default web page with the index page for this instance.

Set to 0 if you do not want to replace the default web page with the index page for this instance.

This also creates a registry entry called ReplaceDefaultSite in the root of the instance’s registry key and determines whether or not the default web page is replaced on upgrades starting from 11.1.0.

The default is 0.

SITENAME

Set to the web site name for this instance. In IIS, this might look like "/LM/W3SVC/1/ROOT"; by default, it chooses the first web site available on the specified WEBSERVER.

VIRTUALDIR

Set to the name of the virtual directory for this instance. This defaults to the instance name.



Table 3. Database properties

Property

Description

DBMS_USERID

The ID of the dedicated user that you created for Bravura Security Fabric .

DBMS_PASSWORD

The password for DBMS_USERID.

DBMS_SERVER

For Microsoft SQL Server this is name of the server hosting the database, followed by a backslash, followed by the database instance name; for example, dbserver\SQLEXPRESS.



Table 4. Microsoft SQL Server database properties

Property

Description

DBMS_DBNAME

The name of the database hosting the schema.

DBMS_INSTALL_PWD

The password for DBMS_INSTALL_USER.

DBMS_INSTALL_USER

The ID of the user to install the schema as.

DBMS_MSSQL_CUSTOM_OPTIONS

Pass Microsoft SQL server custom parameters; for example:

"DBMS_MSSQL_CUSTOM_OPTIONS=\"\"\"MultiSubnetFailover=yes\"\"\"".

For documentation for possible parameters visit: Using Connection String Keywords with OLE DB Driver for SQL Server.

DBMS_MSSQL_CUSTOM_OPTIONS_POOLED

Pass Microsoft SQL server custom parameters for pooled connections; for example:

"DBMS_MSSQL_CUSTOM_OPTIONS_POOLED=\"\"\"MultiSubnetFailover=true\"\"\"".



Table 5. Bravura Pass -specific parameters

Property

Description

FILEREPORT

The TCP/IP port for the File Replication Service. The default is 2380.

IDPMPORT

The TCP/IP port for the Password Manager service (idpm ). The default is 3334.