How do I customize configuration information for the data source?

How to customize configuration information for the data source used by the master domain manager

How do I change the RDBMS type?

To use a different database than the default DB2, use the -rdbmstype parameter when typing the serverinst command, as follows:
--rdbmstype|-r rdbms_type
The database type. Supported databases are:
  • DB2
  • ORACLE This value applies to Oracle and Amazon RDS for Oracle
  • MSSQL This value applies to MSSQL and MSSQL cloud-based databases.
  • POSTGRESQL
This parameter is required and has no default value.

For more information about supported database versions, see the Data Integration report, click on the Prerequisites tab, then click on Databases.

I prefer not to use the default IBM® Workload Scheduler database name (TWS). How do I change the database name?

To use a different database than the default DB2, use the -dbname parameter, as follows:
dbname db_name
Specify the name you want to use for the database. Note that this name must match the name specified in the configureDb command. For more information about the configureDb command, see Database configuration - configureDb script.

How can I specify a different database user?

To specify a different database name than the default value, use the -dbuser parameter, as follows:
dbuser db_user
Specify the name of the database user that accesses the IBM Workload Scheduler tables on the database server.

How can I specify a different database port?

To specify a different database port than the default value, use the -dbport parameter, as follows:
dbport db_port
Specify the port of the database server.