<?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 on: Xen on Ubuntu Server 8.04 (Hardy Heron) with complex disk setup</title>
	<atom:link href="http://www.scienco.org/2008/xen-on-ubuntu-server-804-hardy-heron-with-complex-disk-setup/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.scienco.org/2008/xen-on-ubuntu-server-804-hardy-heron-with-complex-disk-setup/</link>
	<description>Life&#039;s too short to be unenthusiastic</description>
	<lastBuildDate>Thu, 29 Jul 2010 07:33:34 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
	<item>
		<title>By: Mikkel Meyer Andersen</title>
		<link>http://www.scienco.org/2008/xen-on-ubuntu-server-804-hardy-heron-with-complex-disk-setup/comment-page-1/#comment-259</link>
		<dc:creator>Mikkel Meyer Andersen</dc:creator>
		<pubDate>Mon, 27 Oct 2008 07:31:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.scienco.org/?p=58#comment-259</guid>
		<description>Hi Karel.

If you look at http://www.scienco.org/tag/xen/ you&#039;ll find two guides for installing guests: one for FreeBSD and one for Ubuntu. And the one for FreeBSD can also be used if you want to install Windows.</description>
		<content:encoded><![CDATA[<p>Hi Karel.</p>
<p>If you look at <a href="http://www.scienco.org/tag/xen/" rel="nofollow">http://www.scienco.org/tag/xen/</a> you&#8217;ll find two guides for installing guests: one for FreeBSD and one for Ubuntu. And the one for FreeBSD can also be used if you want to install Windows.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karel</title>
		<link>http://www.scienco.org/2008/xen-on-ubuntu-server-804-hardy-heron-with-complex-disk-setup/comment-page-1/#comment-258</link>
		<dc:creator>Karel</dc:creator>
		<pubDate>Fri, 24 Oct 2008 16:16:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.scienco.org/?p=58#comment-258</guid>
		<description>when will you show us how to install guests ? :) Very nice tutorial ...</description>
		<content:encoded><![CDATA[<p>when will you show us how to install guests ? <img src='http://www.scienco.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Very nice tutorial &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mikkel Meyer Andersen</title>
		<link>http://www.scienco.org/2008/xen-on-ubuntu-server-804-hardy-heron-with-complex-disk-setup/comment-page-1/#comment-257</link>
		<dc:creator>Mikkel Meyer Andersen</dc:creator>
		<pubDate>Fri, 24 Oct 2008 12:14:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.scienco.org/?p=58#comment-257</guid>
		<description>Hi Brian! I didn&#039;t run into that specific problem, but others might do it, too, so thanks a lot for your contribution!</description>
		<content:encoded><![CDATA[<p>Hi Brian! I didn&#8217;t run into that specific problem, but others might do it, too, so thanks a lot for your contribution!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://www.scienco.org/2008/xen-on-ubuntu-server-804-hardy-heron-with-complex-disk-setup/comment-page-1/#comment-256</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Thu, 23 Oct 2008 10:40:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.scienco.org/?p=58#comment-256</guid>
		<description>Hello, 

Thank you for taking the time to write all of this down ;)

I am trying to use 8.04.1 server to make this happen and found a few problems.

It seems lvm2 needs to be installed to get the pvcreate vgcreate lvmstore commands.

which I found out was:
(apt-get install lvm2)

The problem I am having is:

lvcreate -n lv1 -L 20G lvmstore

 # lvcreate -n lv1 -L 20G lvmstore
  /proc/misc: No entry for device-mapper found
  Is device-mapper driver missing from kernel?
  Failure to communicate with kernel device-mapper driver.
  /proc/misc: No entry for device-mapper found
  Is device-mapper driver missing from kernel?
  Failure to communicate with kernel device-mapper driver.
  Incompatible libdevmapper 1.02.20 (2007-06-15)(compat) and kernel driver 
  striped: Required device-mapper target(s) not detected in your kernel
  lvcreate: Create a logical volume

# uname -a
Linux ubuntu 2.6.24-19-generic #1 SMP Wed Jun 18 14:43:41 UTC 2008 i686 GNU/Linux

I found the answer here:
http://ubuntuforums.org/showthread.php?t=689342

modprobe dm_mod
modprobe dm_mirror
modprobe dm_snapshot

Then:
# lvcreate -n lv1 -L 20G lvmstore
  Logical volume &quot;lv1&quot; created

:)</description>
		<content:encoded><![CDATA[<p>Hello, </p>
<p>Thank you for taking the time to write all of this down <img src='http://www.scienco.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>I am trying to use 8.04.1 server to make this happen and found a few problems.</p>
<p>It seems lvm2 needs to be installed to get the pvcreate vgcreate lvmstore commands.</p>
<p>which I found out was:<br />
(apt-get install lvm2)</p>
<p>The problem I am having is:</p>
<p>lvcreate -n lv1 -L 20G lvmstore</p>
<p> # lvcreate -n lv1 -L 20G lvmstore<br />
  /proc/misc: No entry for device-mapper found<br />
  Is device-mapper driver missing from kernel?<br />
  Failure to communicate with kernel device-mapper driver.<br />
  /proc/misc: No entry for device-mapper found<br />
  Is device-mapper driver missing from kernel?<br />
  Failure to communicate with kernel device-mapper driver.<br />
  Incompatible libdevmapper 1.02.20 (2007-06-15)(compat) and kernel driver<br />
  striped: Required device-mapper target(s) not detected in your kernel<br />
  lvcreate: Create a logical volume</p>
<p># uname -a<br />
Linux ubuntu 2.6.24-19-generic #1 SMP Wed Jun 18 14:43:41 UTC 2008 i686 GNU/Linux</p>
<p>I found the answer here:<br />
<a href="http://ubuntuforums.org/showthread.php?t=689342" rel="nofollow">http://ubuntuforums.org/showthread.php?t=689342</a></p>
<p>modprobe dm_mod<br />
modprobe dm_mirror<br />
modprobe dm_snapshot</p>
<p>Then:<br />
# lvcreate -n lv1 -L 20G lvmstore<br />
  Logical volume &#8220;lv1&#8243; created</p>
<p> <img src='http://www.scienco.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mikkel Meyer Andersen</title>
		<link>http://www.scienco.org/2008/xen-on-ubuntu-server-804-hardy-heron-with-complex-disk-setup/comment-page-1/#comment-255</link>
		<dc:creator>Mikkel Meyer Andersen</dc:creator>
		<pubDate>Tue, 30 Sep 2008 06:25:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.scienco.org/?p=58#comment-255</guid>
		<description>Hi Mario.

Thanks for your comment!

Yes, you are able to set up Xen on a running system, although I would strongly recommend you not to! Normally it&#039;s advised that you don&#039;t use dom0 (the host running Xen) for any other things than being dom0.

Instead I would recommend you to start over, so to speak, and instead make your current software setup on a virtual machine, too. This of course requires you to be able to have some down time while configuring this net setup.

Regards,
Mikkel.</description>
		<content:encoded><![CDATA[<p>Hi Mario.</p>
<p>Thanks for your comment!</p>
<p>Yes, you are able to set up Xen on a running system, although I would strongly recommend you not to! Normally it&#8217;s advised that you don&#8217;t use dom0 (the host running Xen) for any other things than being dom0.</p>
<p>Instead I would recommend you to start over, so to speak, and instead make your current software setup on a virtual machine, too. This of course requires you to be able to have some down time while configuring this net setup.</p>
<p>Regards,<br />
Mikkel.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mario</title>
		<link>http://www.scienco.org/2008/xen-on-ubuntu-server-804-hardy-heron-with-complex-disk-setup/comment-page-1/#comment-254</link>
		<dc:creator>Mario</dc:creator>
		<pubDate>Mon, 29 Sep 2008 18:06:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.scienco.org/?p=58#comment-254</guid>
		<description>Hi Mikkel,

first of all congrats to those howto&#039;s, they are absolutely well done and gave me some ideas :)...

i do have the ds3000 atm(had the ds7000 before), i am running Ubuntu Server 8.04 on it with some web projects and game servers running...

now, i would like to host a newer game server that is only aviable as a windows version, so i would like to run a virtual sys with winxp pro on it.
till now i did try vmware server, witch unfortunately had some very bad network lags(not an option for gaming) and i tried virtualbox, with what i am quite happy as it uses only very little on system resources, BUT: the vbox has the problem that it does not allow me to ping from host-&gt;guest and without that i cant administrate the game server our call statistical scripts etc. ....(i did search the web, tried allot of different howto&#039;s and nothing fixed that small leftover problem since 4 days so far)

now my question:
Would it be possible to use your solution on a &quot;running and setted up&quot; server and use only the second hard drive(as its not used atm)?
If yes, would you be so kind and give me some pointers what i maybe consider to not screw up the running server?


your articles are somehow the last resource for me atm to fix my problem, as i already go insane on that :) 

Thanks a million
Mario</description>
		<content:encoded><![CDATA[<p>Hi Mikkel,</p>
<p>first of all congrats to those howto&#8217;s, they are absolutely well done and gave me some ideas <img src='http://www.scienco.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> &#8230;</p>
<p>i do have the ds3000 atm(had the ds7000 before), i am running Ubuntu Server 8.04 on it with some web projects and game servers running&#8230;</p>
<p>now, i would like to host a newer game server that is only aviable as a windows version, so i would like to run a virtual sys with winxp pro on it.<br />
till now i did try vmware server, witch unfortunately had some very bad network lags(not an option for gaming) and i tried virtualbox, with what i am quite happy as it uses only very little on system resources, BUT: the vbox has the problem that it does not allow me to ping from host-&gt;guest and without that i cant administrate the game server our call statistical scripts etc. &#8230;.(i did search the web, tried allot of different howto&#8217;s and nothing fixed that small leftover problem since 4 days so far)</p>
<p>now my question:<br />
Would it be possible to use your solution on a &#8220;running and setted up&#8221; server and use only the second hard drive(as its not used atm)?<br />
If yes, would you be so kind and give me some pointers what i maybe consider to not screw up the running server?</p>
<p>your articles are somehow the last resource for me atm to fix my problem, as i already go insane on that <img src='http://www.scienco.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  </p>
<p>Thanks a million<br />
Mario</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mikkel Meyer Andersen</title>
		<link>http://www.scienco.org/2008/xen-on-ubuntu-server-804-hardy-heron-with-complex-disk-setup/comment-page-1/#comment-253</link>
		<dc:creator>Mikkel Meyer Andersen</dc:creator>
		<pubDate>Mon, 29 Sep 2008 16:25:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.scienco.org/?p=58#comment-253</guid>
		<description>Oh, I didn&#039;t realize that you&#039;ve tried it before.

Thanks for noting me, and please let me know how everything goes!</description>
		<content:encoded><![CDATA[<p>Oh, I didn&#8217;t realize that you&#8217;ve tried it before.</p>
<p>Thanks for noting me, and please let me know how everything goes!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jake</title>
		<link>http://www.scienco.org/2008/xen-on-ubuntu-server-804-hardy-heron-with-complex-disk-setup/comment-page-1/#comment-252</link>
		<dc:creator>jake</dc:creator>
		<pubDate>Mon, 29 Sep 2008 16:05:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.scienco.org/?p=58#comment-252</guid>
		<description>Hi Mikkel!
my trouble is not yours =) ! approximately 26,5 rescue sytems later, i thought so. 
i talked to the hetzer guys,too. 
/dev/sdb/ ain&#039;t showing on installimage. i spended some quality hours with the unbutu mdadm bugtraq =). As i said, i tryed it before and it worked great! Hetzer is changing the hdd&#039;s now. Update soon. =-)</description>
		<content:encoded><![CDATA[<p>Hi Mikkel!<br />
my trouble is not yours =) ! approximately 26,5 rescue sytems later, i thought so.<br />
i talked to the hetzer guys,too.<br />
/dev/sdb/ ain&#8217;t showing on installimage. i spended some quality hours with the unbutu mdadm bugtraq =). As i said, i tryed it before and it worked great! Hetzer is changing the hdd&#8217;s now. Update soon. =-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mikkel Meyer Andersen</title>
		<link>http://www.scienco.org/2008/xen-on-ubuntu-server-804-hardy-heron-with-complex-disk-setup/comment-page-1/#comment-250</link>
		<dc:creator>Mikkel Meyer Andersen</dc:creator>
		<pubDate>Mon, 29 Sep 2008 07:13:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.scienco.org/?p=58#comment-250</guid>
		<description>Hi jake.

Sorry about your trouble.

Are you on a &quot;clean&quot; system? Are you sure that /etc/mdadm/mdadm.conf doesn&#039;t already contain information about /dev/sdb11?

Regards :-).</description>
		<content:encoded><![CDATA[<p>Hi jake.</p>
<p>Sorry about your trouble.</p>
<p>Are you on a &#8220;clean&#8221; system? Are you sure that /etc/mdadm/mdadm.conf doesn&#8217;t already contain information about /dev/sdb11?</p>
<p>Regards <img src='http://www.scienco.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jake</title>
		<link>http://www.scienco.org/2008/xen-on-ubuntu-server-804-hardy-heron-with-complex-disk-setup/comment-page-1/#comment-249</link>
		<dc:creator>jake</dc:creator>
		<pubDate>Sun, 28 Sep 2008 05:22:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.scienco.org/?p=58#comment-249</guid>
		<description>Hi did you changed something? i tried to repeat this howto today.
Unforuatley i can create :
mdadm --create --verbose /dev/md2 --level=1 --raid-devices=2 /dev/sda11 /dev/sdb11 

i always get mdadm: /dev/sdb11 appears to be part of a raid array:
    level=raid1 devices=2 
help ! =-)</description>
		<content:encoded><![CDATA[<p>Hi did you changed something? i tried to repeat this howto today.<br />
Unforuatley i can create :<br />
mdadm &#8211;create &#8211;verbose /dev/md2 &#8211;level=1 &#8211;raid-devices=2 /dev/sda11 /dev/sdb11 </p>
<p>i always get mdadm: /dev/sdb11 appears to be part of a raid array:<br />
    level=raid1 devices=2<br />
help ! =-)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
