Configuring Silent Installer Properties
Silent Installer Properties for Windows Master
The table lists the silent installer properties for Windows Master:
Property |
What it controls |
---|---|
INSTALL_TYPE (Master, BackupMaster, FaultMonitor) |
The installation type |
DR_MODE (Yes) |
Enable Disaster Recovery |
DOMAIN_NAME |
The domain of the configuration user |
SUPER_USERNAME |
The Super User name |
DEMO_CODE |
The demo code |
INSTALL_DIR |
The destination folder where TA is installed |
FMON_PORT |
The Fault Monitor port, if installtype is FaultMonitor |
CLIENT_PORT |
The Client port, if installtype is FaultMonitor |
DB_TYPE (Mssql, Oracle, PostgreSQL) |
The database type used by the application |
IS_AWS_RDS (Yes) |
The flag to enable Amazon RDS-based database installation (IS_AWS_RDS=Yes) or on-premise database installation (IS_AWS_RDS=No) |
ENABLE_RAC |
To enable Oracle RAC |
IS_DBAAS (Yes) |
Whether to enable the Oracle database |
IS_AZURE (Yes) |
Provide the Microsoft Azure SQL if the database type is Mssql |
DB_SERVER_HOST |
The hostname of the database server |
DB_SERVER_PORT |
The port number of the database server |
DB_SERVER_INSTANCE |
The DB instance if the database type is Oracle |
DB_SERVER_USERNAME |
The DB login ID of the database server if the install type is Master. This property is not applicable for disaster recovery. |
DB_SERVER_PASSWORD |
The password of the database server if the install type is Master. This property is not applicable for disaster recovery. |
DB_SERVER_DBNAME |
The database name if the install type is Master |
DB_USERNAME |
The username to create a user |
DB_PASSWORD |
The password for the username |
DB_READ_ONLY_USERNAME |
The read-only username |
DB_READ_ONLY_PASSWORD |
The password of the read-only user |
IGNORE_READ_USER_CREATION(Yes) |
To ignore creating the read-only user in the Master database |
CUSTOM_JDBC_URL |
User-defined JDBC URL will be replaced in master.props |
NEW_DB |
Provide Yes if a new Admiral database is created. Provide No if the Admiral database already exists. |
DB_DATA_FOLDER |
The Admiral data folder if the database type is Mssql |
DB_DATA_FILE |
The Admiral data file if the database type is Mssql |
DB_DATA_SIZE |
Admiral database size if database type is Mssql |
DB_LOG_SIZE |
Admiral transaction log size if database type is Mssql |
DB_DATA_TABLESPACE |
Admiral data tablespace if the database type is Oracle |
DB_INDEX_TABLESPACE |
Admiral index tablespace if the database type is Oracle |
DB_TEMP_TABLESPACE |
Admiral temp tablespace if the database type is Oracle |
AD_LDAP_AUTH |
ActiveDirectory or LDAP |
AD_HOST |
ActiveDirectory Host if the authentication type is ActiveDiretory |
AD_USER_SEARCH_PREFIX |
ActiveDirectory User Search Prefix if the authentication type is ActiveDiretory |
LDAP_HOST |
LDAP Hostname if the authentication type is LDAP |
LDAP_PORT |
LDAP Port if the authentication type is LDAP |
LDAP_BIND_DN |
LDAP BindDN if the authentication type is LDAP |
LDAP_USER_OBJECT_CLASS |
LDAP User Object Class if the authentication type is LDAP |
LDAP_USER_BIND_DN |
LDAP User BindDN if the authentication type is LDAP |
LDAP_INDEX (Yes) |
Enable role-based if the authentication type is LDAP |
LDAP_GROUP_BIND_DN |
LDAP Group BindDN if the authentication type is LDAP |
Note: DB_SERVER_PASSWORD will be blank after the master installation. Re-enter the password while installing the master in silent mode.
Silent Installer Properties for Unix (Primary and Backup)
The table lists the silent installer properties for Unix:
Property |
What It Controls |
---|---|
USER_INSTALL_DIR |
The destination folder where TA is installed |
MASTERTYPE |
The Master type. If the master type is primary, then \"Primary\",\"\" If the master type is a backup, then \"\",\"Backup\" |
MASTERTYPE_1 (Primary) |
The primary master type |
MASTERTYPE_2 (Backup) |
The backup master type |
DATABASE_TYPE |
The database type used by the application. If the database type is Oracle, then \"ORACLE\",\"\". If the database type is MSSQL, then \"\",\"MSSQL\". If the database type is PostgreSQL, then \"\",\"\",\"PostgreSQL\" |
DATABASE_TYPE_1 (ORACLE) |
The Oracle database type used by the application |
DATABASE_TYPE_2 (MSSQL) |
The MSSQL database type used by the application |
DATABASE_TYPE_3 (PostgreSQL) |
The PostgreSQL database type is used by the application. |
ISDRMODE |
Enables Disaster Recovery. To enable Disaster Recovery \"Yes\",\"\", else \"\",\"No\" |
ISDRMODE_1 (Yes) |
To enable Disaster Recovery |
ISDRMODE_2 (No) |
To disable Disaster Recovery |
AUTO_MANUAL_RESULTS= |
Admiral Database creation option. To create Admiral database automatically, \"Automatic\",\"\" else \"\",\"Manual\" |
AUTO_MANUAL_RESULTS_1 (Automatic) |
To create an Admiral database automatically |
AUTO_MANUAL_RESULTS_2 (Manual) |
To create the Admiral database manually |
DBA_USERNAME |
The DB login ID of the database server if the install type is Master. This property is not applicable for disaster recovery. |
DBA_PASSWORD |
The password of the database server if the install type is Master. This property is not applicable for disaster recovery |
$DB_READ_ONLY_USER_CREATION$ (Create Read-Only User, Read-Only User already exists) |
To create or ignore the read-only user creation in the Master database |
$DB_READ_ONLY_USERNAME$ |
The read-only username. |
$DB_READ_ONLY_USER_PASSWORD$ |
The password of the read-only user |
USER_JDBC_URL_INPUT (\"Host\",\"Port\",\"Instance Name\") |
JDBC driver information |
USER_JDBC_URL_INPUT_1 |
The hostname of the database server |
USER_JDBC_URL_INPUT_2 |
The port name of the database server |
USER_JDBC_URL_INPUT_3 |
The instance name of the database server |
MSSQL_DATABASE_PATH (\"Admiral data path\",\"Admiral log path\") |
The Admiral database and Transaction Log File path if the database type is MSSQL |
MSSQL_DATABASE_PATH_1 |
The Admiral data path if the database type is MSSQL |
MSSQL_DATABASE_PATH_2 |
The Admiral log path if the database type is MSSQL |
MSSQL_DATABASE_SIZE (\"Database size\",\"Log file size\") |
The Admiral database size and transaction log file size in MB if the database type is MSSQL |
MSSQL_DATABASE_SIZE_1 |
The Admiral database size if the database type is MSSQL |
MSSQL_DATABASE_SIZE_2 |
The Admiral log file size if the database type is MSSQL |
RDSBASED |
The flag to enable Amazon RDS-based database installation (RDSBASED=Yes) or on-premise database installation (RDSBASED=No). To perform Amazon RDS-based database installation, set RDSBASED=\"Yes\",\"\”. To perform on-premise database installation, set RDSBASED=\"\",\"No\" |
RDSBASED_1 (Yes) |
To install with Amazon RDS if the database type is Oracle |
RDSBASED_2 (No) |
To install without Amazon RDS if the database type is Oracle |
ORACLE_RAC |
Enables Oracle RAC if the database type is Oracle. To install with Oracle RAC \"Yes\",\"\" else \"\",\"No\" |
ORACLE_RAC_1 (Yes) |
To install with Oracle RAC if the database type is Oracle |
ORACLE_RAC_2 (No) |
To install without Oracle RAC if the database type is Oracle |
ORACLE_DBaaS |
Enables Oracle DBaaS if the database type is Oracle. To install with Oracle DBaaS \"Yes\",\"\" else \"\",\"No\" |
ORACLE_DBaaS_1 (Yes) |
To install with Oracle DBaaS, if the database type is Oracle |
ORACLE_DBaaS_2 (No) |
To install without Oracle DBaaS if the database type is Oracle |
MANUAL_JDBC_URL_INPUT_RESULTS (\"Custom JDBC URL\") |
Custom JDBC URL |
MANUAL_JDBC_URL_INPUT_RESULTS_1 |
Custom JDBC URL |
DB_USERNAME |
Username to create a user |
USER_PASSWORD |
The password for the username |
CONFIRM_USER_PASSWORD |
Reconfirmation of the password entered to create the username |
USER_ADMIRALTABLESPACE_INPUT (\"ADMIRAL_DATA\",\"ADMIRAL_INDEX\", \"ADMIRAL_TEMP\") |
Oracle database tablespace details |
USER_ADMIRALTABLESPACE_INPUT _1 |
Admiral data tablespace if the database type is Oracle |
USER_ADMIRALTABLESPACE_INPUT _2 |
Admiral index tablespace if the database type is Oracle |
USER_ADMIRALTABLESPACE_INPUT _3 |
Admiral temp tablespace if the database type is Oracle |
USER_MASTERHOSTNAME_INPUT (\"Hostname\") |
The Hostname of the master |
USER_MASTERHOSTNAME_INPUT_1 |
The Hostname of the master |
SUPERUSER_INPUT_RESULTS(\"Domainname\",\"Superuser name\",\"Demo code\") |
TA Superuser details |
SUPERUSER_INPUT_RESULTS_1 |
The domain of the configuration user |
SUPERUSER_INPUT_RESULTS_2 |
The Superuser name |
SUPERUSER_INPUT_RESULTS_3 |
The Demo code |
AUTHENTICATION_INPUT_RESULTS |
Active Directory or LDAP. If active directory \"AD\",\"\" else \"\",\"\LDAP" |
AUTHENTICATION_INPUT_RESULTS_1 (AD) |
Authentication type is Active Directory |
AUTHENTICATION_INPUT_RESULTS_2 (LDAP) |
Authentication type is LDAP |
ADENTRY_INPUT_RESULTS_1 |
ActiveDirectory Host if the authentication type is ActiveDiretory |
ADENTRY_INPUT_RESULTS_2 |
ActiveDirectory Port if the authentication type is ActiveDiretory |
ADENTRY_INPUT_RESULTS_3 |
ActiveDirectory User Search Prefix if the authentication type is ActiveDiretory |
ADENTRY_INPUT_RESULTS_4 |
ActiveDirectory Group Search Prefix if the authentication type is ActiveDiretory |
LDAPENTRY_INPUT_RESULTS_1 |
LDAP Hostname if the authentication type is LDAP |
LDAPENTRY_INPUT_RESULTS_2 |
LDAP Port if the authentication type is LDAP |
LDAPENTRY_INPUT_RESULTS_3 |
LDAP BindDN if the authentication type is LDAP |
LDAPENTRY_INPUT_RESULTS_4 |
LDAP User Object Class if the authentication type is LDAP |
LDAPENTRY_INPUT_RESULTS_5 |
LDAP User BindDN if the authentication type is LDAP |
ROLESBASED_1 (1) |
Enable role-based if the authentication type is LDAP |
ROLESBASED_2 (0) |
Disable role-based if the authentication type is LDAP |
LDAPENTRY_GROUPBINDDN (\"GroupBindDN\") |
LDAP Group BindDN if the authentication type is LDAP |
LDAPENTRY_GROUPBINDDN_1 |
LDAP Group BindDN if authentication type is LDAP |
Note: DBA_PASSWORD will be blank after the master installation. Re-enter the password while installing the master in silent mode.
Silent Installer Properties for Unix (Fault Monitor)
The table lists the silent installer properties for Unix Fault Monitor:
Property |
What It Controls |
---|---|
USER_INSTALL_DIR |
The destination folder where Fault Monitor is installed |
USER_INPUT_RESULTS (\"Master port\",\"Client port\") |
The Fault Monitor Master port and Client port |
USER_INPUT_RESULTS_1 |
The Fault Monitor Master port |
USER_INPUT_RESULTS_2 |
The Fault Monitor Client port |
Silent Installer Properties for Windows Client Manager
The table lists the silent installer properties for Windows Client Manager:
Property |
What It Controls |
---|---|
INSTALL_DIR |
The Destination Folder |
TA_DSP_NAME |
The name of the Data Source Plug-in. The default is tes-6.5 |
PRIMARY_MASTER_IP |
The hostname or IP address for your Primary Master |
PRIMARY_MASTER_PORT |
The port number of the hostname or IP address for your Primary Master. The default port is 6215 |
BACKUP_MASTER_IP |
If using Fault Tolerance, enter the IP address for your Backup Master |
BACKUP_MASTER_PORT |
If using Fault Tolerance, enter the port number of the IP address for your Backup Master. |
ENABLE_WEB_SERVER_SSL(Yes) |
To enable the Web Client SLL Connection |
WEB_SERVER_SSL_KEYSTORE_PATH |
The keystore path |
WEB_SERVER_SSL_KEYSTORE_PASSWORD |
The Keystore password |
WEB_SERVER_SSL_TRUSTSTORE_PATH |
The Truststore Path |
WEB_SERVER_SSL_TRUSTSTORE_PASSWORD |
The Truststore password |
WEB_SERVER_SSL_PORT |
The SSL Connecting port. The default port is 8443 |
DATABASE_TYPE (Mssql, Oracle, PostgreSQL) |
The database type used by the application |
IS_AWS_RDS (Yes) |
The flag to enable Amazon RDS-based database installation (IS_AWS_RDS=Yes) or on-premise database installation (IS_AWS_RDS=No) |
IS_AZURE (Yes) |
Provide the Microsoft Azure SQL if the database type is Mssql |
DB_SERVER_HOST |
The hostname of the database server |
DB_SERVER_PORT |
The port number of the database server |
DB_SERVER_INSTANCE |
The DB instance if the database type is Oracle |
DB_SERVER_USERNAME |
The DB login ID of the database server |
DB_SERVER_PASSWORD |
The password of the database server |
DB_SERVER_DB_NAME |
The database name |
DB_SERVER_SCHEMA |
The database schema name. The default is tidal |
CUSTOM_JDBC_URL |
User-defined JDBC URL will be replaced in the .dsp file |
AD_LDAP_AUTH |
ActiveDirectory or LDAP |
AD_HOST |
ActiveDirectory Host if the authentication type is ActiveDiretory |
AD_PORT |
ActiveDirectory Port if the authentication type is ActiveDiretory |
AD_USER_SEARCH_PREFIX |
ActiveDirectory User Search Prefix if the authentication type is ActiveDiretory |
AD_GROUP_SEARCH_PREFIX |
ActiveDirectory Group Search Prefix if the authentication type is ActiveDiretory |
LDAP_HOST |
LDAP Hostname if authentication type is LDAP |
LDAP_PORT |
LDAP Port if authentication type is LDAP |
LDAP_BIND_DN |
LDAP BindDN if authentication type is LDAP |
LDAP_USER_OBJECT_CLASS |
LDAP User Object Class if authentication type is LDAP |
LDAP_USER_BIND_DN |
LDAP User BindDN if authentication type is LDAP |
LDAP_INDEX (Yes) |
Enable role-based if the authentication type is LDAP |
LDAP_GROUP_BIND_DN |
LDAP Group BindDN if authentication type is LDAP |
AD_LDAP_TRUSTSTORE_PASSWORD |
The truststore password |
ENABLE_AD_LDAP_SSL |
To connect with SSL Enabled Active Directory or LDAP |
AD_LDAP_TRUSTSTORE_PATH |
The truststore path |
Silent Installer Properties for Unix Client Manager
The table lists the silent installer properties for Unix Client Manager:
Property |
What It Controls |
---|---|
USER_INSTALL_DIR |
The Install Folder |
TES_DSP_IP_INPUT_RESULTS |
\"DSP Name\",\"Primary Host\",\"Primary Port\",\"Backup Host\",\"Backup Port\" |
TES_DSP_IP_INPUT_RESULTS_1 |
The name of your Data Source Plug-in. This value can be anything you want it to be. The default is tes-6.5 |
TES_DSP_IP_INPUT_RESULTS_2 |
The hostname or IP address for your Primary Master |
TES_DSP_IP_INPUT_RESULTS_3 |
The port number of the hostname or IP address for your Primary Master. The default port is 6215 |
TES_DSP_IP_INPUT_RESULTS_4 |
If using Fault Tolerance, enter the IP address for your Backup Master |
TES_DSP_IP_INPUT_RESULTS_5 |
If using Fault Tolerance, enter the port number of the IP address for your Backup Master. |
ENABLE_WEB_SERVER_SSL |
To enable the Web Client SLL Connection. To enable \"Yes\",\"\" otherwise \"\",\"No\" |
ENABLE_WEB_SERVER_SSL_1 (Yes) |
To enable the Web Client SLL Connection |
ENABLE_WEB_SERVER_SSL_2 (No) |
To ignore the Web Client SLL Connection |
WEB_SERVER_KEYSTORE_PATH |
The web server keystore path |
WEB_SERVER_KEYSTORE_PASSWORD |
The web server keystore password |
WEB_SERVER_TRUSTSTORE_PATH |
The web server truststore path |
WEB_SERVER_TRUSTSTORE_PASSWORD |
The web server truststore password |
WEB_SERVER_HTTPS_PORT |
The SSL Connecting port. The default port is 8443 |
CACHE_DB_LOCATION_INPUT_RESULTS |
The database type used by the application. If the database type is Oracle, then \"ORACLE Server\",\"\". If the database type is MSSQL, then \"\",\"MSSQL Server\" If the database type is PostgreSQL, then \"\",\"\",\"PostgreSQL\" |
CACHE_DB_LOCATION_INPUT_RESULTS_1 (ORACLE Server) |
The Oracle database type used by the application |
CACHE_DB_LOCATION_INPUT_RESULTS_2 (MSSQL Server) |
The MSSQL database type used by the application |
CACHE_DB_LOCATION_INPUT_RESULTS_3 (PostgreSQL) |
The PostgreSQL database type used by the application |
DATABASE_SERVER_INPUT_RESULTS_2 |
The port name of the database server |
DATABASE_SERVER_INPUT_RESULTS_3 |
The instance name of the database server |
DATABASE_SERVER_INPUT_RESULTS_4 |
Custom JDBC URL |
DATABASE_SERVER_INPUT_RESULTS_5 |
The DB login ID of the database server |
DATABASE_SERVER_INPUT_RESULTS_6 |
The DB login Password of the database server |
AUTHENTICATION_INPUT_RESULTS |
Active Directory or LDAP. If active directory \"AD\",\"\" else \"\",\"\LDAP" |
AUTHENTICATION_INPUT_RESULTS_1 |
(AD) Authentication type is Active Directory |
AUTHENTICATION_INPUT_RESULTS_2 (LDAP) |
Authentication type is LDAP |
ADENTRY_INPUT_RESULTS_1 |
ActiveDirectory Host if the authentication type is ActiveDiretory |
ADENTRY_INPUT_RESULTS_2 |
ActiveDirectory Port if the authentication type is ActiveDiretory |
ADENTRY_INPUT_RESULTS_3 |
ActiveDirectory User Search Prefix if the authentication type is ActiveDiretory |
ADENTRY_INPUT_RESULTS_4 |
ActiveDirectory Group Search Prefix if the authentication type is ActiveDiretory |
LDAPENTRY_INPUT_RESULTS_1 |
LDAP Hostname if authentication type is LDAP |
LDAPENTRY_INPUT_RESULTS_2 |
LDAP Port if authentication type is LDAP |
LDAPENTRY_INPUT_RESULTS_3 |
LDAP BindDN if authentication type is LDAP |
LDAPENTRY_INPUT_RESULTS_4 |
LDAP User Object Class if authentication type is LDAP |
LDAPENTRY_INPUT_RESULTS_5 |
LDAP User BindDN if authentication type is LDAP |
ROLESBASED_1 (Yes) |
Enable role-based if the authentication type is LDAP |
ROLESBASED_2 (No) |
Disable role-based if the authentication type is LDAP |
RDSBASED |
The flag to enable Amazon RDS-based database installation (RDSBASED=Yes) or on-premise database installation (RDSBASED=No). To perform Amazon RDS-based database installation, set RDSBASED=\"Yes\",\"\”. To perform on-premise database installation, set RDSBASED=\"\",\"No\" |
LDAPENTRY_GROUPBINDDN(\"GroupBindDN\") |
LDAP Group BindDN if authentication type is LDAP |
LDAPENTRY_GROUPBINDDN_1 |
LDAP Group BindDN if authentication type is LDAP |
ENABLE_AD_LDAP_SSL |
To connect with SLL-enabled AD/LDAP. To enable \"Yes\",\"\" otherwise \"\",\"No\" |
ENABLE_AD_LDAP_SSL_1(Yes) |
To enable the Web Client SLL Connection |
ENABLE_AD_LDAP_SSL_2(No) |
To ignore the Web Client SLL Connection |
AD_LDAP_TRUSTSTORE_PATH |
The Truststore path to connect SSL-enabled AD/LDAP |
AD_LDAP_TRUSTSTORE_PASSWORD= |
The Truststore password to connect SSL-enabled AD/LDAP |