Orchestration script configuration properties

The Oracle Endeca Information Discovery orchestration script includes the following configuration parameters.

Configuration property Description Default value
START_MODE Configures the start mode (DEV or PROD) of the WebLogic Server. DEV
USE_SSL Specifies whether the components of the Oracle Endeca Information Discovery installation will use SSL for secure communication.

All components use the same SSL configuration: either all components use SSL or none of them use SSL.

TRUE

For this basic Getting Started implementation, change this setting to FALSE.

JAVA_HOME The absolute path to the installed JDK.

Default locations are specified, but you should configure this property to specify the location of your JDK installation.

Note: The path to the JDK should not include space characters. If this path includes space characters, installation of ADF fails.
Windows: C:\jdk1.6.0_45

Linux: /etc/jdk1.6.0_45

ORACLE_HOME The absolute path to the Oracle Middleware directory in which to install WebLogic Server and Oracle Endeca Information Discovery.

The specified directory must not exist. It is created during the installation processing. If the specified directory exists, the installation will fail.

Windows: C:\Oracle\Middleware_Orch

Linux: /home/<username>Oracle/Middleware_orch

ORACLE_INV_PTR Linux only.

The location of the Oracle Installer Pointer file.

/etc/oraInst.loc
INSTALLER_LOCATION Absolute path to the directory that contains the installation files.

Default locations are specified, but you should configure this property to specify the location where you extracted the installer files.

Windows: C:\Oracle\eidOrch\Installers

Linux: /home/<username>/eidOrch/installer

STOP_EID_PROCESSES Linux only.
Whether all Oracle Endeca Information Discovery processes started from the location specified in the ORACLE_HOME directory should be stopped if:
  • The installation fails
  • The orchestration script is run again after a successful installation.
TRUE
ENDECA_SERVER_DOMAIN_NAME The name of the WebLogic Server domain for Endeca Server. endeca_server
ENDECA_SERVER_PORT The HTTP port on which Endeca Server listens for requests when using non-secure communication (not using SSL). 7001
ENDECA_SERVER_SECURE_PORT The HTTP port on which Endeca Server lists for requests when using secure communication (using SSL). 7002
ENDECA_STUDIO_DOMAIN_NAME The name of the WebLogic Server domain for Studio. endeca_studio
ENDECA_STUDIO_PORT The HTTP port on which Endeca Studio listens for requests when using non-secure communication (not using SSL). 8101
ENDECA_STUDIO_SECURE_PORT The HTTP port on which Endeca Studio lists for requests when using secure communication (using SSL). 8102
ENDECA_PS_DOMAIN_NAME The name of the WebLogic Server domain for the Provisioning Service. endeca_provisioning
ENDECA_PS_PORT The HTTP port on which the Provisioning Service listens for requests when using non-secure communication (not using SSL). 8201
ENDECA_PS_SECURE_PORT The HTTP port on which the Provisioning Service lists for requests when using secure communication (using SSL). 8202