I am using RHEL 5.3 with cluster suite.
I need to configure a two node cluster which belongs to the same VLAN.
Each node has two NICs and each NIC has two IP addresses, so in total I have 4 IP addresses.
Is there any way (a normal or a forced way, like changing the cluster.conf) to have this cluster working with one VIP service?
Because when I use Conga, I can only configure one IP on each node.
Eventually, the network will look like:
---------------------------
| Switch |
---------------------------
| | | |
|eth0 |eth1 |eth0 |eth1
| | | |
-------- ------------
| Node A | | Node B |
-------- ------------
IP_eth0_A = 10.10.10.2
IP_eth1_A = 10.10.10.4
IP_eth0_B = 10.10.10.3
IP_eth1_B = 10.10.10.5
VIP=10.10.10.6
Note 1: I cannot have a virtual server for our system, this is mandatory
I know it is a very weird configuration, but that's the way it is