Information
The SSVCENAME database manager configuration parameter controls which port Db2 will listen on for unencrypted connections.
Rationale:
To prevent unencrypted remote connections to the DB2 instance, it is good practice to unset the value of the SVCENAME DBM CFG parameter to prevent Db2 from starting the TCP listener, even if DB2COMM is set to TCPIP.
Solution
Perform the following to unset SVCENAME:
Attach to the Db2 instance.
db2 => attach to <db2instance>
Run the following command, where <service> is a port number or named service.
db2 => update dbm cfg using SVCENAME NULL
Db2 must be recycled (db2stop/db2start) for changes to SSL_SVCENAME to take effect.