Previous Topic: Create a Response FileNext Topic: Sample Response File: UNIX Custom Installation


Sample Response File: UNIX Typical Installation

The following example installation response file was generated for a new BusinessObjects Enterprise installation in which MySQL and Tomcat were selected. The French language pack was added to the English default.

# Installation Response File
# ---------------------------------------------------- #
[Manual Settings]
# The name of the local server. This feature overrides the local
server name
# to the machine name specified. It must be manually set within
the response file
# or it will be defaulted to the local machine name.
MACHINENAME= <mymachine>
[Paths]
# The path of the bobje directory. This feature is automatically
set by
# the installation directory specified as a command line argu
ment followed
# by /bobje/.
BOBJEDIR="/net/home/businessobjectsenterprise/bobje/"
# The path of the DISK_1 directory on the CD. This path defaults
to the cd directory
# pertaining to the install which has created the response
file. It may be overwritten
# by specifying the cd directory as an argument on the command
line.
CDDIR=/net/home/temp
# The path of the license directory.
LICENSEDIR=
[Product Information]
# The current language with the following exceptions:
# 1) "jp" if the current language is "ja"
(Japanese)
# 2) "chs" if the current language is "zh_CN"
(Chinese - China)
# 3) "cht" if the current language is "zh_TW"
(Chinese - Taiwan)
BOBJELANG="en"
# The name of the product being installed.
PRODUCTID_NAME="BusinessObjects"
# The version of Business Objects Enterprise.
BOBJEVERSION="12.0"
# The version of the product being installed.
PRODUCTID_VER="12.0"
# The license key to install Business Objects Enterprise.
BOBJELICENSEKEY=XXXXX-XXXXXXX-XXXXXXX-XXXX
# The product id key. ( The product id is usually the same as
the BOBJELICENSEKEY )
PIDKEY=XXXXX-XXXXXXX-XXXXXXX-XXXX
[Installation Information]
# The installation function to perform. (i.e. install)
FUNCTION=install
# The type of installation. (i.e. new / custom / webtier )
INSTALLTYPE="new"
# A comma-delimited list of flags that describe the operating
mode of the Installer
# The following flags are supported:
# install - running a new install of the product
# modify - running a modify install on a previously in
stalled product
# remove - running an uninstall on a previously installed
product
# integrated - the current install is running from within an
other installed (ie. integrated langpacks)
# interactive - UI is enabled and can prompt for user response
INSTALLMODE=interactive,install
# The name of the local server.
LOCALNAMESERVER="<servername>"
# Whether to perform a user or system install.
BOBJEINSTALLLOCAL="user"
# The language packs to install.
# Each language is specified using the short format and is
separated by a space.
# Example: LANGPACKS_TO_INSTALL=en fr
LANGPACKS_TO_INSTALL=fr
# List of all languages included in the product.
# Each language is specified using the short format and is
separate by a comma.
# Example: LANGUAGES_TO_INSTALL=en,fr
LANGUAGES_TO_INSTALL=en,fr,is,ja
# The Business Objects Enterprise username.
BOBJEUSERNAME="Administrator"
# Specified servers to add.
EXPANDSERVERS=
[Tomcat]
# Whether or not to install Tomcat.
INSTALLTOMCAT=yes
# The connection port.
CONNECTORPORT="8080"
# The redirection port.
REDIRECTPORT="8443"
# The shutdown port.
SHUTDOWNPORT="8005"
[Application Server]
# The path of the Application Server directory (If an Applica
tion Server
# is being installed). This path is automatically set using
the installation
# directory.
AS_DIR=/net/home/businessobjectsenterprise/bobje/tomcat/
# The Application Server name.
# Defaults to tomcat55 if Tomcat is to be installed.
AS_SERVER=tomcat55
# The instance of the Application Server. (e.g. localhost)
# Defaults to localhost if Tomcat is to be installed.
AS_INSTANCE=localhost
# The Application Server virtual host.
AS_VIRTUAL_HOST=
# The Application Server port.
AS_ADMIN_PORT=
# The Application Server's Administrator Username.
AS_ADMIN_USERNAME=
# The Application Server's Administrator Password.
AS_ADMIN_PASSWORD=
# Whether or not the Application Server's Administrator is se
cure.
AS_ADMIN_IS_SECURE=
# The Application Server's Name (Oracle AS only).
AS_APPSERVER_ID=
# The Application Server's Group Id (Oracle AS only).
AS_GROUP_ID=
# The Application Server deployment action. (i.e. deploy or
predeploy)
WDEPLOYACTION=deploy
[CMS Cluster]
# Whether or not to cluster the CMS.
CMSCLUSTER="no"
# The CMS name to cluster to.
CLUSTER_NAMESERVER=""
# The CMS port number to cluster to.
CLUSTERPORTNUMBER="6400"
[CMS]
# The type of database. (e.g. MySQL, DB2, Oracle)
DBTYPE="MySQL"
# The service name of the CMS.
SERVICENAME="BOE120"
# The username to connect to the database.
DATABASEUID="Administrator"
# The password to connect to the database.
DATABASEPWD=<password>
# The name of the CMS server.
CMSNAMESERVER="<servername>"
# The port number used to communicate with the CMS.
CMSPORTNUMBER="6400"
# The password used to connect to the CMS.
CMSPASSWORD=<password>

Important! It is not recommended to use a blank password for this CMSPASSWORD. This applies to all platforms.

# The server intelligence agent node name.
SIANODENAME="MyNode"
# The port used to communicate with the server intelligence
agent.
SIAPORTNUMBER="6410"
# Whether or not to reinitialize the database.
REINIT="yes"
[MySQL]
# Whether or not to install MySQL
INSTALLMYSQL="yes"
# The port number used to communicate with the MySQL database.
SERVICEPORT="3306"
# The name of the server hosting the MySQL database.
MYSQLHOSTNAME="<servername>"
# The root password for the MySQL database.
MYSQLROOTPWD=<password>
[Audit]
# Whether or not auditing is enabled.
AUDITINGENABLED=yes
# The service audit name of the CMS.
SERVICENAME_AUDIT="BOE120_AUDIT"
# The port number used to communicate with the MySQL database.
SERVICEPORT_AUDIT="3306"
# The name of the server hosting the MySQL database.
MYSQLHOSTNAME_AUDIT="<servername>"
# The audit username to connect to the database.
DATABASEUID_AUDIT=Administrator
# The audit password to connect to the database.
DATABASEPWD_AUDIT=<password>
[Marketing Products]
# This feature manually enables specified marketing products.
Each marketing product
# specified must be seperated by a comma.
# For a custom install this field is used to enable those
products which are different from a default new installation.
# Example: ENABLEMP=BusinessObjects.MySQL,BusinessOb
jects.WebTierComponents
ENABLEMP=
# This feature manually disables specified marketing products.
Each marketing product
# specified must be seperated by a comma.
# For a custom install this field is used to disable those
products which are different from a default new installation.
# Example: DISABLEMP=BusinessObjects.MySQL,BusinessOb
jects.WebTierComponents
DISABLEMP=
[New Settings]
# All uncommented settings are added here.
DBTYPE_AUDIT="MySQL"
[BIEK]
BIEK_INSTALL_USER=bobje
BIEK_INSTALL_GROUP=bobje
BIEK_CASHCOMP=/opt/CA/SharedComponents
BIEK_INSTALL_SAMPLES=1
BIEK_MIGRATE_CMS_DATA=0
BIEK_SOURCE_CMS_PASSWORD=

[DataConnection1]
Description=This is the data connection for Access Control
NetworkLayer=Oracle OCI
Rdms=Oracle 9
UserName=user
Password=password
DataSource=acr125
Server=

[DataConnection2]
Description=This is a data connection of eHealth universe
NetworkLayer=Oracle OCI
Rdms=Oracle 10
UserName=user
Password=userPassword
DataSource=EHEALTH
Server=

Note: Do not use spaces or non-alphanumeric characters in a SIA node name.