Configuring the interfaces file

The interfaces file for clusters must include entries for the cluster server and all instances.

The syntax for the interfaces file is:

instance_name
   query   network_protocol   ether   machine_name   port_number
. . . 
cluster_server_name
   query   network_protocol   ether   machine_name   port_number

Where:

This example includes the instances “ase1,” “ase2,” and “ase3,” on machines “blade1,” “blade2,” and “blade3,” running in the cluster “mycluster”:

ase1
   master tcp ether blade1 19786
   query tcp ether blade1 19786
ase2
   master tcp ether blade2 19786
   query tcp ether blade2 19786
ase3
   master tcp ether blade3 	19786
   query tcp ether blade3 19786
mycluster
   query tcp ether blade1 19786
   query tcp ether blade2 19786
   query tcp ether blade3 19786