CONNX Data Integration Suite 14.8.0 | Installation Guide | Installation Steps | DB2 Host Configuration | CONNX and DB2/UDB (Universal Database) - TCP/IP | Verifying Server TCP/IP Settings via DB2 CLP
 
Verifying Server TCP/IP Settings via DB2 CLP
To verify server TCP/IP settings for Linux, ask your system administrator for the symbolic or 4-part dotted numeric TCP/IP address.
*To verify server settings via DB2 CLP:
1. At the target server, start the DB2 Command Processor window and enter the following command:
Get DBM CFG
2. Verify that the following line appears:
TCP/IP Service Name(SVCENAME) db2cDB2
3. Verify the port on which DB2 listens by opening the services text file in the platform-specific directories (\winnt\system32\drivers\etc for Windows and bin/ls/etc for AIX) and search for the following entries:
db2cDB2 50000/tcp #connection port for the DB2 instance DB2
db2iDB2 50001/tcp #interrupt port for the DB2 instance DB2
If these entries are not present, add them to the services file.
4. Ping the dotted IP address from a Windows client machine by opening a DOS command prompt window and typing the following command:
Ping TCP/IP address of the DB2 UDB server
5. If the ping is successful, try to connect from the CONNX CDD Import dialog box by entering either the symbolic host name or the dotted IP address of the target DB2 UDB server plus the port number (= 50000, for this example).