Sybase Technical Library - Product Manuals Home
[Search Forms] [Previous Section with Hits] [Next Section with Hits] [Clear Search] Expand Search

Chapter 2: Planning the Connection Configuration [Table of Contents] Chapter 4: Configuring the MVS Mainframe for an LU6.2 Environment

DirectConnect for DB2/MVS Connectivity Guide

[-] Chapter 3: Configuring the MVS Mainframe for a TCP/IP Environment

Chapter 3

Configuring the MVS Mainframe for a TCP/IP Environment

This chapter contains information about configuring the mainframe connection in a TCP/IP environment. This chapter contains these sections:

Modifying MVS

You must modify the MVS SYS1.PARMLIB partitioned dataset to configure the mainframe for the TCP/IP environment. For example, you need to authorize TCP/IP dataset libraries and update approximate members in those libraries when you install TCP/IP. After your modifications are complete, IPL the MVS system using CLPA (Create Link Pack Area).

See Also

Configuring TCP/IP

You must configure TCP/IP to allow Enterprise CONNECT products using TCP/IP to identify and communicate with DirectCONNECT for DB2/MVS using the CICS TCP/IP Sockets Interface.

[permil] To configure TCP/IP:

  1. In the TCP/IP profile dataset, define the port in the MVS TCP/IP configuration profile port definition for each CICS region in use.

    For example, to define the regions CICSPROD, CICSDEV, and CICSQA:

    PORT
    .
    .
    .
    3001 TCP CICSPROD NOAUTOLOG ; CICS SOCKET
    3002 TCP CICSDEV NOAUTOLOG ; CICS SOCKET
    3003 TCP CICSQA NOAUTOLOG ; CICS SOCKET
  2. Install and configure the CICS TCP/IP Listener transaction (CSKL) in the CICS region, and then verify that you can bring it up using the CSKE transaction.

    Note: When using the CSKE transaction, specify TCPIPUSERID as the name of the TCP/IP address space, and PORT as the port number of your CICS region, which are required.
  3. Configure TCP/IP for MVS so the server on which DirectCONNECT for DB2/MVS is installed can open a socket to the CICS region.

  4. Have the DirectCONNECT administrator verify connectivity as follows:

See Also


Chapter 2: Planning the Connection Configuration [Table of Contents] Chapter 4: Configuring the MVS Mainframe for an LU6.2 Environment