Configuring Control Center Director to use DB2 database

To specify database connection details, on Linux and UNIX operating systems run config.sh and provide the following database connection information:

Table 1.
Database Connection Parameter Description
Database Host Name

For DB2, to connect to a named instance of SQL server use the format servername;instancename.

Example: CSGPQ2;SCCINSTANCE

Database port

The port number on which database server listens on.

Default: 5000

Ensure that the database server is listening on this database port. From the server where you are installing IBM Control Center Director, try establishing a “telnet” connection to the database host and port using the following command:

telnet <<dbhost>> <<dbPort>>

Database User ID  
Database password  
Database Name  
JDBC Drivers

db2jcc4.jar and db2jcc_license_cu.jar

Copy these drivers to the server where IBM Control Center Director will be installed. These files are typically in <<DB2installation location>>/java folder.