TCP/IP Protocol

This appendix describes the format of a listen address when the protocol between two machines is TCP/IP. It also gives you the protocol- and platform-specific information to set up connection data entries.

Previous Topic

Next Topic

Listen Address Format

A listen address is a unique identifier used for interprocess communications. A Communications Server has two kinds of listen addresses. It uses one to receive messages from local processes and the other to receive messages from remote Communications Servers.

This section describes the format of the listen address used to receive messages from remote processes when the network protocol is TCP/IP.

Note: To view or change your instance's listen addresses, use the Configuration-By-Forms (cbf) utility or Configuration Manager (vcbf).

When you install Ingres Net on a machine that is using the TCP/IP protocol, the listen address has two possible formats, as follows:

ax[n]

or

ppppp

where:

The format ax[n] is the default format, where ax is the installation ID (found in II_INSTALLATION) and n = 0. The digit n is incremented by 1 for each successive Communications Server started in an installation. For example, if the installation has three Communications Servers using the default format for their listen addresses, the addresses are ax0, ax1, and ax2.

Previous Topic

Next Topic

Network Address Format

The network address in a TCP/IP environment has the following format:

host_name | ip_address

where:

Previous Topic

Next Topic

Connection Data Entry Information

Windows

Protocol: wintcp or tcp_ip

Network Address: See Network Address Format.

Listen Address: See Listen Address Format.

UNIX

Protocol: tcp_ip

Network Address: See Network Address Format.

Listen Address: See Listen Address Format

VMS

Protocol: tcp_wol | tcp_dec

Network Address: See Network Address Format.

Listen Address: See Listen Address Format.

MVS

When you install Ingres Net on an MVS machine using the TCP/IP protocol, the listen address is stored in the IGWFPSVR macro:

INSTALL = xx
TYPE = tcp_ibm | tcp_knet | tcp_sns
PORT = ax[n] | ppppp

where:

Connection Data Entry Information:

Protocol: tcp_ibm | tcp_knet

Network Address: See Network Address Format.

Listen Address: See Listen Address Format.


© 2007 Ingres Corporation. All rights reserved.