Creating and populating the database
Create the required databases before you begin the installation.
Before you start the installation, you must create and populate the database for both the master domain manager and the Dynamic Workload Console. 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. Links to customization options which are specific for a single database, if any, are provided in the related scenario.
- DB2
- Oracle
- MSSQL
- MSSQL cloud-based databases
- PostgreSQL
A set of scripts and SQL files is provided for each database type to perform actions such as granting rights or reorganizing the database. These files are located in inst_dir/TWS/dbtools into a separate folder for each database type. To use these files, copy the relevant folder to the database server.
On UNIX™ operating systems, ensure the database administrator has read and write privileges for the IBM Workload Scheduler installation path.
- DB2
-
db2 get db cfg for TWS | grep -i collating
The expected values are:Database collating sequence = IDENTITY Alternate collating sequence (ALT_COLLATE) =
- MSSQL
-
select DATABASEPROPERTYEX('Your DB Name','collation')
The expected values is:Latin1_General_BIN2
During database upgrade from Db2 V9.5 or earlier, the CUR_COMMIT configuration parameter is set to DISABLED to maintain the same behavior as in previous releases. For the proper functioning of IBM Workload Scheduler and to prevent possible internal deadlocks, set the CUR_COMMIT parameter to ON. For more information, see IWS composer performance issue: Ensuring that CUR_COMMIT is ON on DB2.