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 db2 | oracle | ids | mssql
Specify the database type you want to use. Supported databases are:
  • DB2
  • Oracle
  • Informix
  • MSSQL

For more information about supported database versions, download the Supported Software report available at Product Requirements, then search for the Databases section.

I prefer not to use the default HCL Workload Automation 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 HCL Workload Automation 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.