wkplc_dbdomain.properties file reference
JCR Properties
The following properties are required to configure the JCR.
jcr.priqtylDescription: Required only for IBM DB2 for z/OS and OS/390. The primary quantity to be allocated for the tablespaces assigned to user tables in JCR.
Value: Numeric
Examples: No examples are available.Default: 50000
jcr.secqtylDescription: Required only for IBM DB2 for z/OS and OS/390. Secondary quantity to be allocated for the tablespaces being assigned to user tables in JCR.
Value: Numeric
Examples: No examples are available.Default: 10000
jcr.blobBufferpoolDescription: Required only for IBM DB2 for z/OS and OS/390. The name of the bufferpool in which the BLOB tablespaces is created. If it is not specified, then the default value specified in the database is used.
Value: No values are available.
Examples: No examples are available.Default: BP32K1
jcr.bp4ktablesDescription: Required only for IBM DB2 for z/OS and OS/390. The name of 4K bufferpools separated by comma used by JCR for user tables.
Value: char
Examples: BP1,BP2Default: BP1
jcr.bp4kindexesDescription: Required only for IBM DB2 for z/OS and OS/390. The name of 4K bufferpools separated by comma used by JCR to create indexes on user tables.
Value: char
Examples: BP1,BP2Default: BP1
jcr.bp8ktablesDescription: Required only for IBM DB2 for z/OS and OS/390. The name of 4K bufferpools separated by comma used by JCR for user tables.
Value: char
Examples: BP8K1,BP8K2Default: BP8K1
jcr.bp16ktablesDescription: Required only for IBM DB2 for z/OS and OS/390. The name of 4K bufferpools separated by comma used by JCR for user tables.
Value: char
Examples: BP16K1,BP16K2Default: BP16K1
jcr.bp32ktablesDescription: Required only for IBM DB2 for z/OS and OS/390. The name of 4K bufferpools separated by comma used by JCR for user tables.
Value: char
Examples: BP32K1,BP32K2Default: BP32K1
Personalization Feedback Database Properties
feedback.DbTypeDescription: The type of database that WebSphere Portal will use for the feedback database.
Value: Valid database types include:IBM DB2 Database: db2
IBM DB2 for i: db2_iseries
IBM DB2 for z/OS: db2_zos
Oracle Database: oracle
Microsoft SQL Server 2005: sqlserver2005
Microsoft SQL Server 2008: sqlserver2005
IBM Derby: derby
Examples: db2Default: derby
InitializeFeedbackDBDescription: Determines how to handle the Personalization feedback database during database transfer from Derby to another DB type.
Value: Valid values include:true: to transfer data from a Derby database
false: to redirect the feedback DataSource to a preexisting database
Examples: No examples are available.Default: true
feedback.DbNameDescription: The name of the feedback database. The value should be the same as the database element in feedback.DbUrl value
Value: The following conditions effect the value for this property:If WebSphere Portal is configured to use IBM DB2 for i, this value must be unique for this domain.
If WebSphere Portal is configured to use a remote IBM DB2 database for IBM i, the value must include the host name, such as: hostName/wpsfdbdb
If WebSphere Portal is installed on Linux and UNIX-based platforms and configured to use IBM DB2, this value is the TCPIP Alias for the database.
Examples: No examples available.Default: wpsdb
feedback.DbSchemaDescription: Feedback domain database schema name. To determine a valid schema name, see the documentation for the database that you are using. Schema name restrictions apply for some databases.
Value: A valid schema name. If you are using IBM DB2 for i, the value must be less than 10 characters.
Examples: No examples available.Default: FEEDBACK
feedback.DbNameOnZosDescription: Required for IBM DB2 for z/OS only.
Value: string The following conditions effect the value for this property:If WebSphere Portal is installed on z/OS and is configured to use IBM DB2 for z/OS, the value must be the same as the feedback.DbName value.
If WebSphere Portal is configured to use a remote IBM DB2 for z/OS database, the value should be the same as the name of the remote Feedback database.
Examples: No examples available.Default: WPSTST02
feedback.DataSourceNameDescription: The name of the datasource to use for the feedback database.
Value: The following reserved names cannot be used for this value: releaseDS, communityDS, customizationDS, jcrDS, lmdbDS, feedback
Examples: No examples available.Default: wpdbDS
feedback.DbUrlDescription: The feedback database URL.
Value: The database element of this value should match the value of DbName. The following conditions effect the value for this property:For IBM DB2 for i when WebSphere Portal is installed on a UNIX platform, add ;prompt=false to the URL unless X11 DISPLAY is set and active.
For IBM DB2 for z/OS, the database element of this value should match the location name of the database to be used when establishing connections with the IBM DB2 datasource used by portal.
Examples: Use one of the following examples with values specific to database:Derby database: jdbc:derby:wpsdb;create=true
IBM DB2 with type 2 drivers: jdbc:db2:wpsdb
IBM DB2 with type 4 drivers: jdbc:db2:// <YourDatabaseServer> :50000/wpsdb:returnAlias=0; Where the port is usually 50000 (Windows) or 50001 (Linux)
IBM DB2 for i with type 2 drivers: jdbc:db2:*LOCAL/wpsdb;metadata source=1
IBM DB2 for i with type 4 drivers: jdbc:as400: <hostName> /wpsdb;metadata source=1
Remote IBM DB2 for i with type 4 drivers: jdbc:as400: <hostName> /wpsdb;metadata source=1;prompt=false
IBM DB2 for z/OS: jdbc:db2: <location>
Remote IBM DB2 for z/OS with type 2 drivers: jdbc:db2:wpsdb
Remote IBM DB2 for z/OS with type 4 drivers: jdbc:db2:// <YourDatabaseServer> : <port> / <location>
Thin Oracle Database with type 4 drivers and thin client: jdbc:oracle:thin:@ <YourDatabaseServer> :1521:wpsdb
Microsoft SQL Server 2005 and 2008: jdbc:sqlserver:// <YourDatabaseServer> :1433;SelectMethod=cursor;DatabaseName=wpsdb
DataDirect SQL Server 2005 and 2208: jdbc:datadirect:sqlserver:// <YourDatabaseServer> :1433;DatabaseName=wpsdb
Default: jdbc:derby:wpsdb;create=true
feedback.DbUserDescription: Thhe database administrator user ID.
Value: A valid database user ID.
Examples: No examples availableDefault: db2admin
feedback.DbPasswordDescription: The database password for the administrator user ID.
Value: A valid database password.
Examples: No examples availableDefault: ReplaceWithYourDbAdminPwd
feedback.DbRuntimeUserDescription: Optional parameter. WebSphere Portal will use this ID to connect to the feedback database during day-to-day operations. If WebSphere Portal can connect using the same ID used during configuration, the feedback.DbUser value, then leave this value blank.
Value: A valid database user ID.
Examples: No examples available.Default: no default
feedback.DbRuntimePasswordDescription: The password for the database runtime user ID.
Value: A valid database password.
Examples: No examples availableDefault: ReplaceWithYourDbRuntimePwd
feedback.DBA.DbUserDescription: The DBA user ID for privileged access operations during creation of this database type.
Value: A valid database ID.
Examples: No examples available.Default: db2admin
feedback.DBA.DbPasswordDescription: The password for the privileged DBA user ID used to access operations during creation of the feedback database.
Value: A valid database password
Examples: No examples available.Default: ReplaceWithYourDBAPwd
feedback.DbHomeDescription: The root location for the feedback database. For Oracle, this is the location on the remote or local database server where the tablespaces are created. For SQL Server, this is the local location where the database files are stored. For SQL Server on Windows the path must use two back slashes (//) instead of a forward slash (/). For SQL Server the <instance> in the example path below may or may not exist for installation.
Value: No values is available.
Examples: Use the following example that is appropriate for database:Oracle: <oracle> /product/10.1.0/db_1
SQL Server: C://Microsoft SQL Server// <instance> //MSSQL
Default: ReplaceWithYourDbHomeDir
feedback.AdminUrlDescription: Required for SQL Server only. This value is the SQL Server URL without a database attached. This value is used to connect to SQL Server for DBA operations.
Value: No values are available.
Examples: Use the appropriate Administrator URL example for databaseMicrosoft SQL Server 2005: jdbc:sqlserver:// <YourDatabaseServer> :1433
DataDirect SQL Server 2005: jdbc:datadirect:sqlserver:// <YourDatabaseServer> :1433
Microsoft SQL Server 2008: jdbc:sqlserver:// <YourDatabaseServer> :1433
DataDirect SQL Server 2008: jdbc:datadirect:sqlserver:// <YourDatabaseServer> :1433
Default: ReplaceWithYourAdminUrl
feedback.DbConfigRoleNameDescription: Required for Oracle Database only. The name of the role created and assigned to the configuration database user (feedback.DbUser).
Value: A database role name
Examples: No examples available.Default: WP_PZN_CONFIG_USERS
feedback.DbRuntimeRoleNameDescription: Required for Oracle Database only. The name of the role created and assigned to the runtime database user (feedback.DbRuntimeUser).
Value: A database role name
Examples: No examples are available,Default: WP_PZN_RUNTIME_USERS
feedback.XDbNameDescription: Required for Linux and UNIX-based platforms when using a IBM DB2 database. Required for a local IBM DB2 Database using a type 2 JDBC driver. The feedback database alias that needs to be set if you want to call create-database
Value: valid database name
Examples: No examples available,Default: fdbk6TCP
feedback.DbNodeDescription: Required for Linux and UNIX-based platforms when using IBM DB2. The node for the feedback database The value is required if you want to run the create-database task.
Value: No values are available.
Examples: No examples available.Default: pznNode
feedback.DbHostNameDescription: Required for Microsoft SQL Server 2005 and 2008 only. The host name of the feedback database.
Value: No values available.
Examples: No examples available.Default: myserver
feedback.DbTablespaceDescription: Required for IBM DB2 for z/OS only. The name of the feedback database tablespace.
Value: No values are available.
Examples: No examples are available.Default: fdbkdbts
feedback.DbStorageGroupDescription: Required for IBM DB2 for z/OS only. The storage group for the feedback database.
Value: No values are available.
Examples: No examples are available.Default: WPSSG
feedback.DbVolumesDescription: Required for IBM DB2 for z/OS only. The volumes for the feedback database.
Value: No values are available.
Examples: No examples are available.Default: *
feedback.DbVcatDescription: Required for IBM DB2 for z/OS only. The VCAT for the WebSphere Portal feedback database.
Value: No values available.
Examples: No examples available.Default: DSN810
feedback.Db4KBufferPoolNameDescription: Required for IBM DB2 for z/OS only. The 4K bufferpool name for the feedback database.
Value: No values are available.
Examples: No examples are available.Default: BP2
feedback.Db32KBufferPoolNameDescription: Required for IBM DB2 for z/OS only. The 32K bufferpool name for the feedback database.
Value: No values available.
Examples: No examples available.Default: BP32K1
LikeMinds Database Properties
likeminds.DbTypeDescription: The type of database to be used for the Likeminds database.
Value: Use on of the following valid database types:IBM DB2 Database: db2
IBM DB2 for i: db2_iseries
IBM DB2 for z/OS: db2_zos
Oracle Database: oracle
Microsoft SQL Server 2005: sqlserver2005
Microsoft SQL Server 2008: sqlserver2005
IBM Derby: derby
Examples: db2Default: derby
likeminds.DbNameDescription: The name of the Likeminds database. Should also appear as the database element in likeminds.DbUrl
Value: The following conditions effect the value for this property:For IBM DB2 databases on Linux and UNIX-based platforms, this value is the TCPIP Alias for the database.
For IBM DB2 for i, the database name must be unique for this domain
For IBM DB2 for i database that are installed on a remote server the valude must include the host name, such as: hostName/wpslkmdb
Examples: wplsdbDefault: wpsdb
likeminds.DbSchemaDescription: The Likeminds domain database schema name. To determine a valid schema name, see the documentation for the database that you are using. Schema name restrictions apply for some databases.
Value: A valid schema name. For IBM DB2 i, this value must be less than 10 characters.
Examples: likemindsDefault: likeminds
likeminds.DbNameOnZosDescription: Required for IBM DB2 for z/OS only.
Value: The following conditions effect the value for this property:If the database type is IBM DB2 for z/OS (db2_zos) and the database is remote, this value is the name of the remote Likeminds domain database.
If WebSphere Portal is installed on z/OS with a local database (database type is db2_zos), this value must be the same value as the database name (DbName).
Examples: No examples are available.Default: WPSTST02
likeminds.DataSourceNameDescription: The name of the datasource that will be used for the Likeminds domain.
Value: The following reserved names must not be specified: releaseDS, communityDS, customizationDS, jcrDS, lmdbDS, feedback
Examples: No examples are available.Default: wpdbDS
likeminds.DbUrlDescription: The Likeminds domain database URL.
Value: The following conditions effect the value for this property:The database element of this value should match the value of DbName property.
For IBM DB2 for i when WebSphere Portal is installed on a UNIX platform, add ;prompt=false to the URL unless X11 DISPLAY is set and active.
For IBM DB2 for z/OS, the database element of this value should match the location name of the database to be used when establishing connections with the IBM DB2 datasource used by the portal.
Examples: Use one of the following examples with values specific to database.Derby database: jdbc:derby:wpsdb;create=true
IBM DB2 with type 2 drivers: jdbc:db2:wpsdb
IBM DB2 with type 4 drivers: jdbc:db2:// <YourDatabaseServer> :50000/wpsdb:returnAlias=0; Where the port is usually 50000 (Windows) or 50001 (Linux)
IBM DB2 for i with type 2 drivers: jdbc:db2:*LOCAL/wpsdb;metadata source=1
IBM DB2 for i with type 4 drivers: jdbc:as400: <hostName> /wpsdb;metadata source=1
Remote IBM DB2 for i with type 4 drivers: jdbc:as400: <hostName> /wpsdb;metadata source=1;prompt=false
IBM DB2 for z/OS: jdbc:db2: <location>
Remote IBM DB2 for z/OS with type 2 drivers: jdbc:db2:wpsdb
Remote IBM DB2 for z/OS with type 4 drivers: jdbc:db2:// <YourDatabaseServer> : <port> / <location>
Thin Oracle Database with type 4 drivers and thin client: jdbc:oracle:thin:@ <YourDatabaseServer> :1521:wpsdb
Microsoft SQL Server 2005 and 2008: jdbc:sqlserver:// <YourDatabaseServer> :1433;SelectMethod=cursor;DatabaseName=wpsdb
DataDirect SQL Server 2005 and 2208: jdbc:datadirect:sqlserver:// <YourDatabaseServer> :1433;DatabaseName=wpsdb
Default: jdbc:derby:wpsdb;create=true
likeminds.DbUserDescription: The database administrator user ID.
Value: Alphanumeric text string
Examples: No examples are availableDefault: db2admin
likeminds.DbPasswordDescription: The database administrator password.
Value: Alphanumeric text string
Examples: No examples are available.Default: ReplaceWithYourDbAdminPwd
likeminds.DbRuntimeUserDescription: Optional parameter. WebSphere Portal will use this ID to connect to the feedback database during day-to-day operations. WebSphere Portal can connect using the same ID used during configuration, the likeminds.DbUser value, then leave this value blank.
Value: A valid database user ID.
Examples: No examples available.Default: no default is available
likeminds.DbRuntimePasswordDescription: The passwrod for the database runtime user.
Value: Alphanumeric text string
Examples: No examples are available.Default: ReplaceWithYourDbRuntimePwd
likeminds.DBA.DbUserDescription: The DBA user ID for privileged access operations during creation of this database type.
Value: A valide database ID.
Examples: No examples are available.Default: db2admin
likeminds.DBA.DbPasswordDescription: The password for priviledged access operations during creation of this database type.
Value: Alphanumeric text string
Examples: No examples are available.Default: ReplaceWithYourDBAPwd
likeminds.DbHomeDescription: The root location for the database. For Oracle Database this is the location on the remote or local server where the tablespaces are created For SQL Server this is the location locally to store the database files.
Value: A valid installation path for the database. The following conditions effect the value for this property:For SQL Server on Windows, this path must use // instead of /.
In the SQL Server example, <instance> may or may not be included in the installation path
Examples: The following are examples:Oracle Database: <oracle> /product/10.1.0/db_1
SQL Server: C://Microsoft SQL Server// <instance> //MSSQL
Default: ReplaceWithYourDbHomeDir
likeminds.AdminUrlDescription: Required for SQL Server only. This value is the SQL Server URL without a database attached. This value is used to connect to SQL Server for DBA operations.
Value: A valid database server URL
Examples: The following are examples:Microsoft SQL Server 2005: jdbc:sqlserver:// <YourDatabaseServer> :1433
DataDirect SQL Server 2005: jdbc:datadirect:sqlserver:// <YourDatabaseServer> :1433
Microsoft SQL Server 2008: jdbc:sqlserver:// <YourDatabaseServer> :1433
DataDirect SQL Server 2008: jdbc:datadirect:sqlserver:// <YourDatabaseServer> :1433
Default: ReplaceWithYourAdminUrl
likeminds.DbConfigRoleNameDescription: Required for Oracle only The role that will be created and assigned to the configuration database user (likeminds.DbUser).
Value: string
Examples: No examples are available.Default: WP_PZN_CONFIG_USERS
likeminds.DbRuntimeRoleNameDescription: Required for Oracle only Name of the role that will be created and assigned to the runtime database user (likeminds.DbRuntimeUser).
Value: No values are available,
Examples: No examples are available,Default: WP_PZN_RUNTIME_USERS
likeminds.XDbNameDescription: Required for Linux and UNIX-based platforms when using an IBM DB2 Database. Required Windows platforms using a local IBM DB2 database using Type 2 JDBC drivers. The Likeminds database alias used when running the create-database task.
Value: No values are available,
Examples: No examples are available,Default: lmdb6TCP
likeminds.DbNodeDescription: Required for Linux and UNIX-based platforms when using an IBM DB2 Database. The node for the Likeminds domain database used when running the create-database task.
Value: No values are available.
Examples: No examples are available.Default: pznNode
likeminds.DbHostNameDescription: Required only for Microsoft SQL Server 2005 and 2008. The host name of the Likeminds database.
Value: No values are available.
Examples: No examples are available.Default: myserver
likeminds.DbTablespaceDescription: Required only for IBM DB2 for z/OS. The name of the Likeminds database table space.
Value: No values are available.
Examples: No examples are available.Default: lmdbts
likeminds.DbStorageGroupDescription: Required only for IBM DB2 for z/OS. The storage group for the WebSphere Portal Likeminds database.
Value: No values are available.
Examples: No examples are available.Default: WPSSG
likeminds.DbVolumesDescription: Required only for BM DB2 for z/OS. The volumes for the WebSphere Portal Likeminds database.
Value: No values are available.
Examples: No examples are available.Default: *
likeminds.DbVcatDescription: Required only for IBM DB2 for z/OS. The VCAT for the Likeminds database.
Value: No values are available.
Examples: No examples are available.Default: DSN810
likeminds.Db4KBufferPoolNameDescription: Required only for IBM DB2 for z/OS. The 4K bufferpool name for the Likeminds database.
Value: No values are available.
Examples: No examples are available.Default: BP2
likeminds.Db32KBufferPoolNameDescription: Required only for IBM DB2 for z/OS. The 32K bufferpool name for the Likeminds database.
Value: No values are available.
Examples: No examples are available.Default: BP32K1
Release Database Properties
release.DbTypeDescription: Type of database to be used for the WebSphere Portal Release domain.
Value: The following are valid database types:IBM DB2: db2
IBM DB2 for i: db2_iseries
IBM DB2 for z/OS: db2_zos
Derby: derby
Microsoft SQL Server 2005: sqlserver2005
Microsoft SQL Server 2008: sqlserver2005
Oracle Database: oracle
Examples: derbyDefault: derby
release.DbNameDescription: Name of the release database
Value: Should also appear as the database element in DbUrl. The following conditions effect the value for this property:For Linux and UNIX-based platforms using IBM DB2, this value is the TCPIP Alias.
For IBM DB2 for i, this value must be unique for this domain
Examples: For remote IBM DB2 for i the value must include the host name, such as: hostname/wpsreldbDefault: wpsdb
release.DbSchemaDescription: WebSphere Portal Release domain database schema name. Follow the documentation of the target database management system in order to define a valid schema name as restrictions apply for some database management systems.
Value: A valid schema name. For IBM DB2 for i, this value must be less than 10 characters
Examples: No examples are available.Default: release
release.DbNameOnZosDescription: Required for DB2 for z/OS only
Value: The following conditions effect the value for this property:If running db2_zos as remote database, this value is the name of the remote WebSphere Portal database.
If portal is running on z/OS with db2_zos, set this value equal to DbName.
Examples: No examples are available.Default: WPSTST02
release.DataSourceNameDescription: Name of datasource to be used for WebSphere Portal Release Domain
Value: The following reserved names must not be specified: releaseDS, communityDS, customizationDS, jcrDS, lmdbDS, feedback
Examples: No examples are available.Default: wpdbDS
release.DbUrlDescription: This value is the wps release domain database URL.
Value: The database element of this value should match the value of DbName property.For IBM DB2 for i when WebSphere Portal is installed on a UNIX platform, add ;prompt=false to the URL unless X11 DISPLAY is set and active.
For IBM DB2 for z/OS, the database element of this value should match the location name of the database to be used when establishing connections with the IBM DB2 datasource used by the portal.
Examples: Use one of the following examples with values specific to database.Derby database: jdbc:derby:wpsdb;create=true
IBM DB2 with type 2 drivers: jdbc:db2:wpsdb
IBM DB2 with type 4 drivers: jdbc:db2:// <YourDatabaseServer> :50000/wpsdb:returnAlias=0; Where the port is usually 50000 (Windows) or 50001 (Linux)
IBM DB2 for i with type 2 drivers: jdbc:db2:*LOCAL/wpsdb;metadata source=1
IBM DB2 for i with type 4 drivers: jdbc:as400: <hostname> /wpsdb;metadata source=1
Remote IBM DB2 for i with type 4 drivers: jdbc:as400: <hostname> /wpsdb;metadata source=1;prompt=false
DB2 for z/OS: jdbc:db2: <location>
Remote DB2 for z/OS with type 2 drivers: jdbc:db2:wpsdb
Remote DB2 for z/OS with type 4 drivers: jdbc:db2:// <YourDatabaseServer> : <port> / <location>
Thin Oracle Database with type 4 drivers and thin client: jdbc:oracle:thin:@ <YourDatabaseServer> :1521:wpsdb
Microsoft SQL Server 2005 and 2008: jdbc:sqlserver:// <YourDatabaseServer> :1433;SelectMethod=cursor;DatabaseName=wpsdb
DataDirect SQL Server 2005 and 2208: jdbc:datadirect:sqlserver:// <YourDatabaseServer> :1433;DatabaseName=wpsdb
Default: jdbc:derby:wpsdb;create=true
release.DbUserDescription: Database administrator user ID.
Value: Alphanumeric text string
Examples: No examples are available.Default: db2admin
release.DbPasswordDescription: Database administrator password
Value: No values are available
Examples: No examples are availableDefault: ReplaceWithYourDbAdminPwd
release.DbRuntimeUserDescription: Optional parameter. WebSphere Portal will use this ID to connect to the release database during day-to-day operations. If WebSphere Portal can connect using the same ID used during configuration, the release.DbUser value, then leave this value blank.
Value: Alphanumeric text string.
Examples: No examples are available.Default: no default is available
release.DbRuntimePasswordDescription: Database runtime user password.
Value: Alphanumeric text string
Examples: No examples are available.Default: ReplaceWithYourDbRuntimePwd
release.DBA.DbUserDescription: DBA user for privledged access operations during creation of this database type.
Value: Alphanumeric text string
Examples: No examples are available.Default: db2admin
release.DBA.DbPasswordDescription: DBA password for privledged access operations during creation of this database type
Value: Alphanumeric text string
Examples: No examples are available.Default: ReplaceWithYourDBAPwd
release.DbHomeDescription: Root location for the database. For Oracle this is the location on the remote or local machine for create the tablespaces. For SQLServer this is the location locally to store the database files. SQLServer Windows Only: This path must use // instead of /. SQLServer Only: <instance> in the path below may or may not be there in installation.
Value: The following are possible values:Oracle: { <oracle> /product/10.1.0/db_1 }
SQLServer: { C://Microsoft SQL Server// <instance> //MSSQL }
Examples: No examples are available.Default: ReplaceWithYourDbHomeDir
release.AdminUrlDescription: Required for SQL Server only. This value is the SQL server URL without a database attached. This value is used to connect to SQL Server for DBA operations.
Value: No value information is available.
Examples: The following are examples:DataDirect SQL Server 2005 and 2008: jdbc:datadirect:sqlserver://:1433
Microsoft SQL Server 2005 and 2008: jdbc:sqlserver://:1433
Default: ReplaceWithYourAdminUrl
release.DbConfigRoleNameDescription: Required for Oracle only. Name of the role that will be created and assigned to the config database user (release.DbUser).
Value: No values are available
Examples: No examples are availableDefault: WP_BASE_CONFIG_USERS
release.DbRuntimeRoleNameDescription: Required for Oracle only Name of the role that will be created and assigned to the runtime database user (release.DbRuntimeUser).
Value: No values are available.
Examples: No examples are available.Default: WP_BASE_RUNTIME_USERS
release.XDbNameDescription: Required for Non-Windows platforms when using DB2. Required only for local DB2 database using Type 2 JDBC driver. Release database alias that needs to be set if you want to call create-database task.
Value: No values are available
Examples: No values are availableDefault: wps6TCP
release.DbNodeDescription: Required for Non-Windows platforms when using DB2. Node for the WebSphere Portal release domain database and needs to be set if you want to call the create-database task.
Value: No values are available.
Examples: No examples are available.Default: wpsNode
release.DbStorageGroupDescription: Required for DB2 for z/OS only. Storage group for the WebSphere Portal release database.
Value: No values are available
Examples: No examples are available.Default: WPSSG
release.DbVolumesDescription: Required for DB2 for z/OS only. Volumes for the WebSphere Portal release database.
Value: No values are available.
Examples: No examples are available.Default: *
release.DbVcatDescription: Required for DB2 for z/OS only. This value is the VCAT for the WebSphere Portal release database.
Value: No values are available.
Examples: No examples are available.Default: DSN810
release.DbIndex4KBufferPoolNameDescription: Required for DB2 for z/OS only. This value is the 4K bufferpool name for the WebSphere Portal release database. This bufferpool is dedicated for the indices.
Value: No values are available.
Examples: No examples are available.Default: BP3
release.Db4KBufferPoolNameDescription: Required for DB2 for z/OS only. This value is the 4K bufferpool name for the WebSphere Portal release database.
Value: No values are available.
Examples: No examples are available.Default: BP2
release.Db32KBufferPoolNameDescription: Required for DB2 for z/OS only. This value is the 32K bufferpool name for the WebSphere Portal release database.
Value: No values are available.
Examples: No examples are available.Default: BP32K1
release.TablespaceTrackModDescription: Required for DB2 for z/OS only. Sets the TRACKMOD attribute of all tablespaces to the specified value. See the DB2 for z/OS documentation about attribute TRACKMOD before changing this value.
Value: YES NO
Examples: No examples are available.Default: YES
release.TablespaceDefineDescription: Required for DB2 for z/OS only. Sets the DEFINE attribute of all tablespaces to the specified value. See the DB2 for z/OS documentation about attribute DEFINE before changing this value.
Value: YES NO
Examples: No examples are availableDefault: NO
Community Database Properties
community.DbTypeDescription: Type of database to be used for the WebSphere Portal Community domain.
Value: The following are valid database types:IBM DB2: db2
IBM DB2 for i: db2_iseries
IBM DB2 for z/OS: db2_zos
Derby: derby
Microsoft SQL Server 2005: sqlserver2005
Microsoft SQL Server 2008: sqlserver2005
Oracle Database: oracle
Examples: db2Default: derby
community.DbNameDescription: Name of the WebSphere Portal Community domain database. Should also appear as the database element in DbUrl. Non-Windows platforms when using DB2 only, this value is the TCPIP Alias for the database.
Value: No values are available
Examples: For remote IBM DB2 for i the value should include the host name, such as: hostName/wpscomdbDefault: wpsdb
community.DbSchemaDescription: Community domain database schema name. Follow the documentation of the database management system that you are using in order to determine a valid schema name. Restrictions apply for some database management systems.
Value: A valid schema name. For IBM DB2 for i, this value must be less than 10 characters.
Examples: No examples are available.Default: community
community.DbNameOnZosDescription: Required for DB2 for z/OS only.
Value: The following conditions effect the value for this property:If WebSphere Portal is configured to use a remote DB2 for z/OS database, the value should be the name of the remote Community domain database.
If WebSphere Portal is installed on z/OS and is configured to use DB2 for z/OS, the value must be set equal to the value in the community.DbName parameter.
Examples: No examples are available.Default: WPSTST02
community.DataSourceNameDescription: Name of the datasource to use for the WebSphere Portal Community domain.
Value: The following reserved names must not be specified: releaseDS, communityDS, customizationDS, jcrDS, lmdbDS, feedback
Examples: No examples are available.Default: wpdbDS
community.DbUrlDescription: This value is the wps community domain database URL.
Value: The database element of this value should match the value of DbName property.For IBM DB2 for i when WebSphere Portal is installed on a UNIX platform, add ;prompt=false to the URL unless X11 DISPLAY is set and active.
For IBM DB2 for z/OS, the database element of this value should match the location name of the database to be used when establishing connections with the IBM DB2 datasource used by the portal.
Examples: IBM DB2 using type 2 JDBC drivers: jdbc:db2:wpsdbDerby database: jdbc:derby:wpsdb;create=true
IBM DB2 with type 2 drivers: jdbc:db2:wpsdb
IBM DB2 with type 4 drivers: jdbc:db2:// <YourDatabaseServer> :50000/wpsdb:returnAlias=0; Where the port is usually 50000 (Windows) or 50001 (Linux)
IBM DB2 for i with type 2 drivers: jdbc:db2:*LOCAL/wpsdb;metadata source=1
IBM DB2 for i with type 4 drivers: jdbc:as400: <hostname> /wpsdb;metadata source=1
Remote IBM DB2 for i with type 4 drivers: jdbc:as400: <hostName> /wpsdb;metadata source=1;prompt=false
DB2 for z/OS: jdbc:db2: <location>
Remote DB2 for z/OS with type 2 drivers: jdbc:db2:wpsdb
Remote DB2 for z/OS with type 4 drivers: jdbc:db2:// <YourDatabaseServer> :port/location
Thin Oracle Database with type 4 drivers and thin client: jdbc:oracle:thin:@ <YourDatabaseServer> :1521:wpsdb
Microsoft SQL Server 2005 and 2008: jdbc:sqlserver:// <YourDatabaseServer> :1433;SelectMethod=cursor;DatabaseName=wpsdb
DataDirect SQL Server 2005 and 2208: jdbc:datadirect:sqlserver:// <YourDatabaseServer> :1433;DatabaseName=wpsdb
Default: jdbc:derby:wpsdb;create=true
community.DbUserDescription: Database user ID.
Value: Alphanumeric text string
Examples: No examples are available.Default: db2admin
community.DbPasswordDescription: Database administrator password.
Value: Alphanumeric text string
Examples: No examples are available.Default: ReplaceWithYourDbAdminPwd
community.DbRuntimeUserDescription: Optional parameter. WebSphere Portal will use this ID to connect to the community database during day-to-day operations. If WebSphere Portal can connect using the same ID used during configuration, the community.DbUser value, then leave this value blank.
Value: Alphanumeric text string.
Examples: No examples are available.Default: no default is available
community.DbRuntimePasswordDescription: Database runtime user password.
Value: Alphanumeric text string
Examples: No examples are available.Default: ReplaceWithYourDbRuntimePwd
community.DBA.DbUserDescription: Database administrator user for privileged access operations during creation of this database type.
Value: No values are available.
Examples: No examples are available.Default: db2admin
community.DBA.DbPasswordDescription: Database administrator user password for privileged access operations during creation of this database type.
Value: Alphanumeric text string
Examples: No examples are available.Default: ReplaceWithYourDBAPwd
community.DbHomeDescription: Root location for the database. For Oracle this is the location on the remote or local machine for create the tablespaces. For SQLServer this is the location locally to store the database files. For SQLServer Windows Only: This path must use // instead of /. For SQLServer Only: <instance> in the path below may or may not be there in installation.
Value: Use the following value that is appropriate for database:Oracle: { <oracle> /product/10.1.0/db_1 }
SQLServer: { C://Microsoft SQL Server// <instance> //MSSQL }
Examples: No examples are available.Default: ReplaceWithYourDbHomeDir
community.AdminUrlDescription: Required for SQL Server only. Sqlserver URL without a database attached. This value is used to connect to SQL Server for DBA operations.
Value: No values are available.
Examples: The following are examples:DataDirect SQL Server 2005 and 2008: jdbc:datadirect:sqlserver://:1433
Microsoft SQL Server 2005 and 2008: jdbc:sqlserver://:1433
Default: ReplaceWithYourAdminUrl
community.DbConfigRoleNameDescription: Required for Oracle only Name of the role that will be created and assigned to the config database user (community.DbUser)
Value: No values are available
Examples: No examples are availableDefault: WP_BASE_CONFIG_USERS
community.DbRuntimeRoleNameDescription: Required for Oracle only Name of the role that will be created and assigned to the runtime database user (community.DbRuntimeUser)
Value: No values are available
Examples: No examples are availableDefault: WP_BASE_RUNTIME_USERS
community.XDbNameDescription: Required for Non-Windows platforms when using DB2. Required only for local DB2 database using Type 2 JDBC driver Community database alias that needs to be set if you want to call create-database
Value: No values are available
Examples: No examples are availableDefault: wps6TCP
community.DbNodeDescription: Required for Non-Windows platforms when using DB2. Node for the WebSphere Portal Community domain database and needs to be set if you want to call the create-database task.
Value: No values are available.
Examples: No examples are available.Default: wpsNode
community.DbStorageGroupDescription: Required for DB2 for z/OS only. Storage group for the WebSphere Portal community database.
Value: No values are available.
Examples: No examples are available.Default: WPSSG
community.DbVolumesDescription: Required for DB2 for z/OS only. Volumes for the WebSphere Portal community database.
Value: No values are available.
Examples: No examples are available.Default: *
community.DbVcatDescription: Required for DB2 for z/OS only. This value is the VCAT for the WebSphere Portal community database.
Value: No values are available.
Examples: No examples are available.Default: DSN810
community.DbIndex4KBufferPoolNameDescription: Required for DB2 for z/OS only. This value is the 4K bufferpool name for the WebSphere Portal community database. This bufferpool is dedicated for the indices.
Value: No values are available.
Examples: No examples are available.Default: BP3
community.Db4KBufferPoolNameDescription: Required for DB2 for z/OS only. This value is the 4K bufferpool name for the WebSphere Portal community database.
Value: No values are available.
Examples: No examples are available.Default: BP2
community.Db32KBufferPoolNameDescription: Required for DB2 for z/OS only. This value is the 32K bufferpool name for the WebSphere Portal community database.
Value: No values are available.
Examples: No examples are available.Default: BP32K1
community.TablespaceTrackModDescription: Required for DB2 for z/OS only. Sets the TRACKMOD attribute of all tablespaces to the specified value. Refer to the DB2 for z/OS documentation about attribute TRACKMOD before changing this value.
Value: YES NO
Examples: No examples are available.Default: YES
community.TablespaceDefineDescription: Required for DB2 for z/OS only. Sets the DEFINE attribute of all tablespaces to the specified value. Refer to the DB2 for z/OS documentation about attribute DEFINE before changing this value.
Value: YES NO
Examples: No examples are available.Default: NO
Customization Database Properties
customization.DbTypeDescription: Type of database to be used for the WebSphere Portal Customization domain.
Value: The following are valid database types:IBM DB2: db2
IBM DB2 for i: db2_iseries
IBM DB2 for z/OS: db2_zos
Derby: derby
Microsoft SQL Server 2005: sqlserver2005
Microsoft SQL Server 2008: sqlserver2005
Oracle Database: oracle
Examples: derbyDefault: derby
customization.DbNameDescription: Name of the WebSphere Portal Customization database. Should also appear as the database element in customization.DbUrl
Value: The following conditions effect the value for this property:Non-Windows platforms when using DB2 only. TCPIP Alias for the database.
For IBM DB2 for i, this value must be unique for this domain.
For remote DB2 database for IBM i the value must include the host name, such as: hostname/wpscstdb
Examples: No examples are available.Default: wpsdb
customization.DbSchemaDescription: WebSphere Portal Customization domain database schema name. Follow the documentation of the database management system that you are using in order to determine a valid schema name. Restrictions apply for some database management systems.
Value: A valid schema name. For IBM DB2 for i, this value must be less than 10 characters.
Examples: No examples are available.Default: customization
customization.DbNameOnZosDescription: Required for DB2 for z/OS only.
Value: If running db2_zos as remote database, this value is the name of the remote WebSphere Portal Customization domain database.If portal is running on z/OS with db2_zos, this value must be set equal to DbName.
Examples: No examples are available.Default: WPSTST02
customization.DataSourceNameDescription: The name of datasource to be used for WebSphere Portal Customization domain
Value: The following reserved names must not be specified: releaseDS, communityDS, customizationDS, jcrDS, lmdbDS, feedback
Examples: No examples are available.Default: wpdbDS
customization.DbUrlDescription: This value is the wps customization domain database URL.
Value: The database element of this value should match the value of DbName property.For IBM DB2 for i when WebSphere Portal is installed on a UNIX platform, add ;prompt=false to the URL unless X11 DISPLAY is set and active.
For IBM DB2 for z/OS, the database element of this value should match the location name of the database to be used when establishing connections with the IBM DB2 datasource used by the portal.
Examples: Use one of the following examples with values specific to database.Derby database: jdbc:derby:wpsdb;create=true
IBM DB2 with type 2 drivers: jdbc:db2:wpsdb
IBM DB2 with type 4 drivers: jdbc:db2:// <YourDatabaseServer> :50000/wpsdb:returnAlias=0; Where the port is usually 50000 (Windows) or 50001 (Linux)
IBM DB2 for i with type 2 drivers: jdbc:db2:*LOCAL/wpsdb;metadata source=1
IBM DB2 for i with type 4 drivers: jdbc:as400: <hostname> /wpsdb;metadata source=1
Remote IBM DB2 for i with type 4 drivers: jdbc:as400: <hostname> /wpsdb;metadata source=1;prompt=false
DB2 for z/OS: jdbc:db2: <location>
Remote DB2 for z/OS with type 2 drivers: jdbc:db2:wpsdb
Remote DB2 for z/OS with type 4 drivers: jdbc:db2:// <YourDatabaseServer> : <port> / <location>
Thin Oracle Database with type 4 drivers and thin client: jdbc:oracle:thin:@ <YourDatabaseServer> :1521:wpsdb
Microsoft SQL Server 2005 and 2008: jdbc:sqlserver:// <YourDatabaseServer> :1433;SelectMethod=cursor;DatabaseName=wpsdb
DataDirect SQL Server 2005 and 2208: jdbc:datadirect:sqlserver:// <YourDatabaseServer> :1433;DatabaseName=wpsdb
Default: jdbc:derby:wpsdb;create=true
customization.DbUserDescription: Database administrator user ID.
Value: Alphanumeric text string
Examples: No examples are availableDefault: db2admin
customization.DbPasswordDescription: Database administrator password.
Value: Alphanumeric text string
Examples: No examples are available.Default: ReplaceWithYourDbAdminPwd
customization.DbRuntimeUserDescription: Optional parameter. WebSphere Portal will use this ID to connect to the customization database during day-to-day operations. If WebSphere Portal can connect using the same ID used during configuration, the customization.DbUser value, then leave this value blank.
Value: Alphanumeric text string
Examples: No examples available.Default: no default is available
customization.DbRuntimePasswordDescription: Database runtime user password.
Value: Alphanumeric text string
Examples: No examples are available.Default: ReplaceWithYourDbRuntimePwd
customization.DBA.DbUserDescription: The value is the DBA user for privledged access operations during creation of this database type.
Value: Alphanumeric text string
Examples: No examples are available.Default: db2admin
customization.DBA.DbPasswordDescription: Password for privledged access operations during creation of this database type.
Value: Alphanumeric text string
Examples: No examples are available.Default: ReplaceWithYourDBAPwd
customization.DbHomeDescription: Root location for the database. For Oracle this is the location on the remote or local machine for create the tablespaces. For SQLServer this is the location locally to store the database files. SQLServer Windows Only: This path must use // instead of /. SQLServer Only: <instance> in the path below may or may not be there in installation.
Value: Oracle: { <oracle> /product/10.1.0/db_1 }SQLServer: { C://Microsoft SQL Server// <instance> //MSSQL }
Examples: No examples are available.Default: ReplaceWithYourDbHomeDir
customization.AdminUrlDescription: Required for SQL Server only. Sqlserver URL without a database attached. This value is used to connect to SQL Server for DBA operations.
Value: No values are available.
Examples: The following are examples:DataDirect SQL Server 2005 and 2008: jdbc:datadirect:sqlserver://:1433
Microsoft SQL Server 2005 and 2008: jdbc:sqlserver://:1433
Default: ReplaceWithYourAdminUrl
customization.DbConfigRoleNameDescription: Required for Oracle only Name of the role that will be created and assigned to the config database user (customization.DbUser).
Value: No values are available.
Examples: No examples are available.Default: WP_BASE_CONFIG_USERS
customization.DbRuntimeRoleNameDescription: Required for Oracle only Name of the role that will be created and assigned to the runtime database user (customization.DbRuntimeUser).
Value: No values are available,
Examples: No examples are available,Default: WP_BASE_RUNTIME_USERS
customization.XDbNameDescription: Required for Non-Windows platforms when using DB2. Required only for local DB2 database using Type 2 JDBC driver. Customization database alias that needs to be set if you want to call create-database
Value: No values are available,
Examples: No examples are available,Default: wps6TCP
customization.DbNodeDescription: Required for Non-Windows platforms when using DB2. Node for the WebSphere Portal Customization domain database and needs to be set if you want to call create-database.
Value: No values are available
Examples: No examples are availableDefault: wpsNode
customization.DbStorageGroupDescription: Required for DB2 for z/OS only. Storage group for the WebSphere Portal customization database.
Value: No values are available.
Examples: No examples are available.Default: WPSSG
customization.DbVolumesDescription: Required for DB2 for z/OS only. Volumes for the WebSphere Portal customization database.
Value: No values are available.
Examples: No examples are available.Default: *
customization.DbVcatDescription: Required for DB2 for z/OS only. This value is the VCAT for the WebSphere Portal customization database.
Value: No values are available.
Examples: No examples are available.Default: DSN810
customization.DbIndex4KBufferPoolNameDescription: Required for DB2 for z/OS only. This value is the 4K bufferpool name for the WebSphere Portal customization database. This bufferpool is dedicated for the indices.
Value: No values are available.
Examples: No examples are available.Default: BP3
customization.Db4KBufferPoolNameDescription: Required for DB2 for z/OS only. This value is the 4K bufferpool name for the WebSphere Portal customization database.
Value: No values are available.
Examples: No examples are available.Default: BP2
customization.Db32KBufferPoolNameDescription: Required for DB2 for z/OS only. This value is the 32K bufferpool name for the WebSphere Portal customization database.
Value: No values are available.
Examples: No examples are available.Default: BP32K1
customization.TablespaceTrackModDescription: Required for DB2 for z/OS only. Sets the TRACKMOD attribute of all tablespaces to the specified value. Refer to the DB2 for z/OS documentation about attribute TRACKMOD before changing this value.
Value: YES NO
Examples: No examples are available.Default: YES
customization.TablespaceDefineDescription: Required for DB2 for z/OS only. Sets the DEFINE attribute of all tablespaces to the specified value. Refer to the DB2 for z/OS documentation about attribute DEFINE before changing this value.
Value: YES NO
Examples: No examples are availableDefault: NO
JCR Database Properties
jcr.DbTypeDescription: Type of database to be used for the WebSphere Portal JCR domain.
Value: The following are valid database types:IBM DB2: db2
IBM DB2 for i: db2_iseries
IBM DB2 for z/OS: db2_zos
Derby: derby
Microsoft SQL Server 2005: sqlserver2005
Microsoft SQL Server 2008: sqlserver2005
Oracle Database: oracle
Examples: derbyDefault: derby
jcr.DbNameDescription: Name of the WebSphere Portal JCR database. Should also appear as the database element in jcr.DbUrl
Value: Non-Windows platforms when using DB2 only. TCPIP Alias for the database.For IBM DB2 for i, this value must be unique for this domain
For remote IBM DB2 for i the value must include the host name, such as: hostname/wpscstdb
Examples: No examples are available.Default: wpsdb
jcr.DbSchemaDescription: WebSphere Portal JCR domain database schema name. Follow the documentation of the database management system that you are using in order to determine a valid schema name. Restrictions apply for some database management systems.
Value: A valid schema name. For IBM DB2 for i, this value must be less than 10 characters.
Examples: No examples are available.Default: jcr
jcr.DbNameOnZosDescription: Required for DB2 for z/OS only.
Value: The following conditions effect the value for this property:If running db2_zos as remote database, this value is the name of the remote WebSphere Portal JCR domain database.
If portal is running on z/OS with db2_zos, this value must be set equal to DbName.
Examples: No examples are available.Default: WPSTST02
jcr.DataSourceNameDescription: Name of datasource to be used for WebSphere Portal JCR domain.
Value: The following reserved names must not be specified: releaseDS, communityDS, customizationDS, jcrDS, lmdbDS, feedback
Examples: No examples are available.Default: wpdbDS
jcr.DbUrlDescription: This value is the wps JCR domain database URL.
Value: The database element of this value should match the value of DbName property.For IBM DB2 for i when WebSphere Portal is installed on a UNIX platform, add ;prompt=false to the URL unless X11 DISPLAY is set and active.
For IBM DB2 for z/OS, the database element of this value should match the location name of the database to be used when establishing connections with the IBM DB2 datasource used by the portal.
Examples: Use one of the following examples with values specific to database.Derby database: jdbc:derby:wpsdb;create=true
IBM DB2 with type 2 drivers: jdbc:db2:wpsdb
IBM DB2 with type 4 drivers: jdbc:db2:// <YourDatabaseServer> :50000/wpsdb:returnAlias=0; Where the port is usually 50000 (Windows) or 50001 (Linux)
IBM DB2 for i with type 2 drivers: jdbc:db2:*LOCAL/wpsdb;metadata source=1
IBM DB2 for i with type 4 drivers: jdbc:as400: <hostName> /wpsdb;metadata source=1
Remote IBM DB2 for i with type 4 drivers: jdbc:as400: <hostName> /wpsdb;metadata source=1;prompt=false
DB2 for z/OS: jdbc:db2: <location>
Remote DB2 for z/OS with type 2 drivers: jdbc:db2:wpsdb
Remote DB2 for z/OS with type 4 drivers: jdbc:db2:// <YourDatabaseServer> : <port> / <location>
Thin Oracle Database with type 4 drivers and thin client: jdbc:oracle:thin:@ <YourDatabaseServer> :1521:wpsdb
Microsoft SQL Server 2005 and 2008: jdbc:sqlserver:// <YourDatabaseServer> :1433;SelectMethod=cursor;DatabaseName=wpsdb
DataDirect SQL Server 2005 and 2208: jdbc:datadirect:sqlserver:// <YourDatabaseServer> :1433;DatabaseName=wpsdb
Default: jdbc:derby:wpsdb;create=true
jcr.DbUserDescription: Database administrator user ID.
Value: Alphanumeric text string
Examples: No examples are availableDefault: db2admin
jcr.DbPasswordDescription: Database administrator password.
Value: Alphanumeric text string
Examples: No examples are available.Default: ReplaceWithYourDbAdminPwd
jcr.DbRuntimeUserDescription: Optional parameter. WebSphere Portal will use this ID to connect to the JCR database during day-to-day operations. If WebSphere Portal can connect using the same ID used during configuration, the jcr.DbUser value, then leave this value blank.
Value: Alphanumeric text string
Examples: No examples available.Default: no default is available
jcr.DbRuntimePasswordDescription: Database runtime user password.
Value: Alphanumeric text string
Examples: No examples are available.Default: ReplaceWithYourDbRuntimePwd
jcr.DBA.DbUserDescription: The value is the DBA user for privledged access operations during creation of this database type.
Value: Alphanumeric text string
Examples: No examples are available.Default: db2admin
jcr.DBA.DbPasswordDescription: Password for privledged access operations during creation of this database type.
Value: Alphanumeric text string
Examples: No examples are available.Default: ReplaceWithYourDBAPwd
jcr.DbHomeDescription: Root location for the database. For Oracle this is the location on the remote or local machine for create the tablespaces. For SQLServer this is the location locally to store the database files. SQLServer Windows Only: This path must use // instead of /. SQLServer Only: <instance> in the path below may or may not be there in installation.
Value: Oracle: { <oracle> /product/10.1.0/db_1 }SQLServer: { C://Microsoft SQL Server// <instance> //MSSQL }
Examples: No examples are available.Default: ReplaceWithYourDbHomeDir
jcr.AdminUrlDescription: Required for SQL Server only. Sqlserver URL without a database attached. This value is used to connect to SQL Server for DBA operations.
Value: No values are available.
Examples: The following are examples:DataDirect SQL Server 2005 and 2008: jdbc:datadirect:sqlserver://:1433
Microsoft SQL Server 2005 and 2008: jdbc:sqlserver://:1433
Default: ReplaceWithYourAdminUrl
jcr.DbConfigRoleNameDescription: Required for Oracle only Name of the role that will be created and assigned to the config database user (jcr.DbUser).
Value: No values are available.
Examples: No examples are available.Default: WP_JCR_CONFIG_USERS
jcr.DbRuntimeRoleNameDescription: Required for Oracle only Name of the role that will be created and assigned to the runtime database user (jcr.DbRuntimeUser).
Value: No values are available,
Examples: No examples are available,Default: WP_JCR_RUNTIME_USERS
jcr.XDbNameDescription: Required for Non-Windows platforms when using DB2. Required only for local DB2 database using Type 2 JDBC driver. This value is the JCR database alias that needs to be set if you want to call create-database
Value: No values are available,
Examples: No examples are available,Default: wps6TCP
jcr.DbNodeDescription: Required for Non-Windows platforms when using DB2. Node for the WebSphere Portal JCR domain database and needs to be set if you want to call the create-database task.
Value: No values are available.
Examples: No examples are available.Default: wpsNode
jcr.DbSaPasswordDescription: Optional for MS SQL Server 2005. This value is the SQL Server System Administrator password.
Value: Alphanumeric text string
Examples: No examples are available.Default: ReplaceWithYourDbAdminPwd
jcr.DbHostDescription: Required for DB2 for z/OS. Host name (only) of remote system hosting the DB2 Content Manager Runtime Edition database.
Value: No values are available.
Examples: No examples are available.Default: ReplaceWithYourDbHost
jcr.DbDomainDescription: Required for DB2 for z/OS. Domain (not including host name) of the remote system hosting the DB2 Content Manager Runtime Edition database.
Value: No values are available.
Examples: No examples are available.Default: yourco.com
jcr.DbPortDescription: Required for DB2 for z/OS. This value is the port number of DB2 Content Manager Runtime Edition database on the remote system.
Value: numeric
Examples: No examples are available.Default: 446
jcr.ZosDbPrefixDescription: Required for DB2 for z/OS. Common prefix of Node Type database names for DB2 Content Manager Runtime Edition.
Value: No values are available.
Examples: No examples are available.Default: ICM
jcr.ZosDbMaxTablesDescription: Required for DB2 for z/OS. Maximum number of User Defined Tables to be stored in a particular Node Type DB in the DB2 Content Manager Runtime Edition database.
Value: numeric
Examples: No examples are available.Default: 400
jcr.DbStorageGroupDescription: Required for DB2 for z/OS only. Storage group for the WebSphere Portal JCR database.
Value: No values are available.
Examples: No examples are available.Default: WPSSG
jcr.DbVolumesDescription: Required for DB2 for z/OS only. Volumes for the WebSphere Portal JCR database.
Value: No values are available.
Examples: No examples are available.Default: *
jcr.DbVcatDescription: Required for DB2 for z/OS only. This value is the VCAT for the WebSphere Portal JCR database.
Value: No values are available.
Examples: No examples are available.Default: DSN810
jcr.DbIndex4KBufferPoolNameDescription: Required for DB2 for z/OS only. This value is the 4K bufferpool name for the WebSphere Portal JCR database. This bufferpool is dedicated for the indices.
Value: No values are available.
Examples: No examples are available.Default: BP3
jcr.Db4KBufferPoolNameDescription: Required for DB2 for z/OS only. This value is the 4K bufferpool name for the WebSphere Portal JCR database.
Value: No values are available.
Examples: No examples are available.Default: BP2
jcr.Db32KBufferPoolNameDescription: Required for DB2 for z/OS only. This value is the 32K bufferpool name for the WebSphere Portal JCR database.
Value: No values are available.
Examples: No examples are available.Default: BP32K1
jcr.TablespaceTrackModDescription: Required for DB2 for z/OS only. Sets the TRACKMOD attribute of all tablespaces to the specified value. Refer to the DB2 for z/OS documentation about attribute TRACKMOD before changing this value.
Value: YES NO
Examples: No examples are available.Default: YES
jcr.TablespaceDefineDescription: Required for DB2 for z/OS only Sets the DEFINE attribute of all tablespaces to the specified value. See the DB2 for z/OS documentation about attribute DEFINE before changing this value.
Value: YES NO
Examples: No examples are availableDefault: NO
Parent
Configuration properties reference
corrected buffer pool sizes minor chages/typos