<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for Linux</title>
	<atom:link href="http://linux.sjolshagen.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://linux.sjolshagen.net</link>
	<description>Linux for Businesses</description>
	<lastBuildDate>Wed, 13 Jul 2011 17:31:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Linux: Using multipath to improve performance for your iSCSI array by Thomas</title>
		<link>http://linux.sjolshagen.net/2010/07/23/linux-using-multipath-to-improve-performance-for-your-iscsi-array/#comment-12</link>
		<dc:creator>Thomas</dc:creator>
		<pubDate>Wed, 13 Jul 2011 17:31:59 +0000</pubDate>
		<guid isPermaLink="false">http://linux.sjolshagen.net/?p=311#comment-12</guid>
		<description>Not sure what I need to update?

That said, no AFIK, you do not need to use static routes (assuming the dynamic ones are correct). The key is to ensure that the MPIO engine is configured for Round Robin (or Shortest Queue First, if available) and that, if the target ports are on the same sub-net (i.e. 192.168.1.0/255.255.255.0), the sysctl.conf tunables mentioned elsewhere on this site are set correctly.</description>
		<content:encoded><![CDATA[<p>Not sure what I need to update?</p>
<p>That said, no AFIK, you do not need to use static routes (assuming the dynamic ones are correct). The key is to ensure that the MPIO engine is configured for Round Robin (or Shortest Queue First, if available) and that, if the target ports are on the same sub-net (i.e. 192.168.1.0/255.255.255.0), the sysctl.conf tunables mentioned elsewhere on this site are set correctly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Linux: Using multipath to improve performance for your iSCSI array by David Velasquez</title>
		<link>http://linux.sjolshagen.net/2010/07/23/linux-using-multipath-to-improve-performance-for-your-iscsi-array/#comment-11</link>
		<dc:creator>David Velasquez</dc:creator>
		<pubDate>Wed, 13 Jul 2011 03:32:44 +0000</pubDate>
		<guid isPermaLink="false">http://linux.sjolshagen.net/?p=311#comment-11</guid>
		<description>Hi,

When using multipath with Centos 5.6 I can see traffic splitted on different target IPs on the same SAN, but its only using 1 interface to do that, it just doesnt split the traffic on both interfaces. It do failover however.

Can you update your posts? Does it need to have static routes to make it work spreading the bandwidth on both nics or multipath needs something special to be configured?

Besr regards.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>When using multipath with Centos 5.6 I can see traffic splitted on different target IPs on the same SAN, but its only using 1 interface to do that, it just doesnt split the traffic on both interfaces. It do failover however.</p>
<p>Can you update your posts? Does it need to have static routes to make it work spreading the bandwidth on both nics or multipath needs something special to be configured?</p>
<p>Besr regards.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Linux: Configure &#8220;bridge at boot&#8221; for NIC(s) in Fedora 13 by Thomas</title>
		<link>http://linux.sjolshagen.net/2010/07/28/linux-configure-bridge-at-boot-for-nics-in-fedora-13/#comment-14</link>
		<dc:creator>Thomas</dc:creator>
		<pubDate>Sat, 05 Feb 2011 15:38:23 +0000</pubDate>
		<guid isPermaLink="false">http://linux.sjolshagen.net/?p=385#comment-14</guid>
		<description>It&#039;s difficult to tell from your comment, to be honest. I don&#039;t know the distribution or version of the Linux kernel you&#039;re using, etc, etc. Generally speaking, doing a &quot;#iscsiadm -m discovery -t st&quot; should not bring the actual bridge interfaces or physical interfaces into a state that would cause some sort of hickup (temporary link reset), but that&#039;s what it sounds like is happening to you. 

I&#039;d probably start by looking at my switch configuration. Do you have spanning tree configured on the ports - could be you&#039;re seeing ports being disabled by the switch to mitigate switch loops, etc. &quot;Port flapping&quot; can often be the result of SPT recalculations (which can take up to 30+ seconds.

Also, I&#039;d look into whether or not NetworkManager is involved (on servers I _always_ turn Network Manager off since I don&#039;t see the point of having it active. It&#039;s predominantly designed to be a client side tool (i.e. for laptops or systems inconsistently connected to different networks/wireless networks) and has - in my view - no purpose in a server environment with permanent &amp; direct links.</description>
		<content:encoded><![CDATA[<p>It&#8217;s difficult to tell from your comment, to be honest. I don&#8217;t know the distribution or version of the Linux kernel you&#8217;re using, etc, etc. Generally speaking, doing a &#8220;#iscsiadm -m discovery -t st&#8221; should not bring the actual bridge interfaces or physical interfaces into a state that would cause some sort of hickup (temporary link reset), but that&#8217;s what it sounds like is happening to you. </p>
<p>I&#8217;d probably start by looking at my switch configuration. Do you have spanning tree configured on the ports &#8211; could be you&#8217;re seeing ports being disabled by the switch to mitigate switch loops, etc. &#8220;Port flapping&#8221; can often be the result of SPT recalculations (which can take up to 30+ seconds.</p>
<p>Also, I&#8217;d look into whether or not NetworkManager is involved (on servers I _always_ turn Network Manager off since I don&#8217;t see the point of having it active. It&#8217;s predominantly designed to be a client side tool (i.e. for laptops or systems inconsistently connected to different networks/wireless networks) and has &#8211; in my view &#8211; no purpose in a server environment with permanent &#038; direct links.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Linux: Configure &#8220;bridge at boot&#8221; for NIC(s) in Fedora 13 by Neil</title>
		<link>http://linux.sjolshagen.net/2010/07/28/linux-configure-bridge-at-boot-for-nics-in-fedora-13/#comment-13</link>
		<dc:creator>Neil</dc:creator>
		<pubDate>Fri, 04 Feb 2011 22:11:23 +0000</pubDate>
		<guid isPermaLink="false">http://linux.sjolshagen.net/?p=385#comment-13</guid>
		<description>On my host, I have two NICs: one for our primary network (eth0/br0), one on our dedicated iSCSI network (eth2/br2) which mounts an iSCSI volume on the host. On my guests, I want to use iSCSI and so I have two NICs for each guest, one bridging br0 for all our regular traffic, and one bridging br2 where I intended to carry traffic from my guest iSCSI initiators. Unfortunately, the system comes to a half for 30 seconds or more on each iSCSI discovery or node connection on a guest. I see in your final paragraph NOT to use iSCSI volumes on the host if using iSCSI on the bridged network. Is this likely my problem? Can I still use iSCSI on multiple guests over the same bridged host NIC without issue? Why might these restrictions be in place?</description>
		<content:encoded><![CDATA[<p>On my host, I have two NICs: one for our primary network (eth0/br0), one on our dedicated iSCSI network (eth2/br2) which mounts an iSCSI volume on the host. On my guests, I want to use iSCSI and so I have two NICs for each guest, one bridging br0 for all our regular traffic, and one bridging br2 where I intended to carry traffic from my guest iSCSI initiators. Unfortunately, the system comes to a half for 30 seconds or more on each iSCSI discovery or node connection on a guest. I see in your final paragraph NOT to use iSCSI volumes on the host if using iSCSI on the bridged network. Is this likely my problem? Can I still use iSCSI on multiple guests over the same bridged host NIC without issue? Why might these restrictions be in place?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Linux: Using multipath to improve performance for your iSCSI array by Andy</title>
		<link>http://linux.sjolshagen.net/2010/07/23/linux-using-multipath-to-improve-performance-for-your-iscsi-array/#comment-10</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Thu, 04 Nov 2010 14:54:17 +0000</pubDate>
		<guid isPermaLink="false">http://linux.sjolshagen.net/?p=311#comment-10</guid>
		<description>I had the same problem as you, so firstly thanks for the heads-up on the arp_filter, that solved the reachability problems I had.

Now, onto the throughput. The reason I moved from etherchannel (just like you did) is because Dell told me I should be using multipath as it&#039;s the &#039;supported&#039; method (same as you).

They said if I use multipath then connections to the group IP will get distributed among the eth0 and eth1 interfaces and I&#039;ll be able to realise more than the ~1gbps limit which I had with the etherchannel. 

Obviously you&#039;re not seeing these benefits, and although I&#039;m yet to test my changes, I can see connections are still only being made to eth0 on the EL SAN.

I feel we&#039;re both possibly being spun out a bit by Dell. I&#039;m going to try and get to the bottom of it, but I wondered if you had anything to add to your experience, since it was a few months ago now.

Thanks.</description>
		<content:encoded><![CDATA[<p>I had the same problem as you, so firstly thanks for the heads-up on the arp_filter, that solved the reachability problems I had.</p>
<p>Now, onto the throughput. The reason I moved from etherchannel (just like you did) is because Dell told me I should be using multipath as it&#8217;s the &#8216;supported&#8217; method (same as you).</p>
<p>They said if I use multipath then connections to the group IP will get distributed among the eth0 and eth1 interfaces and I&#8217;ll be able to realise more than the ~1gbps limit which I had with the etherchannel. </p>
<p>Obviously you&#8217;re not seeing these benefits, and although I&#8217;m yet to test my changes, I can see connections are still only being made to eth0 on the EL SAN.</p>
<p>I feel we&#8217;re both possibly being spun out a bit by Dell. I&#8217;m going to try and get to the bottom of it, but I wondered if you had anything to add to your experience, since it was a few months ago now.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Linux: Using multipath to improve performance for your iSCSI array by Thomas</title>
		<link>http://linux.sjolshagen.net/2010/07/23/linux-using-multipath-to-improve-performance-for-your-iscsi-array/#comment-9</link>
		<dc:creator>Thomas</dc:creator>
		<pubDate>Sun, 15 Aug 2010 23:00:38 +0000</pubDate>
		<guid isPermaLink="false">http://linux.sjolshagen.net/?p=311#comment-9</guid>
		<description>Depending on your switch layout; Do you have SPanning Tree or Rapid SPanning Tree enabled on the ports used by the host(s) and array(s)? Could also be the reason you&#039;re only seeing traffic on one interface.</description>
		<content:encoded><![CDATA[<p>Depending on your switch layout; Do you have SPanning Tree or Rapid SPanning Tree enabled on the ports used by the host(s) and array(s)? Could also be the reason you&#8217;re only seeing traffic on one interface.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Linux: Using multipath to improve performance for your iSCSI array by MD</title>
		<link>http://linux.sjolshagen.net/2010/07/23/linux-using-multipath-to-improve-performance-for-your-iscsi-array/#comment-8</link>
		<dc:creator>MD</dc:creator>
		<pubDate>Sat, 07 Aug 2010 00:44:56 +0000</pubDate>
		<guid isPermaLink="false">http://linux.sjolshagen.net/?p=311#comment-8</guid>
		<description>Sorry, maybe my use of words was ambiguous - by &quot;over the bonded interfaces&quot; i really meant &quot;compared to the bonded interfaces&quot;

i forgot to mention: i switched this morning from the bonded method to the &quot;recommended&quot; method with multipath and individual NICS. I&#039;ve had the bonded working great for 11.5mths, but have always been disappointed by the performance - I used the bonded/MLT (LACP) because i wanted the redundancy at the network end of things.

Since i thought this was the bottle neck, i&#039;ve now tried the multipath/4 single NICs to see if there&#039;s much difference.

With my initial tests, the IP address i have assigned to eth5, I&#039;ve mounted a share using NFS on a separate system - interestingly, all of this traffic actually goes via the eth3 interface - it&#039;s listed first in the routing table (it&#039;s on the same subnet as eth2-5) - i&#039;d expect the eth5 since that&#039;s where the IP is &quot;located&quot;

I then saw the routing table, and that seems to be the reason (i&#039;d read your previous post on the rp_filter, and that was already defaulted to 0 - it&#039;s a RHEL5 system).

Reading the kernel docs for &quot;arp_filter&quot; (not rp_filter), it almost implies that i need to setup source-based routing:
&quot;arp_filter - BOOLEAN
        1 - Allows you to have multiple network interfaces on the same
        subnet, and have the ARPs for each interface be answered
        based on whether or not the kernel would route a packet from
        the ARP&#039;d IP out that interface (therefore you must use source
        based routing for this to work). In other words it allows control
        of which cards (usually 1) will respond to an arp request.

        0 - (default) The kernel can respond to arp requests with addresses
        from other interfaces. This may seem wrong but it usually makes
        sense, because it increases the chance of successful communication.
        IP addresses are owned by the complete host on Linux, not by
        particular interfaces. Only for more complex setups like load-
        balancing, does this behaviour cause problems.

        arp_filter for the interface will be enabled if at least one of
        conf/{all,interface}/arp_filter is set to TRUE,
        it will be disabled otherwise&quot;

Nevertheless, i tested it somewhat (it&#039;s actually a production system so limited scope here). my test with dd if=/dev/zero of=testfile count=50000000 which results in a 26GB file. Whilst looking at iostat, i see traffic over all 4 &quot;paths&quot;. This worked out speed wise at ~896mbit/sec which seems awfully close to 1gbit (when taking into account the overhead of network protocols). And the strange thing, i see traffic on all 4 nics. It&#039;s just an awful co-incidence that the write speed seems to be almost exactly at 1gbit ...  (it&#039;s a PE2950 w/ 16gb ram). The unit PS6000XV had negligible other load at that time.

Re-running my DD test:

[user@host]# time dd if=/dev/zero of=testfile count=50000000
50000000+0 records in
50000000+0 records out
25600000000 bytes (26 GB) copied, 191.673 seconds, 134 MB/s

real	3m11.733s
user	0m19.957s
sys	2m51.032s

again, very close to 1Gbit...


So i&#039;m either stuck with the fact that i&#039;ve got a mis-configuration somewhere, or that the performance of the unit really is ~1gbit in terms of writes, or that the way to get a performing system still alludes me.</description>
		<content:encoded><![CDATA[<p>Sorry, maybe my use of words was ambiguous &#8211; by &#8220;over the bonded interfaces&#8221; i really meant &#8220;compared to the bonded interfaces&#8221;</p>
<p>i forgot to mention: i switched this morning from the bonded method to the &#8220;recommended&#8221; method with multipath and individual NICS. I&#8217;ve had the bonded working great for 11.5mths, but have always been disappointed by the performance &#8211; I used the bonded/MLT (LACP) because i wanted the redundancy at the network end of things.</p>
<p>Since i thought this was the bottle neck, i&#8217;ve now tried the multipath/4 single NICs to see if there&#8217;s much difference.</p>
<p>With my initial tests, the IP address i have assigned to eth5, I&#8217;ve mounted a share using NFS on a separate system &#8211; interestingly, all of this traffic actually goes via the eth3 interface &#8211; it&#8217;s listed first in the routing table (it&#8217;s on the same subnet as eth2-5) &#8211; i&#8217;d expect the eth5 since that&#8217;s where the IP is &#8220;located&#8221;</p>
<p>I then saw the routing table, and that seems to be the reason (i&#8217;d read your previous post on the rp_filter, and that was already defaulted to 0 &#8211; it&#8217;s a RHEL5 system).</p>
<p>Reading the kernel docs for &#8220;arp_filter&#8221; (not rp_filter), it almost implies that i need to setup source-based routing:<br />
&#8220;arp_filter &#8211; BOOLEAN<br />
        1 &#8211; Allows you to have multiple network interfaces on the same<br />
        subnet, and have the ARPs for each interface be answered<br />
        based on whether or not the kernel would route a packet from<br />
        the ARP&#8217;d IP out that interface (therefore you must use source<br />
        based routing for this to work). In other words it allows control<br />
        of which cards (usually 1) will respond to an arp request.</p>
<p>        0 &#8211; (default) The kernel can respond to arp requests with addresses<br />
        from other interfaces. This may seem wrong but it usually makes<br />
        sense, because it increases the chance of successful communication.<br />
        IP addresses are owned by the complete host on Linux, not by<br />
        particular interfaces. Only for more complex setups like load-<br />
        balancing, does this behaviour cause problems.</p>
<p>        arp_filter for the interface will be enabled if at least one of<br />
        conf/{all,interface}/arp_filter is set to TRUE,<br />
        it will be disabled otherwise&#8221;</p>
<p>Nevertheless, i tested it somewhat (it&#8217;s actually a production system so limited scope here). my test with dd if=/dev/zero of=testfile count=50000000 which results in a 26GB file. Whilst looking at iostat, i see traffic over all 4 &#8220;paths&#8221;. This worked out speed wise at ~896mbit/sec which seems awfully close to 1gbit (when taking into account the overhead of network protocols). And the strange thing, i see traffic on all 4 nics. It&#8217;s just an awful co-incidence that the write speed seems to be almost exactly at 1gbit &#8230;  (it&#8217;s a PE2950 w/ 16gb ram). The unit PS6000XV had negligible other load at that time.</p>
<p>Re-running my DD test:</p>
<p>[user@host]# time dd if=/dev/zero of=testfile count=50000000<br />
50000000+0 records in<br />
50000000+0 records out<br />
25600000000 bytes (26 GB) copied, 191.673 seconds, 134 MB/s</p>
<p>real	3m11.733s<br />
user	0m19.957s<br />
sys	2m51.032s</p>
<p>again, very close to 1Gbit&#8230;</p>
<p>So i&#8217;m either stuck with the fact that i&#8217;ve got a mis-configuration somewhere, or that the performance of the unit really is ~1gbit in terms of writes, or that the way to get a performing system still alludes me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Linux: Using multipath to improve performance for your iSCSI array by Thomas</title>
		<link>http://linux.sjolshagen.net/2010/07/23/linux-using-multipath-to-improve-performance-for-your-iscsi-array/#comment-7</link>
		<dc:creator>Thomas</dc:creator>
		<pubDate>Fri, 06 Aug 2010 16:21:10 +0000</pubDate>
		<guid isPermaLink="false">http://linux.sjolshagen.net/?p=311#comment-7</guid>
		<description>I&#039;ve seen similar behavior in my personal iSCSI network when using &quot;mode=802.3ad&quot; for the &quot;BONDING_OPTS=&quot; line in ifcfg-bond0 (and the switch configured with Link Aggregation/Trunking for the ports). After switching to &quot;mode=balance-alb&quot; and turning of trunking on the switch ports (LACP is off), my throughput increased and I&#039;m seeing traffic on both of my bonded NICs - this is a personal iSCSI SAN in my basement, no EqualLogic equipment included).

Also, how come your eth{2,3,4,5} all have IP addresses? If you&#039;re using the bonding driver, I would have expected them all to be IP-less slaves (see &quot;SLAVE&quot; in the output from #ifconfig eth{2,3,4,5} with &quot;bond0&quot; (or whatever you decide to call it) as the only entity having an IP address.

The output you included reminds me more of a solution w/no bonding enabled (i.e. the standard EqualLogic recommended configuration) and the dm-multipath driver loaded &amp; configured?</description>
		<content:encoded><![CDATA[<p>I&#8217;ve seen similar behavior in my personal iSCSI network when using &#8220;mode=802.3ad&#8221; for the &#8220;BONDING_OPTS=&#8221; line in ifcfg-bond0 (and the switch configured with Link Aggregation/Trunking for the ports). After switching to &#8220;mode=balance-alb&#8221; and turning of trunking on the switch ports (LACP is off), my throughput increased and I&#8217;m seeing traffic on both of my bonded NICs &#8211; this is a personal iSCSI SAN in my basement, no EqualLogic equipment included).</p>
<p>Also, how come your eth{2,3,4,5} all have IP addresses? If you&#8217;re using the bonding driver, I would have expected them all to be IP-less slaves (see &#8220;SLAVE&#8221; in the output from #ifconfig eth{2,3,4,5} with &#8220;bond0&#8243; (or whatever you decide to call it) as the only entity having an IP address.</p>
<p>The output you included reminds me more of a solution w/no bonding enabled (i.e. the standard EqualLogic recommended configuration) and the dm-multipath driver loaded &amp; configured?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Linux: Using multipath to improve performance for your iSCSI array by MD</title>
		<link>http://linux.sjolshagen.net/2010/07/23/linux-using-multipath-to-improve-performance-for-your-iscsi-array/#comment-6</link>
		<dc:creator>MD</dc:creator>
		<pubDate>Fri, 06 Aug 2010 14:54:34 +0000</pubDate>
		<guid isPermaLink="false">http://linux.sjolshagen.net/?p=311#comment-6</guid>
		<description>So this issue that i encountered with this setup (over the bonded interfaces) is that all the traffic will go via one of the interfaces, for example:

Destination     Gateway         Genmask         Flags   MSS Window  irtt Iface
10.100.110.0    0.0.0.0         255.255.255.0   U         0 0          0 eth3
10.100.110.0    0.0.0.0         255.255.255.0   U         0 0          0 eth4
10.100.110.0    0.0.0.0         255.255.255.0   U         0 0          0 eth5
10.100.110.0    0.0.0.0         255.255.255.0   U         0 0          0 eth2

in this case, eth3 takes all the load, despite there being 4 iscsi sessions open from each of the interfaces (one session per interface)

in effect, while there might be load-balancing via multipath, everything is bottle-necked through one NIC?</description>
		<content:encoded><![CDATA[<p>So this issue that i encountered with this setup (over the bonded interfaces) is that all the traffic will go via one of the interfaces, for example:</p>
<p>Destination     Gateway         Genmask         Flags   MSS Window  irtt Iface<br />
10.100.110.0    0.0.0.0         255.255.255.0   U         0 0          0 eth3<br />
10.100.110.0    0.0.0.0         255.255.255.0   U         0 0          0 eth4<br />
10.100.110.0    0.0.0.0         255.255.255.0   U         0 0          0 eth5<br />
10.100.110.0    0.0.0.0         255.255.255.0   U         0 0          0 eth2</p>
<p>in this case, eth3 takes all the load, despite there being 4 iscsi sessions open from each of the interfaces (one session per interface)</p>
<p>in effect, while there might be load-balancing via multipath, everything is bottle-necked through one NIC?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Linux: Using multipath to improve performance for your iSCSI array by Thomas</title>
		<link>http://linux.sjolshagen.net/2010/07/23/linux-using-multipath-to-improve-performance-for-your-iscsi-array/#comment-5</link>
		<dc:creator>Thomas</dc:creator>
		<pubDate>Thu, 29 Jul 2010 14:46:49 +0000</pubDate>
		<guid isPermaLink="false">http://linux.sjolshagen.net/?p=311#comment-5</guid>
		<description>I&#039;ve not tested using IP aliases and not sure it&#039;d be supported (not that the array really tell, but it&#039;s a question of what&#039;s been tested by Dell&#039;s Q/A group). 

For a supported configuration, Dell would tell you to split the bond, configure the NIC&#039;s presently bonded as physical devices with IP addresses (i.e. 10.10.10.1, 10.10.10.2, etc) on the same subnet as the group IP (if possible) and then configure multipath.conf/multipathd. 

The following would also work, but I&#039;m not clear on whether or not it&#039;s an officially supported configuration, since you&#039;ve already got a bonded interface up, have you considered simply using the iSCSI initiator utilities to configure two (or more, depending on the size of your bond) iSCSI session interfaces, re-discover the LUN(s), re-log in to them and start the multipathd service.

# iscsiadm -m iface -I bond0_1 --op=new
# iscsiadm -m iface -I bond0_2 --op=new
# iscsiadm -m iface -I bond0_1 --op=update -n iface.net_ifacename -v bond0
# iscsiadm -m iface -I bond0_2 --op=update -n iface.net_ifacename -v bond0
# iscsiadm -m discovery -I bond0_1 -t st -p 
# iscsiadm -m discovery -I bond0_2 -t st -p 

I tend to remove the LUNs/Volumes I&#039;m not using on the host (like the vss-control LUN, etc with # iscsiadm -m node --op=delete -T 

# iscsiadm -m node --login -T [iqn for LUN/Volume]

Edit /etc/multipath.conf and start the multipathd service as well as check that the /dev/mapper device is present ( # multipath -v2 ; multipath -ll )

&lt;strong&gt;Again: I&#039;ve not confirmed that we&#039;ll actually support this setup (meaning, I know it works in my own sandbox environment, but YMMV and if you call support they could be telling you it&#039;s not officially supported)&lt;/strong&gt;</description>
		<content:encoded><![CDATA[<p>I&#8217;ve not tested using IP aliases and not sure it&#8217;d be supported (not that the array really tell, but it&#8217;s a question of what&#8217;s been tested by Dell&#8217;s Q/A group). </p>
<p>For a supported configuration, Dell would tell you to split the bond, configure the NIC&#8217;s presently bonded as physical devices with IP addresses (i.e. 10.10.10.1, 10.10.10.2, etc) on the same subnet as the group IP (if possible) and then configure multipath.conf/multipathd. </p>
<p>The following would also work, but I&#8217;m not clear on whether or not it&#8217;s an officially supported configuration, since you&#8217;ve already got a bonded interface up, have you considered simply using the iSCSI initiator utilities to configure two (or more, depending on the size of your bond) iSCSI session interfaces, re-discover the LUN(s), re-log in to them and start the multipathd service.</p>
<p># iscsiadm -m iface -I bond0_1 &#8211;op=new<br />
# iscsiadm -m iface -I bond0_2 &#8211;op=new<br />
# iscsiadm -m iface -I bond0_1 &#8211;op=update -n iface.net_ifacename -v bond0<br />
# iscsiadm -m iface -I bond0_2 &#8211;op=update -n iface.net_ifacename -v bond0<br />
# iscsiadm -m discovery -I bond0_1 -t st -p<br />
# iscsiadm -m discovery -I bond0_2 -t st -p </p>
<p>I tend to remove the LUNs/Volumes I&#8217;m not using on the host (like the vss-control LUN, etc with # iscsiadm -m node &#8211;op=delete -T </p>
<p># iscsiadm -m node &#8211;login -T [iqn for LUN/Volume]</p>
<p>Edit /etc/multipath.conf and start the multipathd service as well as check that the /dev/mapper device is present ( # multipath -v2 ; multipath -ll )</p>
<p><strong>Again: I&#8217;ve not confirmed that we&#8217;ll actually support this setup (meaning, I know it works in my own sandbox environment, but YMMV and if you call support they could be telling you it&#8217;s not officially supported)</strong></p>
]]></content:encoded>
	</item>
</channel>
</rss>

