Setting communication protocols for a Db2 instance
Setting communication protocols for a Db2 instance is part of the main task of configuring TCP/IP or SSL communications for a Db2 instance.
Before you begin
About this task
The DB2COMM registry variable allows you to set communication protocols for the current Db2 instance. If the DB2COMM registry variable is undefined or set to null, no TCP/IP connection managers are started when the database manager is started.
The
DB2COMM registry variable can be set with the following keywords:
- tcpip
- starts TCP/IP support
- ssl
- starts SSL support
Procedure
To set the communication protocol for the instance:
Enter the db2set DB2COMM command from the Db2 command window:
db2set DB2COMM=tcpip
Example
db2set DB2COMM=tcpip
db2stop
db2start