dbServer |
Fully qualified hostname for the database server. |
Example: myhost.example.com |
dbPort |
Database server connection port. |
50000 |
dbLocal |
TRUE if the database server is located on the
same physical server as the TWSS base components. FALSE if the
database server is on a different server. This is the typical configuration.
|
TRUE |
dbNodeName |
Remote database server node name, when dbLocal
is FALSE. This value is used for reference purposes and it is not
the host name. |
RDBSRV |
dbName |
Name of the database. If you are using a consolidated
or shared database configuration, the recommended name is TWSS71.
If you are using a distributed database configuration, use a name
that describes the function of this database–for example, AGDB for
the Access Gateway. |
TWSS71 |
dbAlias |
Database alias. If you are using a consolidated
or shared database configuration, the recommended name is TWSS71A.
If you are using a distributed database configuration, use a name
that describes the function of this database–for example, AGDBA. |
TWSS71A |
dbLocale |
Database locale or territory code. |
US |
dbAdmin |
Administrator user ID for the database instance. |
Example: db2inst1 |
dbAdminPW |
Password for the administrator user ID. |
not applicable |
dbUser |
User ID for accessing the database. |
twssuser |
dbUserPW |
Password for the database user ID. |
not applicable |
INITorDDLFile |
One of the following:- INIT to initialize the database instance
- The path to the DDL file
|
INIT |
infoflag |
TRUE to display informational messages while
the database is being initialized. FALSE to suppress informational
messages.
|
TRUE |