Creating and populating the database for DB2 for the Dynamic Workload Console
Instructions for creating and populating the Dynamic Workload Console database for DB2
You can perform a typical database procedure, as described in the following scenarios, or you can customize the database parameters, as described in FAQ - Database customizations.
DB2 requires a specific procedure in which you first create the database and then create and populate the database tables. To simplify the database creation, a customized SQL file named create_database.sql is provided containing the specifics for creating the Dynamic Workload Console database. The database administrator can use this file to create the database. After the database has been created, you can proceed to create and populate the database tables.
You can optionally configure DB2 in SSL mode on UNIX operating systems by specifying the sslkeysfolder and sslpassword parameters when you run the configureDb command. For more information, see How can I use certificates when Db2 or PostgreSQL is in SSL mode?.
You can run the configureDb command specifying a typical set of parameters. In this case, default values are used for all remaining parameters.
For more information about all parameters and supported values of the configureDb command, see Database configuration - configureDb script.
Default values are stored in the configureDb.properties file, located in image_location. If you need to modify any of the default values, edit the configureDb.properties file, but do not modify the configureDb.template file located in the same path.
For an example of a properties file, see What is the content of a database properties file?.
To create and populate the Dynamic Workload Console database and schema for DB2, perform the following steps:
You have now successfully created and populated the Dynamic Workload Console database.
For more information about all parameters and supported values of the configureDb command, see Database configuration - configureDb script.
You can now proceed to Creating the IBM Workload Scheduler administrative user.