A silent installation uses a response file to inform the installer which actions to perform. This file must be customized before attempting a silent installation
Customizing the response file, presenceServer_install.rsp, involves setting the values of variables. The installer uses these variables during the silent installation process to determine what actions are required for the installation process.
Customize the response file precisely so that the installation program can read the option values accurately. For example, always enclose values in double quotation marks. When the installer encounters an incorrect parameter, it stops and writes an explanation of the problem to the installer log file: presenceServerInstall.log.
Property | Valid values | Example value |
---|---|---|
LICENSE_ACCEPTED= | Must equal true to use installer | true |
MODE= | Install for an initial installation; Modify for an update. | Install |
Property | Valid values | Example value |
---|---|---|
CONFIGURE_CSCF | If true, the CSCF address is set in the WebSphere proxy configuration. If false, the CSCF address configuration is not set. Required when installing or modifying a deployment manager on a cluster scope. | true or false |
CSCF_ADDRESS | Any valid CSCF address string. In a clustered configuration with CONFIGURE_CSCF=true, this is a semicolon-delimited list of hosts (IP addresses or host names) for which the proxy server will not remove the P-asserted identity headers that are added by the CSCF. Required when installing or modifying a deployment manager on a cluster scope. The use of a mask (*) is permitted. Do not include spaces in the input string. | 192.0.2.21;*.*.*.* |
Property | Valid values | Example value |
---|---|---|
CONFIGURE_TAI | 1 to set the IMS Trust Association Interceptor (TAI) configuration in WebSphere Application Server. 0 to not set the configuration. Required only for deployment manager installations. | 0 or 1 |
TAI_ALLOWED_SENDERS | Required when installing or modifying a deployment manager with the IMS TAI configured (CONFIGURE_TAI=1), this field assigns the value for the allowed senders configuration parameter. It is a comma-delimited list of hosts (IP addresses or host names) that the interceptor considers to be trusted. The use of a mask (x for the TAI) is permitted. Do not include spaces in the input string. | x.example.com,x.x.x.x,2002:92A:8F7A:0:0:20:0:1 |
Property | Valid values | Example value |
---|---|---|
DATABASE_VENDOR | Database type for the Presence Server database–either DB2 or Oracle | db2 |
DB_JDBC_DIR | Path to the database client driver jars on the WebSphere Application Server host | /opt/ibm/db2/V9.5/java |
Property | Valid values | Example value |
---|---|---|
DB_HOST_NAME | Host name of the database server to be used for the store | localhost |
DB_NAME | Name of the database to be used for the store | PSDB |
DB_PORT | Port number on the database server to be used for the store | 50000 |
DB_ADMIN_NAME | User with permissions for the database | dbAdmin |
DB_ADMIN_PASSWORD | Password of the user with permissions for the database | dbAdminPass |
UPDATE_PS_DB | 1 indicates that the configuration table should be deleted. 0 indicates that the configuration table should remain the same as it was before the process. If the configuration is empty, the default configuration will be loaded. | 0 or 1 |
Property | Valid values | Example value |
---|---|---|
CI_DB_HOST_NAME | Host name of the database server to be used for the content indirection database | localhost |
CI_DB_NAME | Name of the database to be used for the store | PSCIDB |
CI_DB_PORT | Port of the database server to be used for the store | 50000 |
CI_DB_ADMIN_NAME | User with permissions for the database | dbAdmin |
CI_DB_ADMIN_PASSWORD | Password of the user with permissions for the database | dbAdminPass |
Property | Valid values | Example value |
---|---|---|
UR_DB_HOST_NAME | Host name of the database server to be used for the Usage Records database | localhost |
UR_DB_NAME | Name of the database to be used for the store | PSURDB |
UR_DB_PORT | Port of the database server to be used for the store | 50000 |
UR_DB_ADMIN_NAME | User with permissions for the database | dbAdmin |
UR_DB_ADMIN_PASSWORD | Password of the user with permissions for the database | dbAdminPass |
UR_UPDATE_PS_DB | 1 indicates that the configuration table should be deleted. 0 indicates that the configuration table should remain the same as it was before the process. If the configuration is empty, the default configuration will be loaded. | 0 or 1 |
CREATE_UR_TABLES | 1 indicates that the USAGERECORDS table should be recreated. 0 indicates that the table should not be recreated. Used to prevent the deletion of existing usage records data. | 0 or 1 |
Property | Valid values | Example value |
---|---|---|
BUS_DATASTORE | 1 indicates that the SIBus database will
use Data Store; 0 indicates that the SIBus database will use File
Store. Used if you want to preserve the Usage Records database tables after a modification. |
0 or 1 |
BUS_DB_HOST_NAME | Host name of the database server to be used for the store | localhost |
BUS_DB_NAME | Name of the database to be used for the store | PSSIBUS |
BUS_DB_PORT | Port number on the database server to be used for the store | 50000 |
BUS_DB_ADMIN_NAME | User with permissions for the database | dbAdmin |
BUS_DB_ADMIN_PASSWORD | Password of the user with permissions for the database | dbAdminPass |