Table of Contents

Search

  1. Preface
  2. Introduction to PowerExchange Bulk Data Movement
  3. PowerExchange Listener
  4. Adabas Bulk Data Movement
  5. Datacom Bulk Data Movement
  6. DB2 for i5/OS Bulk Data Movement
  7. DB2 for Linux, UNIX, and Windows Bulk Data Movement
  8. DB2 for z/OS Bulk Data Movement
  9. IDMS Bulk Data Movement
  10. IMS Bulk Data Movement
  11. Microsoft SQL Server Bulk Data Movement
  12. Oracle Bulk Data Movement
  13. Sequential File Bulk Data Movement
  14. VSAM Bulk Data Movement
  15. Writing Data with Fault Tolerance
  16. Monitoring and Tuning Options

Bulk Data Movement Guide

Bulk Data Movement Guide

Configuring the TCP/IP Port Number

Configuring the TCP/IP Port Number

During PowerExchange installation, the default TCP/IP port number for the PowerExchange Listener is set to 2480 in the DBMOVER configuration file:
LISTENER=(
node_name
,TCPIP,2480)
TCP/IP port 2480 is registered with the Internet Assigned Numbers Authority (IANA) exclusively for PowerExchange use. Ask your network administrator to verify that this port is available for PowerExchange at your site.
If another product or a previous PowerExchange installation is using port 2480, you must get another valid TCP/IP port number from your network administrator. Enter that port number in the LISTENER statement of the DBMOVER configuration file.
If you need multiple ports for multiple PowerExchange Listeners, ask your network administrator to provide additional valid port numbers for PowerExchange use. Also, refer to the IANA Web site to determine if the ports have been registered for use by other products.
Use the IANA information as a general guide. A port that is not registered with IANA still might be used by a product.
After you identify the port numbers, add a LISTENER or NODE statement for each one in the DBMOVER configuration file. The NODE statement applies only to a PowerExchange Listener on a remote platform from which PowerExchange reads data. In each statement, include the IP address or host name of the source platform, for example:
NODE=(
node_name
,TCPIP,
ipaddress_or_hostname,port_number
)
You can use the HOSTENT utility to determine the IP address or host name of the source. You can also use this utility to verify that the IP address matches the one in the PowerExchange license key file.

0 COMMENTS

We’d like to hear from you!