4.3.1.2 Required Variables in Tuxedo Response File

The variables defined in this section are specific for Tuxedo installer.

Note:

For String type variables, you must surround the value using the double quote.
ORACLE_HOME
The location where products are to be installed. You must enter a value for ORACLE_HOME for a complete silent installation.
ORACLE_HOME_NAME
The name of the current Oracle home. You must enter a value for ORACLE_HOME_NAME for a complete silent installation.
INSTALL_TYPE
You can set the installation type variable to determine the installation type of the currently selected top level component. Install_type is selected from the following table:
Install Type Description
Full Install Installs all of the Tuxedo Server and Client files
Server Install Installs the Tuxedo server files only.
Client Install Installs the Tuxedo Client files only
Custom Install Installs the components selected by customer
CONFIG_TLISTEN
Configures the tlisten parameters during installation.
Configures encryption method, 0 is LLE, 1 is SSL.
If CONFIG_TLISTEN=true, ENCRYPT_CHOICE must be set.
TLISTEN_PASSWORD
Configures tlisten password.
Configures tlisten port.
If CONFIG_TLISTEN=true, TLISTEN_PORT must be set.

Note:

When using record mode (setup.bat -record or runInstaller.sh -record command), you must set password (with double quotation marks) in the generated response file. For example, TLISTEN_PASSWORD="password".
LDAP_SUPPORT_SSL
Configures LDAP support for SSL.
LDAP_CONFIG
Configures LDAP parameters (Service Name, PortID, BaseObject).
If LDAP_SUPPORT_SSL= true, LDAP_CONFIG must be set.
LDAP_FILTER_FILE
Configures LDAP filter file.
If LDAP_SUPPORT_SSL= true, LDAP_CONFIG must be set.