The common parameters used in BusinessObjects Enterprise installation scripts are listed as follows. These parameters are saved in a file which is used to run scripted installations of BusinessObjects Enterprise on UNIX. To change the listed parameters, it is recommended that you create a new response file using ./cabiinstall.sh.
Name of the computer on which to run the scripted installation. The setting overrides the local server name. If not specified, the local computer name is used.
MACHINENAME="mymachine"
Path of the bobje directory automatically set up in the installation directory.
BOBJEDIR="<INSTALLDIR>/bobje/"
Path to the Disk1 directory on the distribution DVD. This path defaults to the DVD directory.
CDDIR="<CD>/Disk1"
Path to the directory containing the product license.
LICENSEDIR="<INSTALLDIR>/<LICENSEDIR>/"
The language setting used for the installation setup.
BOBJELANG="en"
Specifies the product activation keycode for the product to be installed.
BOBJELICENSEKEY=XXXXX-XXXXXXXXXXXXXX
The product id key - same as the BOBJELICENSEKEY
PIDKEY=XXXXX-XXXXXXX-XXXXXXX
Specifies the type of installation to perform.
This parameter supports the following options:
INSTALLTYPE="new"
Specifies a comma-delimited list for the BusinessObjects Enterprise installation program operating modes. This parameter supports the following options:
INSTALLMODE=interactive,install
Specifies the name of the local server.
LOCALNAMESERVER LOCALNAMESERVER=“myservername”
Specifies to perform either a user or system installation.
BOBJEINSTALLLOCAL=“user”
Specifies the language packs to install.
Each language pack is specified in the short format and is separated by a space.
LANGPACKS_TO_INSTALL=“en fr”
Specifies the BusinessObjects Enterprise username.
BOBJEUSERNAME=“username”
Specifies to either install or not to install Tomcat.
INSTALLTOMCAT=“yes”
Specifies the connection port for the Tomcat server.
CONNECTORPORT=“15037”
Specifies the redirection port for the Tomcat server.
REDIRECTPORT=“15034”
Specifies the shutdown port for the Tomcat server.
SHUTDOWNPORT=“15024”
Specifies the path of the application server directory if the server is being installed. The path is automatically set using the installation directory.
AS_DIR=“<INSTALLDIR>/bobje/tomcat/”
Specifies the name of the application server being installed.
AS_SERVER=“tomcat55”
Specifies the name of the current web application server instance.
AS_INSTANCE="localhost"
Specifies virtual host to which the application must be bound.
AS_VIRTUAL_HOST="hostname"
Specifies the port used by the web application server.
AS_ADMIN_PORT="8080"
Specifies the account name used by the administrator to access the web application server.
AS_ADMIN_USERNAME="admin"
Password used by the administrator account to access the web application server.
AS_ADMIN_PASSWORD="pass"
Specifies that an administrator credential must be passed to access the web application server. This setting only valid for WebSphere 6 and Oracle.
AS_ADMIN_IS_SECURE="true"
Specifies the action to perform on the application server. The available options are:
WDEPLOYACTION=“deploy”
Specifies whether or not to cluster to an existing CMS.
CMSCLUSTER=“no”
If clustering to a CMS, specifies the name of the CMS.
CLUSTER_NAMESERVER=“name”
If clustering to a CMS, specifies the port number used by the CMS.
CLUSTERPORTNUMBER=“6400”
Specifies the type of database used by the CMS. The available options are:
DBTYPE=“MySQL”
Specifies the service name for the CMS.
SERVICENAME=“BOE953”
Specifies the username used to connect to the database.
DATABASEUID=“username”
Specifies the password used to connect to the database.
DATABASEPWD=“password”
Specifies the name of the CMS server.
CMSNAMESERVER=“servername”
Specifies the port number used to communicate with the CMS.
CMSPORTNUMBER=“14000”
Specifies the password used to connect to the CMS.
CMSPASSWORD=“password”
Specifies the node name for the SIA.
SIANODENAME=“name”
Note: Do not use spaces or non-alphanumeric characters in a SIA node name.
Specifies the port used by the SIA.
SIAPORTNUMBER=“14090”
Specifies to or not to reinitialize the database.
REINIT=“yes”
Specifies to or not to install MySQL as the system database.
INSTALLMYSQL=“yes”
Specifies the port number used to communicate with the MySQL database.
SERVICEPORT=“15036”
Specifies the name of the server hosting the MySQL database.
MYSQLYHOSTNAME=“servername”
Specifies the root password for the MySQL database.
MYSQLROOTPWD=“password”
Specifies if auditing is or is not enabled for the CMS.
AUDITINGENABLED=“yes”
Specifies the service audit name used by the CMS.
SERVICENAME_AUDIT=“servicename”
Specifies the port number used to communicate with the auditing database.
SERVICEPORT_AUDIT=“12133”
Specifies the name of the server hosting the MySQL auditing database.
MYSQLHOSTNAME_AUDIT=“servername”
Specifies the user name used to connect to the auditing database.
DATABASEUID_AUDIT=“username”
Specifies the password used to connect to the auditing database.
DATABASEPWD_AUDIT=“password”
Specifies which specific products to manually enable. Each product must be separated by a comma. For a custom installation this setting is used to enable those products typically not installed in a new installation.
ENABLEMP=BusinessObjects.WebTierComponents
Specifies which specific products to manually disable. Each product must be separated by a comma. For a custom installation this setting is used to disable those products typically not installed in a new installation.
DISABLEMP=ENABLEMP=BusinessObjects.WebTierComponents
|
Copyright © 2010 CA.
All rights reserved.
|
|