<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:clearspace="http://www.jivesoftware.com/xmlns/clearspace/rss" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>VMware Communities: Message List - Xtravirt Virtual SAN Appliance</title>
    <link>http://communities.vmware.com/community/vmtn/planning?view=discussions</link>
    <description>Most recent forum messages</description>
    <language>en</language>
    <pubDate>Fri, 23 Jan 2009 16:20:02 GMT</pubDate>
    <generator>Clearspace 1.10.12 (http://jivesoftware.com/products/clearspace/)</generator>
    <dc:date>2009-01-23T16:20:02Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>Re: Xtravirt Virtual SAN Appliance</title>
      <link>http://communities.vmware.com/message/1148527?tstart=0#1148527</link>
      <description>Hi !&lt;br /&gt;
&lt;br /&gt;
Currently, I perform some test on XVS appliance powered by VMware ESX 3.5. The nodes are configured in dual-primary mode, and there is no problem when I have to shutdown properly one of them. Sync Ok !&lt;br /&gt;
&lt;p /&gt;
But when I simulate a network problem (disconnect the NIC) or when I&lt;br /&gt;
made a snapshot of my XVS VM, the both node can't resync' and still&lt;br /&gt;
detected a Split-brain.&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;br /&gt;
&lt;i&gt;--root@lvs-node1 ~--# cat /proc/drbd&lt;/i&gt;&lt;br /&gt;
&lt;i&gt;version: 8.2.5 (api:88/proto:86-88)&lt;/i&gt;&lt;br /&gt;
&lt;i&gt;GIT-hash: 9faf052fdae5ef0c61b4d03890e2d2eab550610c build by root@lvs-node2.xtravirt.com, 2008-04-14 16:57:48&lt;/i&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;ul&gt;
&lt;li&gt;&lt;i&gt;0: cs:StandAlone st:Primary/Unknown ds:UpToDate/Outdated   r---*&lt;/i&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;i&gt;ns:0 nr:0 dw:20970844 dr:20970844 al:0 bm:2560 lo:0 pe:0 ua:0 ap:0&lt;/i&gt;&lt;br /&gt;
&lt;i&gt;resync: used:0/31 hits:2618796 misses:2560 starving:0 dirty:0 changed:2560&lt;/i&gt;&lt;br /&gt;
&lt;i&gt;act_log: used:0/127 hits:0 misses:0 starving:0 dirty:0 changed:0&lt;/i&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;br /&gt;
&lt;i&gt;--root@lvs-node2 ~--# cat /proc/drbd&lt;/i&gt;&lt;br /&gt;
&lt;i&gt;version: 8.2.5 (api:88/proto:86-88)&lt;/i&gt;&lt;br /&gt;
&lt;i&gt;GIT-hash: 9faf052fdae5ef0c61b4d03890e2d2eab550610c build by root@lvs-node2.xtravirt.com, 2008-04-14 16:57:48&lt;/i&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;ul&gt;
&lt;li&gt;&lt;i&gt;0: cs:StandAlone st:Primary/Unknown ds:UpToDate/Outdated   r---*&lt;/i&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;i&gt;ns:0 nr:0 dw:20970844 dr:20970844 al:0 bm:2560 lo:0 pe:0 ua:0 ap:0&lt;/i&gt;&lt;br /&gt;
&lt;i&gt;resync: used:0/31 hits:2618796 misses:2560 starving:0 dirty:0 changed:2560&lt;/i&gt;&lt;br /&gt;
&lt;i&gt;act_log: used:0/127 hits:0 misses:0 starving:0 dirty:0 changed:0&lt;/i&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;br /&gt;
This is my drbd.conf:&lt;br /&gt;
&lt;p /&gt;
&lt;i&gt;&lt;strike&gt;root@lvs-node1 ~&lt;/strike&gt;# cat /etc/drbd.conf&lt;/i&gt;&lt;br /&gt;
&lt;i&gt;global {&lt;/i&gt;&lt;br /&gt;
+        usage-count no;+&lt;br /&gt;
&lt;i&gt;}&lt;/i&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;i&gt;common {&lt;/i&gt;&lt;br /&gt;
+        syncer {+&lt;br /&gt;
+                rate 100M;+&lt;br /&gt;
+        }+&lt;br /&gt;
&lt;br /&gt;
+        handlers {+&lt;br /&gt;
+               &lt;br /&gt;
outdate-peer "/usr/lib/heartbeat/outdate-peer.sh";+&lt;br /&gt;
+               &lt;br /&gt;
split-brain "/usr/lib/drbd/outdate-peer.sh";+&lt;br /&gt;
+        }+&lt;br /&gt;
&lt;i&gt;}&lt;/i&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;i&gt;resource vmfs-0 {&lt;/i&gt;&lt;br /&gt;
+        protocol C;+&lt;br /&gt;
&lt;br /&gt;
+        startup {+&lt;br /&gt;
+                become-primary-on both;+&lt;br /&gt;
+                degr-wfc-timeout 120;+&lt;br /&gt;
+        }+&lt;br /&gt;
&lt;br /&gt;
+        net {+&lt;br /&gt;
+                after-sb-0pri discard-zero-changes;+&lt;br /&gt;
+                after-sb-1pri consensus;+&lt;br /&gt;
+                after-sb-2pri disconnect;+&lt;br /&gt;
+                allow-two-primaries;+&lt;br /&gt;
+        }+&lt;br /&gt;
&lt;br /&gt;
+        disk {+&lt;br /&gt;
+                on-io-error pass_on;+&lt;br /&gt;
&lt;i&gt;#                fencing resource-only;&lt;/i&gt;&lt;br /&gt;
+        }+&lt;br /&gt;
&lt;br /&gt;
+        on lvs-node1.xtravirt.com {+&lt;br /&gt;
+               &lt;br /&gt;
device     /dev/drbd0;+&lt;br /&gt;
+               &lt;br /&gt;
disk       /dev/sdb;+&lt;br /&gt;
+               &lt;br /&gt;
address    10.1.14.130:7788;+&lt;br /&gt;
+                meta-disk  internal;+&lt;br /&gt;
+        }+&lt;br /&gt;
&lt;br /&gt;
+        on lvs-node2.xtravirt.com {+&lt;br /&gt;
+               &lt;br /&gt;
device     /dev/drbd0;+&lt;br /&gt;
+               &lt;br /&gt;
disk       /dev/sdb;+&lt;br /&gt;
+               &lt;br /&gt;
address    10.1.14.132:7788;+&lt;br /&gt;
+                meta-disk  internal;+&lt;br /&gt;
+        }+&lt;br /&gt;
&lt;i&gt;}&lt;/i&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
I try all of the basics commands from drbdadm, like&lt;br /&gt;
connect all, up all, outdate all, invalidate all but still failed with&lt;br /&gt;
exiting code or it say as the device is held open by someone it can't&lt;br /&gt;
change state... How can I resolve Split Brain automatically? I want that the both nodes will come back in a dual-primary mode, once the split brain is resolved. &lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
Best Regards!</description>
      <pubDate>Tue, 20 Jan 2009 11:38:07 GMT</pubDate>
      <author>Alexinfo</author>
      <guid>http://communities.vmware.com/message/1148527?tstart=0#1148527</guid>
      <dc:date>2009-01-20T11:38:07Z</dc:date>
      <clearspace:dateToText>10 months, 4 days ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: Xtravirt Virtual SAN Appliance</title>
      <link>http://communities.vmware.com/message/1129557?tstart=0#1129557</link>
      <description>I was just wondering if anyone had any tips on how to upgrade the VMWare Tools inside the XVS?</description>
      <pubDate>Mon, 22 Dec 2008 09:33:23 GMT</pubDate>
      <author>TechFan</author>
      <guid>http://communities.vmware.com/message/1129557?tstart=0#1129557</guid>
      <dc:date>2008-12-22T09:33:23Z</dc:date>
      <clearspace:dateToText>11 months, 6 days ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Xtravirt Virtual SAN Appliance</title>
      <link>http://communities.vmware.com/message/1121657?tstart=0#1121657</link>
      <description>FYI. I got it. I was trying to see if I could manually set the disk state with dstate (if that was what it even meant) and I found this link:&lt;br /&gt;
&lt;br /&gt;
&lt;a class="jive-link-external" href="http://www.drbd.org/users-guide/s-manual-split-brain-recovery.html"&gt;http://www.drbd.org/users-guide/s-manual-split-brain-recovery.html&lt;/a&gt;&lt;br /&gt;
&lt;p /&gt;
The key commands are:&lt;br /&gt;
&lt;p /&gt;
&lt;b&gt;drbdadm secondary resource&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;drbdadm -- --discard-my-data connect resource&lt;/b&gt;&lt;br /&gt;
&lt;p /&gt;
In our case resource=all.  There is a bit more info as well, so read it if any of the rest of you are stuck.&lt;br /&gt;
&lt;p /&gt;
Following its one extra step fixed it and allowed it to only resync a tiny portion of the 250GB volume, so it only took a short amount of time in comparison. Thanks for your help.&lt;br /&gt;
&lt;br /&gt;
Message was edited by: TechFan &lt;br /&gt;
fixed formatting</description>
      <pubDate>Thu, 11 Dec 2008 15:44:45 GMT</pubDate>
      <author>TechFan</author>
      <guid>http://communities.vmware.com/message/1121657?tstart=0#1121657</guid>
      <dc:date>2008-12-11T15:44:45Z</dc:date>
      <clearspace:dateToText>11 months, 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Xtravirt Virtual SAN Appliance</title>
      <link>http://communities.vmware.com/message/1121604?tstart=0#1121604</link>
      <description>&lt;br /&gt;
Lol.  It is pretty obvious I haven't done this drbd stuff before.  Unfortunately, the setup doesn't want to co-operate still.&lt;br /&gt;
&lt;p /&gt;
 I started the service on both sides.  I then tried to do drbdadm up all on the primary.  It complains that it is attached to a disk (Failure: 124) Device is attached to disk (use detach first)....it echos the command it is trying to run. . .then says terminated with exit code 10.  So, I then try drbdadm primary all.  It fails again with that message in my previous post.  So, I tried detach all, then disconnect all. . .then I tried up all again. . .says disk is still attached, so then detach all, then up all again. . .no errors this time. . .now primary all. . .it gives me the exact same error it did in my previous post again. . .&lt;br /&gt;
&lt;p /&gt;
So, stuck.  It thinks it is diskless. . .and has a disk at the same time.  Not sure how that works. . .thanks for the tips.</description>
      <pubDate>Thu, 11 Dec 2008 15:26:17 GMT</pubDate>
      <author>TechFan</author>
      <guid>http://communities.vmware.com/message/1121604?tstart=0#1121604</guid>
      <dc:date>2008-12-11T15:26:17Z</dc:date>
      <clearspace:dateToText>11 months, 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Xtravirt Virtual SAN Appliance</title>
      <link>http://communities.vmware.com/message/1121461?tstart=0#1121461</link>
      <description>"drbdadm up all" on the primary first.&lt;br /&gt;
&lt;br /&gt;
Tip, if you do "cat /proc/drbd" it'll give you current status, if you see diskless do an drbdadm attach all then drbdadm connect all (NOTE: drbdadm up all does both actions in one command.)</description>
      <pubDate>Thu, 11 Dec 2008 13:30:40 GMT</pubDate>
      <author>mittell</author>
      <guid>http://communities.vmware.com/message/1121461?tstart=0#1121461</guid>
      <dc:date>2008-12-11T13:30:40Z</dc:date>
      <clearspace:dateToText>11 months, 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Xtravirt Virtual SAN Appliance</title>
      <link>http://communities.vmware.com/message/1119927?tstart=0#1119927</link>
      <description>I might have to that earlier, but I started the service first. . .it started and now the file is found.  I did the service start command and that made progress, but the one I want to be primary won't accept the drbdadm primary all.  The secondary takes its commands properly, but the primary complains about dbbd0: Not outdating peer, since I am diskless.&amp;lt;4&amp;gt; State change failed: (-2) Refusing to be primary without at least one UpToDate disk.  Command 'drbdsetup /dev/drbd0 primary' terminated with exit code 11.</description>
      <pubDate>Tue, 09 Dec 2008 22:21:42 GMT</pubDate>
      <author>TechFan</author>
      <guid>http://communities.vmware.com/message/1119927?tstart=0#1119927</guid>
      <dc:date>2008-12-09T22:21:42Z</dc:date>
      <clearspace:dateToText>11 months, 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Xtravirt Virtual SAN Appliance</title>
      <link>http://communities.vmware.com/message/1119555?tstart=0#1119555</link>
      <description>Sounds like the DRBD service hasn't auto-started. If you cat /proc/drbd do&lt;br /&gt;
you get a file not found error?&lt;br /&gt;
&lt;br /&gt;
Try a "service drbd start" then those other drbdadm commands.&lt;br /&gt;
&lt;br /&gt;
Alex</description>
      <pubDate>Tue, 09 Dec 2008 18:02:42 GMT</pubDate>
      <author>mittell</author>
      <guid>http://communities.vmware.com/message/1119555?tstart=0#1119555</guid>
      <dc:date>2008-12-09T18:02:42Z</dc:date>
      <clearspace:dateToText>11 months, 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>6</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Xtravirt Virtual SAN Appliance</title>
      <link>http://communities.vmware.com/message/1119518?tstart=0#1119518</link>
      <description>&lt;br /&gt;
Ok.  I had to shutdown both ESX servers tonight. . .and I even shutdown both sides of the XVS setup.  After restarting the servers. . .they again will not sync. . .I tried the outdate all. . .didn't work either.  I thought I would write you before I go invalidating all. . .&lt;br /&gt;
&lt;p /&gt;
When I try to run any of the following commands, I get an error (No response from the DRBD driver! Is the module loaded?...terminated with exit code 20):&lt;br /&gt;
&lt;p /&gt;
drbdadm primary all &lt;br /&gt;
drbdadm secondary all &lt;br /&gt;
drbdadm connect all &lt;br /&gt;
&lt;p /&gt;
this one doesn't complain:&lt;br /&gt;
&lt;p /&gt;
drbdadm invalidate all &lt;br /&gt;
&lt;br /&gt;
Any advice. . .ideas?</description>
      <pubDate>Tue, 09 Dec 2008 17:45:15 GMT</pubDate>
      <author>TechFan</author>
      <guid>http://communities.vmware.com/message/1119518?tstart=0#1119518</guid>
      <dc:date>2008-12-09T17:45:15Z</dc:date>
      <clearspace:dateToText>11 months, 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>7</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Xtravirt Virtual SAN Appliance</title>
      <link>http://communities.vmware.com/message/1115118?tstart=0#1115118</link>
      <description>&lt;br /&gt;
Thanks again for the additional info.  I will play with it more, but the recovery time in case of failure is what has kept me from deciding to deploy anything live on my XVS setup so far and caused me to decrease the volume to 250GB instead of 500GB.&lt;br /&gt;
&lt;p /&gt;
O/T: I also noticed the email reply's are very delayed. . .and that your reply I got via email notification wasn't on the forum thread for a while. . .neither was my reply. . .lol&lt;br /&gt;
&lt;p /&gt;
 Again, I really appreciate all you have done with this, it is a great tool.</description>
      <pubDate>Thu, 04 Dec 2008 05:31:37 GMT</pubDate>
      <author>TechFan</author>
      <guid>http://communities.vmware.com/message/1115118?tstart=0#1115118</guid>
      <dc:date>2008-12-04T05:31:37Z</dc:date>
      <clearspace:dateToText>11 months, 3 weeks ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: Xtravirt Virtual SAN Appliance</title>
      <link>http://communities.vmware.com/message/1115128?tstart=0#1115128</link>
      <description>&lt;b&gt;mittel&lt;/b&gt;&lt;br /&gt;
&lt;div class="jive-quote"&gt;crrashes for any reason - then only an incremental sync is necessary. DRBD maintains meta-data so this process is automatic, all you need to do is when the crashed node comes back up type "drbdadm connect all" and it should begin the resync, when it's complete type "drbdadm primary all" "service heartbeat start" wait 2 mins "service iscsi-target start" and everything should be up and running again. If the initial drbdadm command doesn't work, try a "drbdadm outdate all" (instead of invalidate, which causes full re-sync) on the node then try again. I've tried this out many times with hard powering off a node and DRBD does an incremental resync successfully every time. The "start services" menu option should automate these commands - but it seems there may be a bug in there that is preventing it from happening so I suggest using the command line.&lt;/div&gt;
&lt;br /&gt;
How made this automatical in start XVS ?&lt;br /&gt;
in /etc/RC3.D ?</description>
      <pubDate>Thu, 04 Dec 2008 04:58:13 GMT</pubDate>
      <author>glazgb</author>
      <guid>http://communities.vmware.com/message/1115128?tstart=0#1115128</guid>
      <dc:date>2008-12-04T04:58:13Z</dc:date>
      <clearspace:dateToText>11 months, 3 weeks ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: Xtravirt Virtual SAN Appliance</title>
      <link>http://communities.vmware.com/message/1114738?tstart=0#1114738</link>
      <description>&lt;br /&gt;
So this is basically IET + Heartbeat + DRBD? &lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
Good for someone without dedicated ISCSI device for testing.</description>
      <pubDate>Wed, 03 Dec 2008 20:59:08 GMT</pubDate>
      <author>dilidolo</author>
      <guid>http://communities.vmware.com/message/1114738?tstart=0#1114738</guid>
      <dc:date>2008-12-03T20:59:08Z</dc:date>
      <clearspace:dateToText>11 months, 3 weeks ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: Xtravirt Virtual SAN Appliance</title>
      <link>http://communities.vmware.com/message/1114247?tstart=0#1114247</link>
      <description>&lt;b&gt;deleted duplicate post&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
Message was edited by: mittell</description>
      <pubDate>Wed, 03 Dec 2008 15:36:06 GMT</pubDate>
      <author>mittell</author>
      <guid>http://communities.vmware.com/message/1114247?tstart=0#1114247</guid>
      <dc:date>2008-12-03T15:36:06Z</dc:date>
      <clearspace:dateToText>11 months, 3 weeks ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: Xtravirt Virtual SAN Appliance</title>
      <link>http://communities.vmware.com/message/1114274?tstart=0#1114274</link>
      <description>Ugh I remember why I gave up using these forums now, the software is so bad. &lt;img class="jive-emoticon" border="0" src="http://communities.vmware.com/images/emoticons/sad.gif" alt=":(" /&gt;&lt;br /&gt;
&lt;br /&gt;
I typed a long reply to this twice now only to get it lost with an HTTP 500 Internal Server Error, and replies don't seem to be showing up to the threads properly, half the time rvsharpes post is the last in the thread when there are two more replies!&lt;br /&gt;
&lt;br /&gt;
Anyway, for the thirds time...&lt;br /&gt;
&lt;br /&gt;
You only need to do a full re-sync on a split-brain, which should only happen if you lose the network connectivity between the two nodes when they are both live. If one of the nodes, or the host it is on, crrashes for any reason - then only an incremental sync is necessary. DRBD maintains meta-data so this process is automatic, all you need to do is when the crashed node comes back up type "drbdadm connect all" and it should begin the resync, when it's complete type "drbdadm primary all" "service heartbeat start" wait 2 mins "service iscsi-target start" and everything should be up and running again. If the initial drbdadm command doesn't work, try a "drbdadm outdate all" (instead of invalidate, which causes full re-sync) on the node then try again. I've tried this out many times with hard powering off a node and DRBD does an incremental resync successfully every time. The "start services" menu option should automate these commands - but it seems there may be a bug in there that is preventing it from happening so I suggest using the command line.&lt;br /&gt;
&lt;br /&gt;
(select all copy - damn forum)</description>
      <pubDate>Wed, 03 Dec 2008 15:44:07 GMT</pubDate>
      <author>mittell</author>
      <guid>http://communities.vmware.com/message/1114274?tstart=0#1114274</guid>
      <dc:date>2008-12-03T15:44:07Z</dc:date>
      <clearspace:dateToText>11 months, 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>10</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Xtravirt Virtual SAN Appliance</title>
      <link>http://communities.vmware.com/message/1114146?tstart=0#1114146</link>
      <description>Alex,&lt;br /&gt;
&lt;br /&gt;
Thanks for the response.  I figured there wasn't anything more happening &lt;br /&gt;
on this when I heard xtravirt was bought out.  That is unfortunate but &lt;br /&gt;
understandable.&lt;br /&gt;
&lt;br /&gt;
So, basically what you are saying is that the only way to recover is to &lt;br /&gt;
completely resync. . .so, resync 250GB if that is the size of the space? &lt;br /&gt;
   Not much different than just deleting a virtual disk on one side and &lt;br /&gt;
resyncing.  So, if both hosts go down, then it is likely to be a while &lt;br /&gt;
before you can get them back up. . .good reason not to use it in &lt;br /&gt;
production.  We were just about to start using it as one type of &lt;br /&gt;
storage. . .NFS, Local, and VSAN mixed as needed.&lt;br /&gt;
&lt;br /&gt;
Thanks again for the great tool.</description>
      <pubDate>Wed, 03 Dec 2008 14:06:23 GMT</pubDate>
      <author>TechFan</author>
      <guid>http://communities.vmware.com/message/1114146?tstart=0#1114146</guid>
      <dc:date>2008-12-03T14:06:23Z</dc:date>
      <clearspace:dateToText>11 months, 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>12</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Xtravirt Virtual SAN Appliance</title>
      <link>http://communities.vmware.com/message/1114092?tstart=0#1114092</link>
      <description>Hi Guys,&lt;br /&gt;
&lt;br /&gt;
Afraid I've currently ceased development of the XVS due to time constraints, so I'd suggest that it is only used for dev/testing unless you have a sound knowledge of Linux/DRBD/Heartbeat.&lt;br /&gt;
&lt;br /&gt;
The resolution for split-brain is to go to invalidate one of the nodes, if you google for drbd split-brain recovery you'll find a lot of information.&lt;br /&gt;
&lt;br /&gt;
Basically you just need to select one node and force it to overwrite the other, the command for this would be something like:&lt;br /&gt;
&lt;br /&gt;
On the master:&lt;br /&gt;
&lt;br /&gt;
drbdadm primary all&lt;br /&gt;
&lt;br /&gt;
On the node to be overwritten&lt;br /&gt;
&lt;br /&gt;
drbdadm secondary all&lt;br /&gt;
drbdadm invalidate all&lt;br /&gt;
drbdadm connect all&lt;br /&gt;
&lt;br /&gt;
On the master:&lt;br /&gt;
&lt;br /&gt;
drbdadm connect all&lt;br /&gt;
&lt;br /&gt;
This should then cause a full re-sync, be careful about doing it the correct way around! &lt;br /&gt;
&lt;br /&gt;
When the sync is done, do the following on the overwritten node.&lt;br /&gt;
&lt;br /&gt;
drbdadm primary all&lt;br /&gt;
service heartbeat start&lt;br /&gt;
&amp;lt;wait 2 mins&amp;gt;&lt;br /&gt;
service iscsi-target start&lt;br /&gt;
&lt;br /&gt;
If anyone needs any help/advice I'm happy to advise on a best-effort basis, either PM me on here or email me at support (at) xtravirt.com.&lt;br /&gt;
&lt;br /&gt;
Cheers,&lt;br /&gt;
&lt;br /&gt;
Alex</description>
      <pubDate>Wed, 03 Dec 2008 13:20:20 GMT</pubDate>
      <author>mittell</author>
      <guid>http://communities.vmware.com/message/1114092?tstart=0#1114092</guid>
      <dc:date>2008-12-03T13:20:20Z</dc:date>
      <clearspace:dateToText>11 months, 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>13</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Xtravirt Virtual SAN Appliance</title>
      <link>http://communities.vmware.com/message/1113802?tstart=0#1113802</link>
      <description>&lt;br /&gt;
I get the split brain situation with or without a crossover cable. By the way, can you explain the resolution to resolve the split brain situation?&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
 Ramon</description>
      <pubDate>Wed, 03 Dec 2008 05:17:13 GMT</pubDate>
      <author>rvsharpe</author>
      <guid>http://communities.vmware.com/message/1113802?tstart=0#1113802</guid>
      <dc:date>2008-12-03T05:17:13Z</dc:date>
      <clearspace:dateToText>11 months, 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>14</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Xtravirt Virtual SAN Appliance</title>
      <link>http://communities.vmware.com/message/1107672?tstart=0#1107672</link>
      <description>Hi!&lt;br /&gt;
in documentation "XVS Installation Guide.doc" say:&lt;br /&gt;
&lt;br /&gt;
&lt;i&gt;2.6	Recovering from an XVS appliance node shutdown or failure&lt;/i&gt;&lt;br /&gt;
&lt;i&gt;If one of the nodes is lost for any reason, including ESX host failure, the other node will take over all storage operations and the volume will continue to function. When the node is restored to operation it is necessary to re-sync the volume to resume full failover capability of the SAN.&lt;/i&gt;&lt;br /&gt;
&lt;i&gt;Power on the XVS node that was disconnected and allow it to boot. Select Option 2 at the Main Menu to enter the Services Menu.&lt;/i&gt; &lt;br /&gt;
&lt;p /&gt;
&lt;i&gt;At the Services Menu select Option 1 to start the XVS services.&lt;/i&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;i&gt;Assuming network connectivity between the nodes is functional, you should be presented with a resynchronisation progress screen. This will automatically exit when resynchronisation is complete.&lt;/i&gt;&lt;br /&gt;
&lt;br /&gt;
How do "automatical resynchronisation" after power up ?</description>
      <pubDate>Tue, 25 Nov 2008 05:19:03 GMT</pubDate>
      <author>glazgb</author>
      <guid>http://communities.vmware.com/message/1107672?tstart=0#1107672</guid>
      <dc:date>2008-11-25T05:19:03Z</dc:date>
      <clearspace:dateToText>12 months, 3 days ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: Xtravirt Virtual SAN Appliance</title>
      <link>http://communities.vmware.com/message/1098718?tstart=0#1098718</link>
      <description>&lt;br /&gt;
I get the split brain situtaion as well and am using a cross-over cable.  I don't see how this coul dbe the problem but has anyone else got a split brain when they didn't use the crossover?&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
I contacted xtravirt for support and they helped me fix th eproblem but I'd like it to be more reliable...and I wouldn't mind paying for commercial support.</description>
      <pubDate>Thu, 13 Nov 2008 21:50:36 GMT</pubDate>
      <author>mfoley@prainc.com</author>
      <guid>http://communities.vmware.com/message/1098718?tstart=0#1098718</guid>
      <dc:date>2008-11-13T21:50:36Z</dc:date>
      <clearspace:dateToText>1 year, 1 week ago</clearspace:dateToText>
      <clearspace:replyCount>15</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Xtravirt Virtual SAN Appliance</title>
      <link>http://communities.vmware.com/message/1096770?tstart=0#1096770</link>
      <description>&lt;br /&gt;
Is there any way to get these to be thin provisioned disks. . .like replacing the empty disk after initial syncronization?  I am finding that one disk is staying thin, but the other is fully expanded.&lt;br /&gt;
&lt;p /&gt;
 I actually have only had that resync issue once so far.  All my other power downs and shutdowns have come back online.  That first one, I just added a new disk and did resyncronization.&lt;br /&gt;
&lt;p /&gt;
 What I really want to know is how to force mount a single part, so I can provide access to the data until a planned support window to resyncronize. . .I'll have to write them.</description>
      <pubDate>Wed, 12 Nov 2008 00:41:25 GMT</pubDate>
      <author>TechFan</author>
      <guid>http://communities.vmware.com/message/1096770?tstart=0#1096770</guid>
      <dc:date>2008-11-12T00:41:25Z</dc:date>
      <clearspace:dateToText>1 year, 1 week ago</clearspace:dateToText>
      <clearspace:replyCount>16</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Xtravirt Virtual SAN Appliance</title>
      <link>http://communities.vmware.com/message/1095131?tstart=0#1095131</link>
      <description>Techfan,&lt;br /&gt;
&lt;br /&gt;
I have run into the issue of not synching even after a "graceful"&lt;br /&gt;
shutdown...i.e. shutting down the Xtravirt services on one of the nodes&lt;br /&gt;
for instance. According to the Xtravirt folks, the application should&lt;br /&gt;
failover to the other san appliance but I have yet to experience a&lt;br /&gt;
successful failover. I ususlly have to run the initial synchronization&lt;br /&gt;
on one or sometimes both of the nodes to get synchronization to start&lt;br /&gt;
after shutting down one of the nodes either gracefully or by pulling the&lt;br /&gt;
plug to simulate a disaster. I have to agree though, synchronization is&lt;br /&gt;
slow using this recovery method.&lt;br /&gt;
&lt;br /&gt;
As far as recovering your data, I have successfully been able to access&lt;br /&gt;
data once the sync completes. &lt;br /&gt;
&lt;br /&gt;
One good sign though is that I did receive a response from Xtravirt when&lt;br /&gt;
I left an email using the support link on their website. The contact&lt;br /&gt;
there instructed me to send logs and even offered to look at my servers&lt;br /&gt;
remotely. Unfortunately I have not had the chance to continue to trouble&lt;br /&gt;
shoot..I eventually moved my VM's back to a Network SAN device for now.&lt;br /&gt;
I suggest that you send Xtravirt support an email regarding this issue.&lt;br /&gt;
&lt;br /&gt;
In closing, I removed the application with the intention of reinstalling&lt;br /&gt;
shortly. Let me know how you make out.&lt;br /&gt;
&lt;br /&gt;
Ramon</description>
      <pubDate>Tue, 11 Nov 2008 05:46:10 GMT</pubDate>
      <author>rvsharpe</author>
      <guid>http://communities.vmware.com/message/1095131?tstart=0#1095131</guid>
      <dc:date>2008-11-11T05:46:10Z</dc:date>
      <clearspace:dateToText>1 year, 1 week ago</clearspace:dateToText>
      <clearspace:replyCount>17</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Xtravirt Virtual SAN Appliance</title>
      <link>http://communities.vmware.com/message/1094892?tstart=0#1094892</link>
      <description>Another question I just thought of. . .does this Virtual Appliance have jumbo frame support on the guest OS level? Apparently, ESXi doesn't support it at the kernel level, only for guest OS's directly. Could make a big difference in sync speeds. . .&lt;br /&gt;
&lt;p /&gt;
 I should also ask here if anyone has seen a similiar appliance providing syncronized NFS accessed data stores. . .</description>
      <pubDate>Mon, 10 Nov 2008 04:13:25 GMT</pubDate>
      <author>TechFan</author>
      <guid>http://communities.vmware.com/message/1094892?tstart=0#1094892</guid>
      <dc:date>2008-11-10T04:13:25Z</dc:date>
      <clearspace:dateToText>1 year, 1 week ago</clearspace:dateToText>
      <clearspace:replyCount>18</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Xtravirt Virtual SAN Appliance</title>
      <link>http://communities.vmware.com/message/1094828?tstart=0#1094828</link>
      <description>&lt;br /&gt;
Ok.  So that explains why it wasn't taking the IP address I was trying to use. . .it has a 0.  We have been testing with the default IP configuration and it was working okay until I updated one of the test ESX server and restarted it. . .and didn't stop the services first.  Now they both seem to "sync" forever. . .never finish.&lt;br /&gt;
&lt;p /&gt;
 Is there any way to get to the data again or is it all lost?  That is a bit scary for real use if we lose complete access because one node goes down uncleanly. . .&lt;br /&gt;
&lt;p /&gt;
 I don't seen any updated releases. . .&lt;br /&gt;
&lt;p /&gt;
 Ok, I am not sure if this is the only way, but I deleted the VMDK on the 2ndary and created a new one, then set them to do an initial sync.  That is going to be a very long restore process if we have a full 400GB in production. . .I hope there is another way to get them back in sync.</description>
      <pubDate>Mon, 10 Nov 2008 00:45:13 GMT</pubDate>
      <author>TechFan</author>
      <guid>http://communities.vmware.com/message/1094828?tstart=0#1094828</guid>
      <dc:date>2008-11-10T00:45:13Z</dc:date>
      <clearspace:dateToText>1 year, 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>19</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Xtravirt Virtual SAN Appliance</title>
      <link>http://communities.vmware.com/message/1046821?tstart=0#1046821</link>
      <description>Never mind...I just changed the network to a 192.168.1.x network. Installation was fine after that. As stated previously in this thread, the application seems to have problems when resyncing after rebooting or shutting down and re-starting one of the nodes..neither node will communicate with each other and a reconfiguration is needed, at least in my case..</description>
      <pubDate>Wed, 10 Sep 2008 07:01:58 GMT</pubDate>
      <author>rvsharpe</author>
      <guid>http://communities.vmware.com/message/1046821?tstart=0#1046821</guid>
      <dc:date>2008-09-10T07:01:58Z</dc:date>
      <clearspace:dateToText>1 year, 2 months ago</clearspace:dateToText>
      <clearspace:replyCount>20</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Xtravirt Virtual SAN Appliance</title>
      <link>http://communities.vmware.com/message/1042856?tstart=0#1042856</link>
      <description>&lt;br /&gt;
Is there any update regarding using Xtravirt with IP addresses with a "0" octet? &lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
rvs</description>
      <pubDate>Fri, 05 Sep 2008 09:27:19 GMT</pubDate>
      <author>rvsharpe</author>
      <guid>http://communities.vmware.com/message/1042856?tstart=0#1042856</guid>
      <dc:date>2008-09-05T09:27:19Z</dc:date>
      <clearspace:dateToText>1 year, 2 months ago</clearspace:dateToText>
      <clearspace:replyCount>21</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Xtravirt Virtual SAN Appliance</title>
      <link>http://communities.vmware.com/message/1017223?tstart=0#1017223</link>
      <description>&lt;br /&gt;
Jrink you mind posting some of those emails. We are having a problem using cross over cables as well. After the initial setup it takes a few reboots or to wait some time until we can start the first sync&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
If we try to sync after configure it never connects. I do rember reading something in the logs that says it didnt want to be the primary. We have full connectivity and the only thing that fails is the ntp sync since its on a crossover network between 2 host.&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;br /&gt;</description>
      <pubDate>Fri, 08 Aug 2008 21:12:46 GMT</pubDate>
      <author>jgal</author>
      <guid>http://communities.vmware.com/message/1017223?tstart=0#1017223</guid>
      <dc:date>2008-08-08T21:12:46Z</dc:date>
      <clearspace:dateToText>1 year, 3 months ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: Xtravirt Virtual SAN Appliance</title>
      <link>http://communities.vmware.com/message/996332?tstart=0#996332</link>
      <description>&lt;br /&gt;
Alex,&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
I'm not sure how it could be a network connection issue when the 2 hosts are connected via crossover cable.   ??&lt;br /&gt;
&lt;p /&gt;
I will take some time tonight to go over your email replies more thoroughly and get back to you with more information.&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
JR&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;</description>
      <pubDate>Thu, 17 Jul 2008 17:30:30 GMT</pubDate>
      <author>JRink</author>
      <guid>http://communities.vmware.com/message/996332?tstart=0#996332</guid>
      <dc:date>2008-07-17T17:30:30Z</dc:date>
      <clearspace:dateToText>1 year, 4 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Xtravirt Virtual SAN Appliance</title>
      <link>http://communities.vmware.com/message/996068?tstart=0#996068</link>
      <description>Sorry for the delay replying guys, been on holiday in sunny Wales (har har).&lt;br /&gt;
&lt;br /&gt;
JRink - replied to all your emails, looks like a network connection issue causing the nodes to go offline to prevent split-brain.&lt;br /&gt;
&lt;br /&gt;
SimonG - the node being in standalone happens for one of two reasons, the network connection cannot be established or both nodes think they hold consistent copies of th storage so refuse to connect (again to prevent split brain). How did you shut down the appliance on the second ESX server? Did you shut down the services as per the documentation, or just pull the plug?&lt;br /&gt;
&lt;br /&gt;
If you could email the contents of /var/log/mesages from the XVS nodes to support@xtravirt.com I'll take a look and try and work out what's going on.&lt;br /&gt;
&lt;br /&gt;
Cheers,&lt;br /&gt;
&lt;br /&gt;
Alex</description>
      <pubDate>Thu, 17 Jul 2008 13:23:20 GMT</pubDate>
      <author>mittell</author>
      <guid>http://communities.vmware.com/message/996068?tstart=0#996068</guid>
      <dc:date>2008-07-17T13:23:20Z</dc:date>
      <clearspace:dateToText>1 year, 4 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Xtravirt Virtual SAN Appliance</title>
      <link>http://communities.vmware.com/message/993011?tstart=0#993011</link>
      <description>&lt;br /&gt;
Not that I'm aware of.  I sent their support a couple of emails about 10 days ago with lots of information, but haven't heard back at all.&lt;br /&gt;
&lt;p /&gt;
JR</description>
      <pubDate>Mon, 14 Jul 2008 14:06:53 GMT</pubDate>
      <author>JRink</author>
      <guid>http://communities.vmware.com/message/993011?tstart=0#993011</guid>
      <dc:date>2008-07-14T14:06:53Z</dc:date>
      <clearspace:dateToText>1 year, 4 months ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Xtravirt Virtual SAN Appliance</title>
      <link>http://communities.vmware.com/message/992880?tstart=0#992880</link>
      <description>I also get this problem has then been an update I missed</description>
      <pubDate>Mon, 14 Jul 2008 10:28:24 GMT</pubDate>
      <author>pauldavidbarker</author>
      <guid>http://communities.vmware.com/message/992880?tstart=0#992880</guid>
      <dc:date>2008-07-14T10:28:24Z</dc:date>
      <clearspace:dateToText>1 year, 4 months ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Xtravirt Virtual SAN Appliance</title>
      <link>http://communities.vmware.com/message/987032?tstart=0#987032</link>
      <description>I also get the same problem, if I reboot the 2nd ESX box (or even just the SAN VM) it won't come back up (pic attached)&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
Let me know if/what further info you need?&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
Cheers</description>
      <pubDate>Sat, 05 Jul 2008 08:40:48 GMT</pubDate>
      <author>SimonG-ioko</author>
      <guid>http://communities.vmware.com/message/987032?tstart=0#987032</guid>
      <dc:date>2008-07-05T08:40:48Z</dc:date>
      <clearspace:dateToText>1 year, 4 months ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Xtravirt Virtual SAN Appliance</title>
      <link>http://communities.vmware.com/message/986502?tstart=0#986502</link>
      <description>&lt;br /&gt;
Sent a couple emails tonight per your request...&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
JR&lt;br /&gt;
&lt;br /&gt;</description>
      <pubDate>Fri, 04 Jul 2008 07:17:55 GMT</pubDate>
      <author>JRink</author>
      <guid>http://communities.vmware.com/message/986502?tstart=0#986502</guid>
      <dc:date>2008-07-04T07:17:55Z</dc:date>
      <clearspace:dateToText>1 year, 4 months ago</clearspace:dateToText>
      <clearspace:replyCount>6</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Xtravirt Virtual SAN Appliance</title>
      <link>http://communities.vmware.com/message/983571?tstart=0#983571</link>
      <description>Hi JR,&lt;br /&gt;
&lt;br /&gt;
&lt;div class="jive-quote"&gt;&lt;span class="jive-quote-header"&gt;JRink wrote:&lt;/span&gt;&lt;br /&gt;
&lt;p /&gt;
I just figured out the problem.   The VM does NOT allow you to enter IP addresses that have "0" in an octet.  &lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
I have seen this problem before on a UPS unit's SNMP management card.  You couldn't configure the IP if it had a "0" octet.  Likely a programming issue.   &lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
Anyways, I changed my 10.0.0.x network to a 10.1.1.x network and it finally took the values.&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
JR&lt;br /&gt;
&lt;p /&gt;
&lt;/div&gt;
&lt;br /&gt;
I can confirm this is a bug. I'll get it fixed shortly and put out a new release.&lt;br /&gt;
&lt;br /&gt;
&lt;div class="jive-quote"&gt;&lt;span class="jive-quote-header"&gt;JRink wrote:&lt;/span&gt;&lt;br /&gt;
&lt;p /&gt;
More issues with this....&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
It seems like when rebooting either of my ESX hosts, whether sometimes doing clean shutdowns or simulating a server crash by pulling the plug, the 2 LVS nodes do NOT want to communicate anyone and do not even offer up iSCSI.  When I try started the LVS nodes, the iSCSI storage never comes online.  Furthermore, going into the LVS node menu and selecting Start Node never ends up synchronizing with the other node.   The only thing it says is&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
" 0: cs:standalone st: secondary/unknown ds:consistent/dunkown  r----&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
   ns:0 nr:0 dw:0 al:0 bm:0 lo:0 pe:0 ua:0 ap:0&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
    resync: use: 0/31 hits:0 misses:0 starving:0 dirty:0 changed:0&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
    act_log: used:0/127 hits:0 misses:0 starving:0 dirty:0 changed:0&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
BOTH nodes are showingthe identical thing.   Again, the iSCSI storage is not online.... The only way I can seem to fix this is to reset both nodes and reconfigure both nodes (I can't find a way OUT of that screen when it's trying to sync...  ctrl-c, etc. nothing worked to get back to the menu...). &lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
ON a side note, aside from THIS issue, I am having problems wiht the sole VM that is running on Node1.  It's a Win2003 VM and is constantly crashing and becoming unpingable for no apparant reason.....&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
Is there ANY support available for this?   I know it's free.. but I would like to introduce this to a couple clients, however I can't really do so if I'm having problems even getting this up and running.&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
Please advise.  a bit frustrated with this...&lt;br /&gt;
&lt;p /&gt;
&lt;/div&gt;
&lt;br /&gt;
Sorry for the delay spotting your posts, and some issues getting the XVS to work. Standalone mode is a state where the nodes are refusing to speak to eachother for some reason, usually a split-brain scenario. This seems likely because both nodes believe they are in a consistent state so you end up with a dead-lock. The reason the iSCSI storage won't come up is because in secondary mode the storage is read-only. You'll need to run some commands at the console to fix this state.&lt;br /&gt;
&lt;br /&gt;
I've not seen these issues in my dev setup and have been using the XVS to host lots of test Windows VMs for some time without issue, so I'm sure we can fix the problems. Can you send me some details of your setup, the hardware you're running, exactly how you failed the node, etc, to support@xtravirt.com? I'll do my best to try and get you up and running.&lt;br /&gt;
&lt;br /&gt;
Cheers,&lt;br /&gt;
&lt;br /&gt;
Alex</description>
      <pubDate>Tue, 01 Jul 2008 06:22:12 GMT</pubDate>
      <author>mittell</author>
      <guid>http://communities.vmware.com/message/983571?tstart=0#983571</guid>
      <dc:date>2008-07-01T06:22:12Z</dc:date>
      <clearspace:dateToText>1 year, 4 months ago</clearspace:dateToText>
      <clearspace:replyCount>29</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Xtravirt Virtual SAN Appliance</title>
      <link>http://communities.vmware.com/message/983485?tstart=0#983485</link>
      <description>&lt;br /&gt;
More issues with this....&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
It seems like when rebooting either of my ESX hosts, whether sometimes doing clean shutdowns or simulating a server crash by pulling the plug, the 2 LVS nodes do NOT want to communicate anyone and do not even offer up iSCSI.  When I try started the LVS nodes, the iSCSI storage never comes online.  Furthermore, going into the LVS node menu and selecting Start Node never ends up synchronizing with the other node.   The only thing it says is&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
" 0: cs:standalone st: secondary/unknown ds:consistent/dunkown  r----&lt;br /&gt;
&lt;p /&gt;
   ns:0 nr:0 dw:0 al:0 bm:0 lo:0 pe:0 ua:0 ap:0&lt;br /&gt;
&lt;p /&gt;
    resync: use: 0/31 hits:0 misses:0 starving:0 dirty:0 changed:0&lt;br /&gt;
&lt;p /&gt;
    act_log: used:0/127 hits:0 misses:0 starving:0 dirty:0 changed:0&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
BOTH nodes are showingthe identical thing.   Again, the iSCSI storage is not online.... The only way I can seem to fix this is to reset both nodes and reconfigure both nodes (I can't find a way OUT of that screen when it's trying to sync...  ctrl-c, etc. nothing worked to get back to the menu...). &lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
ON a side note, aside from THIS issue, I am having problems wiht the sole VM that is running on Node1.  It's a Win2003 VM and is constantly crashing and becoming unpingable for no apparant reason.....&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
Is there ANY support available for this?   I know it's free.. but I would like to introduce this to a couple clients, however I can't really do so if I'm having problems even getting this up and running.&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
Please advise.  a bit frustrated with this...&lt;br /&gt;
&lt;p /&gt;
JR&lt;br /&gt;
&lt;br /&gt;</description>
      <pubDate>Tue, 01 Jul 2008 02:51:56 GMT</pubDate>
      <author>JRink</author>
      <guid>http://communities.vmware.com/message/983485?tstart=0#983485</guid>
      <dc:date>2008-07-01T02:51:56Z</dc:date>
      <clearspace:dateToText>1 year, 4 months ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: Xtravirt Virtual SAN Appliance</title>
      <link>http://communities.vmware.com/message/982073?tstart=0#982073</link>
      <description>&lt;br /&gt;
I just figured out the problem.   The VM does NOT allow you to enter IP addresses that have "0" in an octet.  &lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
I have seen this problem before on a UPS unit's SNMP management card.  You couldn't configure the IP if it had a "0" octet.  Likely a programming issue.   &lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
Anyways, I changed my 10.0.0.x network to a 10.1.1.x network and it finally took the values.&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
JR&lt;br /&gt;
&lt;br /&gt;</description>
      <pubDate>Sat, 28 Jun 2008 00:56:10 GMT</pubDate>
      <author>JRink</author>
      <guid>http://communities.vmware.com/message/982073?tstart=0#982073</guid>
      <dc:date>2008-06-28T00:56:10Z</dc:date>
      <clearspace:dateToText>1 year, 4 months ago</clearspace:dateToText>
      <clearspace:replyCount>31</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Xtravirt Virtual SAN Appliance</title>
      <link>http://communities.vmware.com/message/982071?tstart=0#982071</link>
      <description>I can't seem to figure this out.  I'm trying to test this but am running into a problem when I try to get my VM a heartbeat IP address.  I am trying to use 10.0.0.5 for the IP address but it says, "Invalid Option" when I do this.&lt;br /&gt;
&lt;br /&gt;
I'm working on test boxes, so they aren't configured exactly as I like but... my configure is with a single NIC in each ESX host.   &lt;br /&gt;
&lt;br /&gt;
My 1st ESX server has a single vSwitch0 which has ServiceConsole1 at 192.168.1.5/24, ServiceConsole2 at 10.0.0.11/8, VMKernel at 10.0.0.1/8.&lt;br /&gt;
My 2nd ESX server has a single vSwitch0 which has ServiceConsole1 ata 192.168.1.6/24, ServiceConsole2 at 10.0.0.12/8, VMKernel at 10.0.0.2/8.&lt;br /&gt;
&lt;br /&gt;
Why is it erroring when I try to set a custom IP address?  If I manually enter 192.168.1.x/24 range for the IP, then it accepts it, but I really don't want to use 192.168.1.x/24 for the network.  I typically set all my backend iSCSI networks up on 10.0.0.0/8.&lt;br /&gt;
&lt;p /&gt;
Any advice here?  Frustrated.&lt;br /&gt;
JR</description>
      <pubDate>Sat, 28 Jun 2008 00:21:32 GMT</pubDate>
      <author>JRink</author>
      <guid>http://communities.vmware.com/message/982071?tstart=0#982071</guid>
      <dc:date>2008-06-28T00:21:32Z</dc:date>
      <clearspace:dateToText>1 year, 4 months ago</clearspace:dateToText>
      <clearspace:replyCount>32</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Xtravirt Virtual SAN Appliance</title>
      <link>http://communities.vmware.com/message/974376?tstart=0#974376</link>
      <description>&lt;br /&gt;
Any answer to the above question from anyone who has tested this?&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
"Also, about the replication feature between local disks on each ESX host... If my production VM are stored in the LUN off the SAN VM, and the SAN VM is continuously replicating the data from one ESX DAS to the other ESX DAS, how does this effect performance? Wouldn't this replication also hinder the performance of my VMs? (this isn't an Extravirt question really, just a general question about this kind of technology)."</description>
      <pubDate>Wed, 18 Jun 2008 14:28:20 GMT</pubDate>
      <author>stormlight</author>
      <guid>http://communities.vmware.com/message/974376?tstart=0#974376</guid>
      <dc:date>2008-06-18T14:28:20Z</dc:date>
      <clearspace:dateToText>1 year, 5 months ago</clearspace:dateToText>
      <clearspace:replyCount>33</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Xtravirt Virtual SAN Appliance</title>
      <link>http://communities.vmware.com/message/954906?tstart=0#954906</link>
      <description>Yep, that's exactly the sort of thing it's aimed at. &lt;img class="jive-emoticon" border="0" src="http://communities.vmware.com/images/emoticons/happy.gif" alt=":)" /&gt;</description>
      <pubDate>Tue, 27 May 2008 14:13:41 GMT</pubDate>
      <author>mittell</author>
      <guid>http://communities.vmware.com/message/954906?tstart=0#954906</guid>
      <dc:date>2008-05-27T14:13:41Z</dc:date>
      <clearspace:dateToText>1 year, 5 months ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: Xtravirt Virtual SAN Appliance</title>
      <link>http://communities.vmware.com/message/970990?tstart=0#970990</link>
      <description>I'm trying to understanding how this works...  Couple questions.&lt;br /&gt;
&lt;br /&gt;
If I have my ESX host with a 72GB RAID 1 volume (hosting ESX OS and a small Datastore1) and a 280GB RAID 5 volume, I'm assuming I would want to setup the SAN VM on my small Datastore1.  I'd then create an additional hard disk for the SAN VM of, for example, 250GB.  I'd want this 250GB hard disk to be located on my RAID5 volume.  But, I'm not sure I understand this correctly when I read your MS Word document (it mentions using the "Store with virtual machine" option when adding the 2nd disk).  I think I'm a bit confused as I never setup a VM with indepedent disks either and maybe that's where I'm confused.  Trying to grasp this...&lt;br /&gt;
&lt;br /&gt;
Also, about the replication feature between local disks on each ESX host...  If my production VM are stored in the LUN off the SAN VM, and the SAN VM is continuously replicating the data from one ESX DAS to the other ESX DAS, how does this effect performance?  Wouldn't this replication also hinder the performance of my VMs?   (this isn't an Extravirt question really, just a general question about this kind of technology).&lt;br /&gt;
&lt;br /&gt;
JR</description>
      <pubDate>Fri, 13 Jun 2008 15:36:04 GMT</pubDate>
      <author>JRink</author>
      <guid>http://communities.vmware.com/message/970990?tstart=0#970990</guid>
      <dc:date>2008-06-13T15:36:04Z</dc:date>
      <clearspace:dateToText>1 year, 5 months ago</clearspace:dateToText>
      <clearspace:replyCount>34</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Xtravirt Virtual SAN Appliance</title>
      <link>http://communities.vmware.com/message/968465?tstart=0#968465</link>
      <description>Thread moved to a more appropiate forum&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
Tom Howarth&lt;br /&gt;
VMware Communities User Moderator</description>
      <pubDate>Wed, 11 Jun 2008 07:00:08 GMT</pubDate>
      <author>tom howarth</author>
      <guid>http://communities.vmware.com/message/968465?tstart=0#968465</guid>
      <dc:date>2008-06-11T07:00:08Z</dc:date>
      <clearspace:dateToText>1 year, 5 months ago</clearspace:dateToText>
      <clearspace:replyCount>35</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Xtravirt Virtual SAN Appliance</title>
      <link>http://communities.vmware.com/message/968009?tstart=0#968009</link>
      <description>I send you email about support. I will test it once more. Thank you.</description>
      <pubDate>Tue, 10 Jun 2008 18:34:09 GMT</pubDate>
      <author>roc.ker</author>
      <guid>http://communities.vmware.com/message/968009?tstart=0#968009</guid>
      <dc:date>2008-06-10T18:34:09Z</dc:date>
      <clearspace:dateToText>1 year, 5 months ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: Xtravirt Virtual SAN Appliance</title>
      <link>http://communities.vmware.com/message/967837?tstart=0#967837</link>
      <description>I've tested this and it worked fine for me, if you send me an email with your config/some screenshots I'll try and figure out what's going wrong.&lt;br /&gt;
&lt;br /&gt;
Regards,&lt;br /&gt;
&lt;br /&gt;
Alex</description>
      <pubDate>Tue, 10 Jun 2008 16:22:58 GMT</pubDate>
      <author>mittell</author>
      <guid>http://communities.vmware.com/message/967837?tstart=0#967837</guid>
      <dc:date>2008-06-10T16:22:58Z</dc:date>
      <clearspace:dateToText>1 year, 5 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Xtravirt Virtual SAN Appliance</title>
      <link>http://communities.vmware.com/message/967711?tstart=0#967711</link>
      <description>&lt;br /&gt;
Did anybody test complete recovery of vSAN? I try import new XVS appliance, add fresh disk, but can&amp;acute;t sync data from working node to new installed??&lt;br /&gt;
&lt;p /&gt;
Thanks</description>
      <pubDate>Tue, 10 Jun 2008 14:59:56 GMT</pubDate>
      <author>roc.ker</author>
      <guid>http://communities.vmware.com/message/967711?tstart=0#967711</guid>
      <dc:date>2008-06-10T14:59:56Z</dc:date>
      <clearspace:dateToText>1 year, 5 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Xtravirt Virtual SAN Appliance</title>
      <link>http://communities.vmware.com/message/967642?tstart=0#967642</link>
      <description>We do offer commercial support, please see here for more details: &lt;a class="jive-link-external" href="http://www.xtravirt.com/index.php?option=com_content&amp;#38;task=view&amp;#38;id=95&amp;#38;Itemid=123"&gt;http://www.xtravirt.com/index.php?option=com_content&amp;#38;task=view&amp;#38;id=95&amp;#38;Itemid=123&lt;/a&gt; (or email sales@xtravirt.com).&lt;br /&gt;
&lt;br /&gt;
Thanks,&lt;br /&gt;
&lt;br /&gt;
Alex</description>
      <pubDate>Tue, 10 Jun 2008 14:32:05 GMT</pubDate>
      <author>mittell</author>
      <guid>http://communities.vmware.com/message/967642?tstart=0#967642</guid>
      <dc:date>2008-06-10T14:32:05Z</dc:date>
      <clearspace:dateToText>1 year, 5 months ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: Xtravirt Virtual SAN Appliance</title>
      <link>http://communities.vmware.com/message/967640?tstart=0#967640</link>
      <description>&lt;br /&gt;
What about commercial usage. I think, that this is ideal solution for small bussines - two ESX servers with local storage, ESX standard + VC Foundation. HA solution for great price. &lt;br /&gt;
&lt;p /&gt;
Do you offer commercial support for XVS or do you suggest this appliance only for testing purposes?</description>
      <pubDate>Tue, 10 Jun 2008 14:26:57 GMT</pubDate>
      <author>roc.ker</author>
      <guid>http://communities.vmware.com/message/967640?tstart=0#967640</guid>
      <dc:date>2008-06-10T14:26:57Z</dc:date>
      <clearspace:dateToText>1 year, 5 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Xtravirt Virtual SAN Appliance</title>
      <link>http://communities.vmware.com/message/961564?tstart=0#961564</link>
      <description>&lt;div class="jive-quote"&gt;&lt;span class="jive-quote-header"&gt;stormlight wrote:&lt;/span&gt;&lt;br /&gt;
&lt;p /&gt;
if you where to point a 3rd ESX host to the VSAN what ip would you point it to?  The primary or the # 1 vsan?&lt;br /&gt;
&lt;p /&gt;
&lt;/div&gt;
You could point it at XVS node 1 or node 2 iSCSI target IP (the virtual IP) it doesn't really matter, if you introduced a 4th ESX host, you would want to point it at the other node from ESX3 to even the load, although it is not critical.&lt;br /&gt;
&lt;p /&gt;
&lt;div class="jive-quote"&gt; &lt;br /&gt;
&lt;p /&gt;
so what happens when #1 dies #2 picks up Vsan #1s ip? And all is good&lt;br /&gt;
&lt;p /&gt;
&lt;/div&gt;
&lt;br /&gt;
Correct, if XVS node 1 dies XVS node2 takes over it's IP and all storage traffic continues to flow via node 2, when XVS node 1 is brought back online it's IP address fails back over after it is brought back into sync and processing is then handled by both nodes again.</description>
      <pubDate>Tue, 03 Jun 2008 15:07:33 GMT</pubDate>
      <author>mittell</author>
      <guid>http://communities.vmware.com/message/961564?tstart=0#961564</guid>
      <dc:date>2008-06-03T15:07:33Z</dc:date>
      <clearspace:dateToText>1 year, 5 months ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Xtravirt Virtual SAN Appliance</title>
      <link>http://communities.vmware.com/message/961560?tstart=0#961560</link>
      <description>&lt;br /&gt;
if you where to point a 3rd ESX host to the VSAN what ip would you point it to?  The primary or the # 1 vsan?&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
so what happens when #1 dies #2 picks up Vsan #1s ip? And all is good</description>
      <pubDate>Tue, 03 Jun 2008 15:03:15 GMT</pubDate>
      <author>stormlight</author>
      <guid>http://communities.vmware.com/message/961560?tstart=0#961560</guid>
      <dc:date>2008-06-03T15:03:15Z</dc:date>
      <clearspace:dateToText>1 year, 5 months ago</clearspace:dateToText>
      <clearspace:replyCount>6</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Xtravirt Virtual SAN Appliance</title>
      <link>http://communities.vmware.com/message/961507?tstart=0#961507</link>
      <description>&lt;div class="jive-quote"&gt;&lt;span class="jive-quote-header"&gt;BrianRTS wrote:&lt;/span&gt;&lt;br /&gt;
Looks nice. Are there any plans to support more nodes so more servers can utilize the SAN storage?&lt;/div&gt;
&lt;br /&gt;
Not in the short term, doing so requires writing a bespoke network RAID solution, a lot of work!&lt;br /&gt;
&lt;br /&gt;
You can however run as many pairs of XVS appliances as you like, and there is nothing to stop you from pointing a third ESX host at a pair of XVS appliances on two other ESX hosts.&lt;br /&gt;
&lt;br /&gt;
(tried to draw it in ASCII but the forum mangels it :()</description>
      <pubDate>Tue, 03 Jun 2008 14:50:55 GMT</pubDate>
      <author>mittell</author>
      <guid>http://communities.vmware.com/message/961507?tstart=0#961507</guid>
      <dc:date>2008-06-03T14:50:55Z</dc:date>
      <clearspace:dateToText>1 year, 5 months ago</clearspace:dateToText>
      <clearspace:replyCount>7</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Xtravirt Virtual SAN Appliance</title>
      <link>http://communities.vmware.com/message/961519?tstart=0#961519</link>
      <description>&lt;div class="jive-quote"&gt;&lt;span class="jive-quote-header"&gt;SimonG-ioko wrote:&lt;/span&gt;&lt;br /&gt;
&lt;p /&gt;
Thanks Alex,&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
This appliance is a great idea... I've got a couple of posts on my blog (&lt;a class="jive-link-external" href="http://vinf.net"&gt;http://vinf.net&lt;/a&gt;) on how my setup works, once I nail this failover thing in my lab setup I'll post it up..&lt;br /&gt;
&lt;p /&gt;
&lt;/div&gt;
Cool, thanks, and glad you like it. &lt;img class="jive-emoticon" border="0" src="http://communities.vmware.com/images/emoticons/happy.gif" alt=":)" /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class="jive-quote"&gt; &lt;br /&gt;
A couple of other feedback items that might be useful;&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
Would be good to have some kind of simple status info when it goes back to the main menu screen, even if it's just something basic like&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
iSCSI status:     started/not started&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
iSCSI address(es): 192.168.x.1, 192.168.x.2 etc.&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
Failover/Heartbeat status: primary, lost connection etc.&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
Writes/connections/sec etc.&lt;br /&gt;
&lt;/div&gt;
Yep that's a good idea, I'll work to include that in the next release, thanks for the input. &lt;br /&gt;
&lt;br /&gt;
Cheers,&lt;br /&gt;
&lt;br /&gt;
Alex</description>
      <pubDate>Tue, 03 Jun 2008 14:43:54 GMT</pubDate>
      <author>mittell</author>
      <guid>http://communities.vmware.com/message/961519?tstart=0#961519</guid>
      <dc:date>2008-06-03T14:43:54Z</dc:date>
      <clearspace:dateToText>1 year, 5 months ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: Xtravirt Virtual SAN Appliance</title>
      <link>http://communities.vmware.com/message/961492?tstart=0#961492</link>
      <description>Looks nice. Are there any plans to support more nodes so more servers can utilize the SAN storage?</description>
      <pubDate>Tue, 03 Jun 2008 14:36:51 GMT</pubDate>
      <author>BrianRTS</author>
      <guid>http://communities.vmware.com/message/961492?tstart=0#961492</guid>
      <dc:date>2008-06-03T14:36:51Z</dc:date>
      <clearspace:dateToText>1 year, 5 months ago</clearspace:dateToText>
      <clearspace:replyCount>8</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Xtravirt Virtual SAN Appliance</title>
      <link>http://communities.vmware.com/message/961474?tstart=0#961474</link>
      <description>&lt;div class="jive-quote"&gt;&lt;span class="jive-quote-header"&gt;stormlight wrote:&lt;/span&gt;&lt;br /&gt;
cant answer all your questions.. i got mine above. However try a cross over cable between the two nics that this sits in. Since its only two node you can get much faster speeds then 100 mb half&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;/div&gt;
&lt;br /&gt;
Thats a good idea; hadn't thought of that - I've got 2 x HP D530 PCs doing my ESX stuff - they have GigE onboard I could prob run my iSCSI/VMKernel over a crossover on that, I have some spare 100Mb NICs that I could use to run my external VM networks into the external hub  until I can find a switch. &lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
Thanks!</description>
      <pubDate>Tue, 03 Jun 2008 14:19:05 GMT</pubDate>
      <author>SimonG-ioko</author>
      <guid>http://communities.vmware.com/message/961474?tstart=0#961474</guid>
      <dc:date>2008-06-03T14:19:05Z</dc:date>
      <clearspace:dateToText>1 year, 5 months ago</clearspace:dateToText>
      <clearspace:replyCount>9</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Xtravirt Virtual SAN Appliance</title>
      <link>http://communities.vmware.com/message/961473?tstart=0#961473</link>
      <description>&lt;br /&gt;
Thanks Alex,&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
This appliance is a great idea... I've got a couple of posts on my blog (&lt;a class="jive-link-external" href="http://vinf.net"&gt;http://vinf.net&lt;/a&gt;) on how my setup works, once I nail this failover thing in my lab setup I'll post it up..&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
A couple of other feedback items that might be useful;&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
Would be good to have some kind of simple status info when it goes back to the main menu screen, even if it's just something basic like&lt;br /&gt;
&lt;p /&gt;
iSCSI status:     started/not started&lt;br /&gt;
&lt;p /&gt;
iSCSI address(es): 192.168.x.1, 192.168.x.2 etc.&lt;br /&gt;
&lt;p /&gt;
Failover/Heartbeat status: primary, lost connection etc.&lt;br /&gt;
&lt;p /&gt;
Writes/connections/sec etc.&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
Great work!&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
Now I just need to find a Gig switch somewhere... hmmmm  &lt;img class="jive-emoticon" border="0" src="http://communities.vmware.com/images/emoticons/happy.gif" alt=":)" /&gt;</description>
      <pubDate>Tue, 03 Jun 2008 14:13:06 GMT</pubDate>
      <author>SimonG-ioko</author>
      <guid>http://communities.vmware.com/message/961473?tstart=0#961473</guid>
      <dc:date>2008-06-03T14:13:06Z</dc:date>
      <clearspace:dateToText>1 year, 5 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Xtravirt Virtual SAN Appliance</title>
      <link>http://communities.vmware.com/message/961252?tstart=0#961252</link>
      <description>&lt;div class="jive-quote"&gt;&lt;span class="jive-quote-header"&gt;SimonG-ioko wrote:&lt;/span&gt;&lt;br /&gt;
&lt;p /&gt;
I've got this setup on my home lab, vMotion etc. work ok (even over a 100mb/half hub :))&lt;br /&gt;
&lt;p /&gt;
&lt;/div&gt;
&lt;br /&gt;
Heh I bet performance will be, erm, interesting. &lt;img class="jive-emoticon" border="0" src="http://communities.vmware.com/images/emoticons/happy.gif" alt=":)" /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class="jive-quote"&gt; &lt;br /&gt;
&lt;p /&gt;
I can't get my head around the failover though..&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
my setup&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
ESX 1 -&amp;gt; pointing at iSCSI IP on 1st SAN node running on itself&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
ESX 2 -&amp;gt;  pointing at iSCSI IP on 2nd SAN node running on itself &lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
if I reboot 2nd SAN node&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
does its iSCSI IP transfer to the 1st SAN as well to continue access or will ESX 2 loose access to its iSCSI LUN? - I can't really see whats going on from the console..&lt;br /&gt;
&lt;/div&gt;
&lt;br /&gt;
Yes, the 1st XVS node will assume the Virtual IP of the 2nd SAN node and ESX 2 will start recieving all of it's iSCSI data from the 2st XVS node until the 2nd XVS node is brought back online and is back in sync.&lt;br /&gt;
&lt;p /&gt;
&lt;div class="jive-quote"&gt; &lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
and secondly, when the 2nd SAN node comes back up and I start services it doesn't seem to do the sync and restart the iSCSI services it comes up 'outdated' - am I doing something wrong? &lt;br /&gt;
&lt;/div&gt;
&lt;br /&gt;
It should auto resync, sometimes if no data has changed the sync is so fast you don't get to see the status. If the iSCSI service started, it'll be in sync, as it won't start the service until both sides are in sync. You can check this from the troubleshooting console with "cat /proc/drbd". PM me if you need more information.&lt;br /&gt;
&lt;p /&gt;
&lt;div class="jive-quote"&gt;And I think you may need to mention in your docs that you need to open the firewall port for the ESX iSCSI client for to see the LUNs (or at least I did).&lt;br /&gt;
&lt;/div&gt;
&lt;br /&gt;
Thanks, that's a fair comment, I'll get the guide updated. &lt;img class="jive-emoticon" border="0" src="http://communities.vmware.com/images/emoticons/happy.gif" alt=":)" /&gt;&lt;br /&gt;
&lt;br /&gt;
Cheers,&lt;br /&gt;
&lt;br /&gt;
Alex</description>
      <pubDate>Tue, 03 Jun 2008 11:41:45 GMT</pubDate>
      <author>mittell</author>
      <guid>http://communities.vmware.com/message/961252?tstart=0#961252</guid>
      <dc:date>2008-06-03T11:41:45Z</dc:date>
      <clearspace:dateToText>1 year, 5 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Xtravirt Virtual SAN Appliance</title>
      <link>http://communities.vmware.com/message/961250?tstart=0#961250</link>
      <description>&lt;div class="jive-quote"&gt;&lt;span class="jive-quote-header"&gt;stormlight wrote:&lt;/span&gt;&lt;br /&gt;
&lt;p /&gt;
Thank you, this is great.&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
Few questions:&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
 Im trying to wrap my head around networking and what not in general with esx and this.  &lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
Shoud I add a Virtual Machine Port Group to my iscsi SAN Vswitch and run this virtual applience on that network?&lt;/div&gt;
&lt;br /&gt;
You can, or you can run it on your normal VM vSwitch - it's up to you, it depends how many NICs you have in your ESX host, if you can dedicate one to the iSCSI network great, if not then it should work anyway but GB is strongly recommended. The only requirement is that the two XVS nodes can talk to eachother.&lt;br /&gt;
&lt;br /&gt;
&lt;div class="jive-quote"&gt; &lt;br /&gt;
Then point my esx host to the virtual ip that the XVS uses? If thats done when the two replicate back and fouth its using the nics that are binded to my SAN network correct?&lt;br /&gt;
&lt;/div&gt;
&lt;br /&gt;
Yes, you need an S/C and VMKernel PG with an IP in the same subnet as the XVS appliances so that they can talk to them both. So if you were using a dedicate vSwitch with a NIC bound to it, you'd need an S/C and VMKernel PG on that vSwitch.&lt;br /&gt;
&lt;p /&gt;
&lt;div class="jive-quote"&gt;If my physical SAN network is getting saturated is their any issues with running this in the vmotion network security wise? No one can get to our vmotion network unless they are on the esx host anyway. So the only contact would be the esx host software iscsi inatior passing data to this virtual san when it replicates.&lt;br /&gt;
&lt;/div&gt;
&lt;br /&gt;
No issue with this really, the only problem could be contention if you were writing a &lt;b&gt;lot&lt;/b&gt; of data to the XVS at the same time as performning a vMotion. I think in reality it'll work fine.&lt;br /&gt;
&lt;p /&gt;
Hope this helps.&lt;br /&gt;
&lt;br /&gt;
Cheers,&lt;br /&gt;
&lt;br /&gt;
Alex</description>
      <pubDate>Tue, 03 Jun 2008 11:38:57 GMT</pubDate>
      <author>mittell</author>
      <guid>http://communities.vmware.com/message/961250?tstart=0#961250</guid>
      <dc:date>2008-06-03T11:38:57Z</dc:date>
      <clearspace:dateToText>1 year, 5 months ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: Xtravirt Virtual SAN Appliance</title>
      <link>http://communities.vmware.com/message/961218?tstart=0#961218</link>
      <description>&lt;br /&gt;
cant answer all your questions.. i got mine above. However try a cross over cable between the two nics that this sits in. Since its only two node you can get much faster speeds then 100 mb half&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
also you may want to listen to the vmware virtulization podcast. The author of this is on it and talks a little about your question</description>
      <pubDate>Tue, 03 Jun 2008 10:50:06 GMT</pubDate>
      <author>stormlight</author>
      <guid>http://communities.vmware.com/message/961218?tstart=0#961218</guid>
      <dc:date>2008-06-03T10:50:06Z</dc:date>
      <clearspace:dateToText>1 year, 5 months ago</clearspace:dateToText>
      <clearspace:replyCount>10</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Xtravirt Virtual SAN Appliance</title>
      <link>http://communities.vmware.com/message/961163?tstart=0#961163</link>
      <description>&lt;br /&gt;
I've got this setup on my home lab, vMotion etc. work ok (even over a 100mb/half hub :))&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
I can't get my head around the failover though..&lt;br /&gt;
&lt;p /&gt;
my setup&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
ESX 1 -&amp;gt; pointing at iSCSI IP on 1st SAN node running on itself&lt;br /&gt;
&lt;p /&gt;
ESX 2 -&amp;gt;  pointing at iSCSI IP on 2nd SAN node running on itself &lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
if I reboot 2nd SAN node&lt;br /&gt;
&lt;p /&gt;
does its iSCSI IP transfer to the 1st SAN as well to continue access or will ESX 2 loose access to its iSCSI LUN? - I can't really see whats going on from the console..&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
and secondly, when the 2nd SAN node comes back up and I start services it doesn't seem to do the sync and restart the iSCSI services it comes up 'outdated' - am I doing something wrong? &lt;br /&gt;
&lt;p /&gt;
And I think you may need to mention in your docs that you need to open the firewall port for the ESX iSCSI client for to see the LUNs (or at least I did).</description>
      <pubDate>Tue, 03 Jun 2008 09:32:07 GMT</pubDate>
      <author>SimonG-ioko</author>
      <guid>http://communities.vmware.com/message/961163?tstart=0#961163</guid>
      <dc:date>2008-06-03T09:32:07Z</dc:date>
      <clearspace:dateToText>1 year, 5 months ago</clearspace:dateToText>
      <clearspace:replyCount>14</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Xtravirt Virtual SAN Appliance</title>
      <link>http://communities.vmware.com/message/957504?tstart=0#957504</link>
      <description>&lt;br /&gt;
Thank you, this is great.&lt;br /&gt;
&lt;p /&gt;
Few questions:&lt;br /&gt;
&lt;p /&gt;
 Im trying to wrap my head around networking and what not in general with esx and this.  &lt;br /&gt;
&lt;p /&gt;
Shoud I add a Virtual Machine Port Group to my iscsi SAN Vswitch and run this virtual applience on that network?&lt;br /&gt;
&lt;p /&gt;
Then point my esx host to the virtual ip that the XVS uses? If thats done when the two replicate back and fouth its using the nics that are binded to my SAN network correct?&lt;br /&gt;
&lt;p /&gt;
If my physical SAN network is getting saturated is their any issues with running this in the vmotion network security wise? No one can get to our vmotion network unless they are on the esx host anyway. So the only contact would be the esx host software iscsi inatior passing data to this virtual san when it replicates.&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
thanks again &lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;</description>
      <pubDate>Thu, 29 May 2008 16:38:47 GMT</pubDate>
      <author>stormlight</author>
      <guid>http://communities.vmware.com/message/957504?tstart=0#957504</guid>
      <dc:date>2008-05-29T16:38:47Z</dc:date>
      <clearspace:dateToText>1 year, 5 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Xtravirt Virtual SAN Appliance</title>
      <link>http://communities.vmware.com/message/954154?tstart=0#954154</link>
      <description>&lt;br /&gt;
Alex, &lt;br /&gt;
&lt;p /&gt;
this might be a good scenario for your virtual appliance (?)&lt;br /&gt;
&lt;p /&gt;
&lt;a class="jive-link-external" href="http://it20.info/blogs/main/archive/2008/05/19/121.aspx"&gt;http://it20.info/blogs/main/archive/2008/05/19/121.aspx&lt;/a&gt;&lt;br /&gt;
&lt;p /&gt;
Massimo.</description>
      <pubDate>Mon, 26 May 2008 14:56:15 GMT</pubDate>
      <author>king@it.ibm.com</author>
      <guid>http://communities.vmware.com/message/954154?tstart=0#954154</guid>
      <dc:date>2008-05-26T14:56:15Z</dc:date>
      <clearspace:dateToText>1 year, 6 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Xtravirt Virtual SAN Appliance</title>
      <link>http://communities.vmware.com/message/951406?tstart=0#951406</link>
      <description>Update: there sems to be a problem with the download link to the documentation, if you experience problems please use the link below to download the docs.&lt;br /&gt;
&lt;br /&gt;
&lt;a class="jive-link-external" href="http://www.xtravirt.com/index.php?option=com_remository&amp;#38;Itemid=75&amp;#38;func=startdown&amp;#38;id=30"&gt;http://www.xtravirt.com/index.php?option=com_remository&amp;#38;Itemid=75&amp;#38;func=startdown&amp;#38;id=30&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Thanks,&lt;br /&gt;
&lt;br /&gt;
Alex</description>
      <pubDate>Thu, 22 May 2008 12:53:41 GMT</pubDate>
      <author>mittell</author>
      <guid>http://communities.vmware.com/message/951406?tstart=0#951406</guid>
      <dc:date>2008-05-22T12:53:41Z</dc:date>
      <clearspace:dateToText>1 year, 6 months ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: Xtravirt Virtual SAN Appliance</title>
      <link>http://communities.vmware.com/message/951011?tstart=0#951011</link>
      <description>&lt;div class="jive-quote"&gt; &lt;br /&gt;
Quick questions, I've just read the manual and seems very straight forward to configure and 90% are similiar with OpenFiler process.  I'm curious if you going to have web base management console like OpenFiler to manage volumes and LUNs etc...  &lt;/div&gt;
&lt;br /&gt;
Possibly at a later date but not in the immediate future.&lt;br /&gt;
&lt;br /&gt;
&lt;div class="jive-quote"&gt;Does it support NFS or strictly iSCSI?  &lt;/div&gt;
&lt;br /&gt;
iSCSI only.&lt;br /&gt;
&lt;br /&gt;
&lt;div class="jive-quote"&gt;If I need to add additional disk to XVS machine, than I will go through same process to get the LUN show up or it should automatically show up when I rescan the LUNs?   &lt;/div&gt;
&lt;br /&gt;
Currently each pair of XVS nodes supports only one LUN, therefore if you want multiple LUNs you'll need multiple XVS appliances per host.&lt;br /&gt;
&lt;div class="jive-quote"&gt; &lt;br /&gt;
&lt;p /&gt;
I like the LUN failover heartbeat feature, but want to know more details how it works and wondering any options or settings to decide which one is Active/Passive or not.  &lt;/div&gt;
&lt;br /&gt;
The XVS is active/active, all reads come from the local disks, all writes go to both sides.&lt;br /&gt;
&lt;br /&gt;
&lt;div class="jive-quote"&gt;What happen if we have multiple disks with different size for XVS appliance server? &lt;br /&gt;
&lt;p /&gt;
XVS01:  &lt;br /&gt;
disk01:  XVS OS&lt;br /&gt;
disk02: 50GB LUN size disk creation&lt;br /&gt;
disk03: 100GB LUN size disk creation&lt;br /&gt;
disk04: 60GB LUN size disk creation&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
XVS02:  &lt;br /&gt;
disk01:  XVS OS&lt;br /&gt;
disk02: 40GB LUN size disk creation&lt;br /&gt;
disk03: 200GB LUN size disk creation&lt;br /&gt;
disk04: 80GB LUN size disk creation&lt;br /&gt;
&lt;p /&gt;
How does it failover if it has different disk/LUN size? &lt;/div&gt;
&lt;br /&gt;
The disk sizes on each XVS node must be the same size.&lt;br /&gt;
&lt;p /&gt;
Hope this helps. &lt;img class="jive-emoticon" border="0" src="http://communities.vmware.com/images/emoticons/happy.gif" alt=":)" /&gt;&lt;br /&gt;
&lt;br /&gt;
Cheers,&lt;br /&gt;
&lt;br /&gt;
Alex</description>
      <pubDate>Wed, 21 May 2008 23:12:37 GMT</pubDate>
      <author>mittell</author>
      <guid>http://communities.vmware.com/message/951011?tstart=0#951011</guid>
      <dc:date>2008-05-21T23:12:37Z</dc:date>
      <clearspace:dateToText>1 year, 6 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Xtravirt Virtual SAN Appliance</title>
      <link>http://communities.vmware.com/message/950731?tstart=0#950731</link>
      <description>&lt;br /&gt;
Quick questions, I've just read the manual and seems very straight forward to configure and 90% are similiar with OpenFiler process.  I'm curious if you going to have web base management console like OpenFiler to manage volumes and LUNs etc...  Does it support NFS or strictly iSCSI?  If I need to add additional disk to XVS machine, than I will go through same process to get the LUN show up or it should automatically show up when I rescan the LUNs?   &lt;br /&gt;
&lt;p /&gt;
I like the LUN failover heartbeat feature, but want to know more details how it works and wondering any options or settings to decide which one is Active/Passive or not.  What happen if we have multiple disks with different size for XVS appliance server? &lt;br /&gt;
&lt;br /&gt;
XVS01:  &lt;br /&gt;
disk01:  XVS OS&lt;br /&gt;
disk02: 50GB LUN size disk creation&lt;br /&gt;
disk03: 100GB LUN size disk creation&lt;br /&gt;
disk04: 60GB LUN size disk creation&lt;br /&gt;
&lt;p /&gt;
XVS02:  &lt;br /&gt;
disk01:  XVS OS&lt;br /&gt;
disk02: 40GB LUN size disk creation&lt;br /&gt;
disk03: 200GB LUN size disk creation&lt;br /&gt;
disk04: 80GB LUN size disk creation&lt;br /&gt;
&lt;br /&gt;
How does it failover if it has different disk/LUN size?  &lt;br /&gt;
&lt;br /&gt;
If you found this information useful, please consider awarding points for "Correct" or "Helpful". Thanks!!! &lt;br /&gt;
&lt;br /&gt;
Regards,&lt;br /&gt;
&lt;br /&gt;
Stefan Nguyen&lt;br /&gt;
iGeek Systems Inc.&lt;br /&gt;
VMware, Citrix, Microsoft Consultant</description>
      <pubDate>Wed, 21 May 2008 18:31:24 GMT</pubDate>
      <author>azn2kew</author>
      <guid>http://communities.vmware.com/message/950731?tstart=0#950731</guid>
      <dc:date>2008-05-21T18:31:24Z</dc:date>
      <clearspace:dateToText>1 year, 6 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Xtravirt Virtual SAN Appliance</title>
      <link>http://communities.vmware.com/message/950688?tstart=0#950688</link>
      <description>Wow, I can't wait to download and test it out.  I've been using OpenFiler and FreeNAS for my alternatives but performance still in consideration.  So how is performance looks like comparing to XVS and other commercial tools such as mentioned or SANMelody.  This sounds like SANmelody and Lefthand's Network VSA but I could be wrong.  I'll get some feedback after this weekend testings!&lt;br /&gt;
&lt;br /&gt;
If you found this information useful, please consider awarding points for "Correct" or "Helpful". Thanks!!! &lt;br /&gt;
&lt;br /&gt;
Regards,&lt;br /&gt;
&lt;br /&gt;
Stefan Nguyen&lt;br /&gt;
iGeek Systems Inc.&lt;br /&gt;
VMware, Citrix, Microsoft Consultant</description>
      <pubDate>Wed, 21 May 2008 17:53:53 GMT</pubDate>
      <author>azn2kew</author>
      <guid>http://communities.vmware.com/message/950688?tstart=0#950688</guid>
      <dc:date>2008-05-21T17:53:53Z</dc:date>
      <clearspace:dateToText>1 year, 6 months ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>Xtravirt Virtual SAN Appliance</title>
      <link>http://communities.vmware.com/message/950436?tstart=0#950436</link>
      <description>Hi Guys,&lt;br /&gt;
&lt;br /&gt;
Over at Xtrairt we've just released a new free virtual appliance that I thought people might find interesting. It lets you use the local storage on two ESX hosts to create a virtual SAN. I've attached an overview diagram to explain how it works.&lt;br /&gt;
&lt;br /&gt;
&lt;a class="jive-link-external" href="http://www.xtravirt.com/index.php?option=com_remository&amp;#38;Itemid=75&amp;#38;func=fileinfo&amp;#38;id=29"&gt;http://www.xtravirt.com/index.php?option=com_remository&amp;#38;Itemid=75&amp;#38;func=fileinfo&amp;#38;id=29&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Summary: The Xtravirt Virtual SAN (XVS) appliance for VMware ESX3 Server is a free solution to provide the benefits of shared VMFS storage without the cost of a SAN – this allows the utilisation of otherwise unused local storage in the ESX server to facilitate enterprise level features such as vMotion, DRS and HA normally only available through the use of a shared storage device. All volume data is synchronously replicated between hosts, providing full fail-over capability with data integrity in the event of host, disk or appliance failure. The appliance is menu driven and has been designed to be as easy to configure as possible, and full documentation on the implemenation process is provided.&lt;br /&gt;
&lt;br /&gt;
Questions/feedback welcome in this thread. &lt;img class="jive-emoticon" border="0" src="http://communities.vmware.com/images/emoticons/happy.gif" alt=":)" /&gt;&lt;br /&gt;
&lt;br /&gt;
Cheers,&lt;br /&gt;
&lt;br /&gt;
Alex</description>
      <pubDate>Wed, 21 May 2008 15:04:25 GMT</pubDate>
      <author>mittell</author>
      <guid>http://communities.vmware.com/message/950436?tstart=0#950436</guid>
      <dc:date>2008-05-21T15:04:25Z</dc:date>
      <clearspace:dateToText>1 year, 6 months ago</clearspace:dateToText>
      <clearspace:replyCount>61</clearspace:replyCount>
    </item>
  </channel>
</rss>

