This task describes the steps required to verify port range availability on participating computers. The port range is used by the Fast Communications Manager (FCM). FCM is a feature of DB2® that handles communications between database partition servers.
Verifying the port range availability on participating computers should be done after you install the instance-owning database partition server and before you install any participating database partition servers.
When you install the instance-owning database partition server on the primary computer, DB2 reserves a port range according to the specified number of logical database partition servers participating in partitioned database environment. The default range is four ports. For each server that participates in the partitioned database environment, you must manually configure the /etc/services file for the FCM ports. The range of the FCM ports depends on how many logical partitions you want to use on the participating computer. A minimum of two entries are required, DB2_<instance> and DB2_<instance>_END. Other requirements for the FCM ports specified on participating computers are:
To make changes to the services file, you require root authority.
To verify the port range availability on participating computers:
DB2_db2inst1 60000/tcp DB2_db2inst1_1 60001/tcp DB2_db2inst1_2 60002/tcp DB2_db2inst1_END 60003/tcpDB2 reserves the first four available ports after 60000.
After you install the instance-owning database partition server on the primary computer, you must install your DB2 product on the participating database partition servers. You can use the response file generated for the partitioning servers (default name is db2ese_addpart.rsp), you need to manually configure the /etc/services files for the FCM ports. The range of the FCM ports depend on how many logical partitions you want to use on the current machine. The minimum entries are for DB2_ and DB2__END two entries with consecutive free port numbers. The FCM port numbers used on each participating machines must have the same starting port number, and subsequent ports must be sequentially numbered.
[ Top of Page | Previous Page | Next Page | Contents ]