A Cloudscape database response file specifies parameters for configuring
a Cloudscape event database.
A sample Cloudscape database response file called CloudscapeResponseFile.txt is
available in the install_root/event/dbconfig directory.
This response file specifies the following parameters:
- SHARE_DB=[server|node|cell]
- The scope in which the configured database is shared. This is the scope
in which Java database connectivity (JDBC) data sources is created. This parameter
is optional; the default value is server.
- WAS_SERVER=server
- The name of the WebSphere ESB where
the database is installed. This parameter is applicable only if the SHARE_DB parameter
is set to server. If you do not specify a server
name, the default value is server1.
- DB_NAME=name
- The name of the event database. This parameter is optional. The default
value is event.
- JDBC_PROVIDER=provider
- The name of the JDBC provider to configure. The value must be the name
of a JDBC driver supported by WebSphere ESB Version
5.1, and later. The Cloudscape JDBC Provider (XA) driver is recommended.
- DB_TYPE=CLOUDSCAPE
- The type of database to be configured. For a Cloudscape database, this
must be CLOUDSCAPE.
- PAGE_CACHE_SIZE=size
- The number of memory pages to use for caching data. Increasing the page
cache size can improve performance, but also requires more memory. See the
Cloudscape documentation for more information about caching. This parameter
is optional. The default value is 4000.
- LOG_DEVICE=path
- The path to the location where the transaction logs are written. Using
a separate device for logs can improve performance, but it also complicates
backup and recovery. This parameter is optional.