Installing the Dynamic Workload Console servers
Procedure for installing two Dynamic Workload Console servers on two separate nodes.

Procedure for installing the Dynamic Workload Console
In this scenario, the IBM® Workload Scheduler administrator installs two Dynamic Workload Console instances on two separate workstations, sharing the same remote database. The IBM Workload Scheduler administrator performs the operations listed below on both workstations.
- ca.crt
- tls.key
- tls.crt
If you are installing the on a z/OS operating system, see Installing a Dynamic Workload Console server.
Command parameter | Required information | Provided in.. |
---|---|---|
Database information | ||
--rdbmstype | database type | Creating and populating the database |
--dbhostname | database hostname | |
--dbport | database port | |
--dbname | database name | |
--dbuser | database user name | |
--dbpassword | database password | |
Security information | ||
--sslkeysfolder | name and path of the folder containing certificates | Installing the master domain manager and backup master domain manager |
--sslpassword | password for the certificates | Installing the master domain manager and backup master domain manager |
WebSphere Application Server Liberty Base information | ||
--wlpdir | WebSphere Application Server Liberty Base installation directory | Installing WebSphere Application Server Liberty Base |
You can run the dwcinst command specifying a typical set of parameters. In this case, default values are used for all remaining parameters.
Default values are stored in the dwcinst.properties file, located in the root directory of the installation image.
If you need to modify any of the default values, edit the dwcinst.properties file, but do not modify the dwcinst.template file located in the same path.
You can specify values in the properties file, type them in the command line, or use both methods. If a parameter is specified both in the properties file and in the command line, the command line value takes precedence.
- Installing WebSphere Application Server Liberty Base on the workstations where you plan to install the Dynamic Workload Console
- Creating and populating the database
- Creating the IBM Workload Scheduler administrative user
- On UNIX™ operating
systems, ensure that umask is set to 022. To verify that
umask is set to the correct value, from a command prompt, run
the umask command. If the value is different from 022,
modify it by running the following command:
umask 022
- Ensure that the inst_dir parameter is different from the directory of the installation image and it does not contain any IBM Workload Scheduler instance.
- Recent JVMs do not fully support use of non-ASCII characters with the -jar and -javaagent commands. Use only ASCII characters in your installation directory names and paths.
To install the Dynamic Workload Console, perform the following steps:
For more information about all dwcinst parameters and default values, see Dynamic Workload Console installation - dwcinst script.
You can now proceed to Installing agents.