Hello HA Masters,
I have successfully created a failover cluster following the
Installing and Configuring Openfiler with DRBD and Heartbeat guide on this site.
My failover nodes are contained in virtual machines and replication traffic is directed over a separate subnet. All aspects of the failover appear to function as expected; however I am requesting some guidance on how to configure an additional virtual IP for the nic replication traffic is ported over.
My intent is to add an additional nic for iSCSI traffic to serve up requests to other virtual machines so that drbd replication traffic is isolated from web interface traffic which is isolated from iSCSI traffic.
Is this as simple as adding another resource in the cluster.xml file?
Code:
<?xml version="1.0" ?>
<cluster>
<clustering state="on" />
<nodename value="node0" />
<resource value="MailTo::admin@web-wired.com::ClusterFailover" />
<resource value="IPaddr::192.168.10.145/24" />
<resource value="IPaddr::192.168.20.145/24" />
<resource value="drbddisk::" />
<resource value="LVM::vg0drbd" />
<resource value="Filesystem::/dev/drbd0::/cluster_metadata::ext3::defaults,noatime" />
<resource value="MakeMounts" />
</cluster>
Recent comments
2 days 23 hours ago
3 days 8 hours ago
3 days 11 hours ago
3 days 12 hours ago
3 days 14 hours ago
3 days 15 hours ago
3 days 17 hours ago
3 days 18 hours ago
4 days 10 hours ago
4 days 11 hours ago