To establish TCP/IP configuration on DB2 UDB

  1. After confirming the RDBName, determine the host TCP/IP address and port number.

    When DB2 UDB 5.x or 6.x is installed, it auto-detects the TCP/IP stack and updates its configuration and the TCP/IP services file. You can verify the TCP/IP settings via the DB2 Control Center or the DB2 Command Line Processor.

  2. Start the DB2 Control Center.

    image\db2com01.gif

  3. Click on a DB2 instance in the left pane. Right-click, and select Setup Communications.

  4. The Setup Communications – DB2 dialog box appears.

    image\db2com02.gif
     

  5. If TCP/IP is preconfigured, the TCP/IP check box is checked. Click the Properties button to the right of the TCP/IP check box in the Setup Communications dialog box to display the symbolic host name, service name, and port number.

    image\db2com03.gif
     

  6. To resolve the symbolic host name into a dotted TCP/IP address, open the hosts file on your local machine, or open a command prompt window and enter the following command:

ping hostname

  1. A successful ping returns one or more lines as follows:

Pinging the hostname [123.456.789.012] with 32 bytes of data.

Reply from 123.456.789.012: bytes=32 time<10ms TTL=64

  1. You can connect to the target host using either the symbolic host name or the dotted TCP/IP address. This value is entered in the TCP/IP address text box in the CONNX CDD Import dialog box.