Hello.<br><br>We have a scenario where a server would have one NIC on a 10.1.1.x network and multiple NICs on a 10.1.2.x network. The server requires the NICs on the 10.1.2 network each have an independent 10.1.2 network address assigned.<br>
<br>In converting this into an HA solution, we're reaching some difficulty in that if the Cluster Service is using a Cluster Resourced IP of 10.1.1.50, it gets assigned to the appropriate NIC on the cluster node.<br><br>
However, the multple IP resources on the 10.1.2.x network are all getting assigned to a single NIC on the physical cluster node instead of spreading out across those 10.1.2.x NICs.<br><br>This particular cluster is Cluster Suite as released with RHEL5.5.<br>
<br>An example cluster.conf snippet regarding IP address resource:<br><br><ip address=10.1.1.101 monitor_link="1"><br><ip address=10.1.2.101 monitor_link="1"><br>
<ip address=10.1.2.102 monitor_link="1"><br>
<ip address=10.1.2.103 monitor_link="1"><br>
<br>Please imagine that these four IP resource addresses have been assigned to one cluster service.<br><br>Are there any more configurable parameters that can go in there? I would like to be able to assign these four address to four separate NICs on the cluster node.<br>
<br>Right now what happens is the first IP goes correctly to the cluster node's NIC that is assigned a 10.1.1 address, and though the cluster node's three other NICs are assigned 10.1.2 addresses, the three remaining IPs get bunched up one a single 10.1.2 NIC.<br>
<br>Bonding/aggregating isn't an option unfortunately.<br><br>Hope this makes sense...<br><br>Thank you,<br>Dusty<br>