Does anyone know how to get the cluster to use an alternate private
network for clustering? I have 2 nodes RHEL 5.3 Eth0 is the public interface Eth1 and eth2 are bonded I added entries for the bonded interface in both hosts file.
Here is my hosts file 192.168.190.86
ricci1b ricci1b.gallup.com 192.168.190.87
ricci2b ricci2b.gallup.com 172.38.1.17
ricci1b-ic ricci1b-ic.gallup.com 172.38.1.18
ricci2b-ic ricci2b-ic.gallup.com Here is my cluster.conf <?xml version="1.0"?> <cluster alias="xencluster"
config_version="1" name="xencluster">
<fence_daemon post_fail_delay="0"
post_join_delay="3"/> <clusternodes>
<clusternode name="ricci2b-ic.gallup.com" nodeid="1"
votes="1"/>
<clusternode name="ricci1b-ic.gallup.com" nodeid="2"
votes="1"/>
</clusternodes> <cman
expected_votes="1" two_node="1"/> <fencedevices/> <rm/> </cluster> I get this error in my log file Feb 12 11:34:27 ricci1b openais[6353]: [MAIN ] local node
name "ricci1b.gallup.com" not found in cluster.conf Thanks Gary |
-- Linux-cluster mailing list Linux-cluster@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/linux-cluster