Skip to content

Instantly share code, notes, and snippets.

@rmoff
Last active February 19, 2018 21:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save rmoff/85b90eb08c46be501b4e to your computer and use it in GitHub Desktop.
Save rmoff/85b90eb08c46be501b4e to your computer and use it in GitHub Desktop.
OBIEE 12c Silent Install Response Files

Use these files to run a cli/silent install of OBIEE 12c

[ENGINE]
#DO NOT CHANGE THIS.
Response File Version=1.0.0.0.0
[GENERIC]
#Set this to true if you wish to skip software updates
DECLINE_AUTO_UPDATES=true
#
MOS_USERNAME=
#
MOS_PASSWORD=<SECURE VALUE>
#If the Software updates are already downloaded and available on your local system, then specify the path to the directory where these patches are available and set SPECIFY_DOWNLOAD_LOCATION to true
AUTO_UPDATES_LOCATION=
#
SOFTWARE_UPDATES_PROXY_SERVER=
#
SOFTWARE_UPDATES_PROXY_PORT=
#
SOFTWARE_UPDATES_PROXY_USER=
#
SOFTWARE_UPDATES_PROXY_PASSWORD=<SECURE VALUE>
#The oracle home location. This can be an existing Oracle Home or a new Oracle Home
ORACLE_HOME=/u01/Oracle/Middleware/Oracle_Home
#Set this variable value to the Installation Type selected. e.g. Fusion Middleware Infrastructure, Fusion Middleware Infrastructure With Examples.
INSTALL_TYPE=Fusion Middleware Infrastructure
#Provide the My Oracle Support Username. If you wish to ignore Oracle Configuration Manager configuration provide empty string for user name.
MYORACLESUPPORT_USERNAME=
#Provide the My Oracle Support Password
MYORACLESUPPORT_PASSWORD=<SECURE VALUE>
#Set this to true if you wish to decline the security updates. Setting this to true and providing empty string for My Oracle Support username will ignore the Oracle Configuration Manager configuration
DECLINE_SECURITY_UPDATES=true
#Set this to true if My Oracle Support Password is specified
SECURITY_UPDATES_VIA_MYORACLESUPPORT=false
#Provide the Proxy Host
PROXY_HOST=
#Provide the Proxy Port
PROXY_PORT=
#Provide the Proxy Username
PROXY_USER=
#Provide the Proxy Password
PROXY_PWD=<SECURE VALUE>
#Type String (URL format) Indicates the OCM Repeater URL which should be of the format [scheme[Http/Https]]://[repeater host]:[repeater port]
COLLECTOR_SUPPORTHUB_URL=
[ENGINE]
#DO NOT CHANGE THIS.
Response File Version=1.0.0.0.0
[GENERIC]
#Set this to true if you wish to skip software updates
DECLINE_AUTO_UPDATES=true
#
MOS_USERNAME=
#
MOS_PASSWORD=<SECURE VALUE>
#If the Software updates are already downloaded and available on your local system, then specify the path to the directory where these patches are available and set SPECIFY_DOWNLOAD_LOCATION to true
AUTO_UPDATES_LOCATION=
#
SOFTWARE_UPDATES_PROXY_SERVER=
#
SOFTWARE_UPDATES_PROXY_PORT=
#
SOFTWARE_UPDATES_PROXY_USER=
#
SOFTWARE_UPDATES_PROXY_PASSWORD=<SECURE VALUE>
#The oracle home location. This can be an existing Oracle Home or a new Oracle Home
ORACLE_HOME=/u01/Oracle/Middleware/Oracle_Home
#Set this variable value to the Installation Type selected. e.g. BI Platform Distribution, BI Platform Distribution with Samples.
INSTALL_TYPE=BI Platform Distribution with Samples
[ENGINE]
#DO NOT CHANGE THIS.
Response File Version=1.0.0.0.0
[GENERIC]
#If false, omit the startup action at the end of the config assistant.
PERFORM_BI_STARTUP=true
#Set limit on number of BI Service Instances. Only used if SERVICE_INSTANCE_MODE = MULTI
SERVICE_INSTANCE_LIMIT=2
#Select to include Essbase. Values are true or false.
CONFIGURE_ESSBASE=true
#Select to include BIEE. Values are true or false.
CONFIGURE_BIEE=true
#Select to include BIP (BI Publisher). Values are true or false.
CONFIGURE_BIP=true
#Install Exalytics In-Memory Software. If this is set to true and Exalytics hardware is NOT present an error will occur.
INSTALL_EXALYTICS_IN_MEMORY_SOFTWARE=false
#Set Single Service Instance vs Multi Service Instance Mode.
SERVICE_INSTANCE_MODE=SINGLE
#The domain to be created
DOMAIN_NAME=bi
#The directory in which the domain home directory will be created
DOMAINS_DIR=/u01/Oracle/Middleware/Oracle_Home/user_projects/domains
#Specify the administrator username.
ADMIN_USER_NAME=weblogic
#Specify the administrator password.
ADMIN_PASSWORD=<SECURE VALUE>
#Specify the administrator confirmation password
ADMIN_CONFIRM_PASSWORD=<SECURE VALUE>
#Select the schema type. Supported types are SCHEMA_TYPE_NEW, SCHEMA_TYPE_EXISTING.
SCHEMA_TYPE=SCHEMA_TYPE_NEW
#Select the new database type to connect to. Supported database types are ORACLE, SQLSERVER and IBMDB2.
DATABASE_TYPE=ORACLE
#Select the existing database type to connect to. Supported database types are ORACLE and SQLSERVER.
EXISTING_DATABASE_TYPE=ORACLE
#Format: hostname:port:servicename. For Application Cluster Database: host1:port1^host2:port2@servicename
CONNECT_STRING=db-rcu-host:1521:orcl
#Format: host1:port1^host2:port2
FAN_CONNECT_STRING=
#Username for account with privileges to create new schemas
NEW_DB_ADMIN_USERNAME=SYS
#Password for account with privileges to create new schemas.
NEW_DB_PASSWORD=<SECURE VALUE>
#Prefix for newly created schemas
NEW_DB_SCHEMA_PREFIX=DEV
#Password to be used for all new schemas.
NEW_DB_SCHEMA_PASSWORD=<SECURE VALUE>
#Password to be used for all new schemas.
NEW_DB_CONFIRM_SCHEMA_PASSWORD=<SECURE VALUE>
#Enter the prefix used in RCU when the schemas were created.
EXISTING_DB_PREFIX=
#Enter the password for the STB schema.
EXISTING_DB_PASSWORD=<SECURE VALUE>
#The start port for the port range
PORT_RANGE_START=9500
#The end port for the port range
PORT_RANGE_END=9999
#Select type of initial application. Supported types are APPLICATION_TYPE_SAMPLE_APP_LITE and APPLICATION_TYPE_BI_BUNDLE.
APPLICATION_TYPE=APPLICATION_TYPE_SAMPLE_APP_LITE
#Location of BI Bundle file to use as the initial application. Only used if APPLICATION_TYPE is BI_BUNDLE.
BI_BUNDLE_FILE=
#Password which secures existing BI archive file
BI_BUNDLE_PASSWORD=<SECURE VALUE>
#New password which will secure AppLite as it is modified with customer data
BI_APP_LITE_PASSWORD=<SECURE VALUE>
#Identifier of initial default service instance if pluggable modules is enabled
BI_DEFAULT_SERVICE_INSTANCE_KEY=ssi
@pgowda259
Copy link

Hi,

Please let me know what will the sample config.rsp for extending the existing weblogic domain to config BIP.

The above sample would create the new weblogic domain.

Thanks,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment