Use the Common database installation parameters to set up the Common database .
Installation parameters are filled in by users in the appropriate response file and used to customize the scripts that create the database objects. This section is for the installer team and each component that uses Common database actions to create tables.
Parameter name | Description | Notes® |
---|---|---|
dbCreateNew | Flag to create or reuse database | Valid values are true or false. Must always be false on z/OS®. |
dbDelayConfig | Flag to postpone table creation after profile is created. | Valid values are true or false. Must always be true on z/OS. |
dbType | Database type | See "Supported database types." |
dbName | Database name | Defaults to xxCELL, where xx is your two-letter prefix. |
dbLocation | Directory of database server installation | Defaults to LOC1. |
dbUserId | User ID for database authenticate | Required except for Common database. |
dbPassword | Password for database authentication | Required except for Common database. |
dbServerPort | Database server port number | Default value per dbType |
dbSchemaName | Database schema name | For DB2® on z/OS only. |
dbJDBCClasspath | Location of JDBC driver files | |
dbConnectionLocation | Location of DB2 z/OS database | For DB2 on z/OS only. |
dbStorageGroup | Storage group name for DB2 z/OS | For DB2 on z/OS only. |
dbCommonForME | Use common DB for messaging engines | Default value true for z/OS. |
dbOutputScriptDir | Location of database scripts | This is optional. User may override the default value. |
dbHostName | The default name depends on the database. | |
file StoreForME | Specifies the file store for messaging engine. |
The values of the variable dbType are set by the installer.
The Common database requires different parameters depending on the database you choose.