Enabling SSL connectivity to managed databases (LUW)
IBM® Data Server Manager (DSM) can be connected to managed databases using SSL, if you have configured SSL on the managed database. This topic describes the case for LUW databases.
About this task
This procedure assumes the following prerequisites are in place:
- SSL is set up and configured on the Db2® database that you will be monitoring with DSM. For more details, see Configuring Secure Sockets Layer (SSL) support in a DB2 instance.
- The certificate has been extracted from the Db2 server and made available on the DSM server in a truststore. DSM uses Java Database Connectivity (JDBC) to connect to the databases. You will need to follow the same steps outlined here for connecting any other JDBC clients to the SSL-configured database. Note that you can use the keytool utility from the Java Runtime Environment (JRE) that is shipped with DSM. For more details, see Configuring the Java Runtime Environment to use SSL.
Configuring the database connection on Data Server Manager
- Log in to DSM.
- Go to .
- Add (or edit) your database connection information, paying special attention to these four
fields:
Table 1. Field Value Port number The SSL port as set at the Db2 server - see DBM CFG parm SSL_SVCENAME JDBC Security Select "SSL connectivity" from the drop list. When selected the truststore fields will appear Truststore location Enter the fully qualified path to the file you created or updated with the keytool utility Truststore password Type the password to the truststore (the password you entered in the keytool utility) - Click Test connection.
- Save your connection profile.
Example
In this part of the example, we are logged into the Db2 server,
testbox1, as the instance owner, db2inst1.