DRBD + HA + OpenFiler - The Virtual IP for iSCSI

Discussion in 'HOWTO-Related Questions' started by howtoforgeisz, May 31, 2010.

  1. howtoforgeisz

    howtoforgeisz New Member

    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::[email protected]::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>
    
     

Share This Page