<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Linux Ask! &#187; Virtualization</title>
	<atom:link href="http://www.linuxask.com/topics/virtualization/feed" rel="self" type="application/rss+xml" />
	<link>http://www.linuxask.com</link>
	<description>Linux Ask! is a Q &#38; A web site specific for Linux related questions such as how to use common Linux commands.</description>
	<lastBuildDate>Tue, 05 May 2015 07:15:40 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.9.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>List all active guest domains in Xen</title>
		<link>http://www.linuxask.com/questions/list-all-active-guest-domains-in-xen</link>
		<comments>http://www.linuxask.com/questions/list-all-active-guest-domains-in-xen#comments</comments>
		<pubDate>Fri, 30 Sep 2011 10:51:18 +0000</pubDate>
		<dc:creator><![CDATA[Linux Ask!]]></dc:creator>
				<category><![CDATA[Xen]]></category>

		<guid isPermaLink="false">http://www.linuxask.com/?p=3532</guid>
		<description><![CDATA[List all active guest domains in Xen Answer: To list all active guest domains in Xen, you can use the xm list command. # xm list Name ID Mem(MiB) VCPUs State Time(s) Domain-0 0 768 2 r----- 1029.3 Web-server 12 256 1 -b---- 13.7<div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href="http://www.linuxask.com/questions/check-the-number-of-active-apache-connection" rel="bookmark" title="Check the number of active Apache connection">Check the number of active Apache connection </a></li>
<li><a href="http://www.linuxask.com/questions/how-to-run-active-server-pages-asp-with-apache" rel="bookmark" title="How to run  Active Server Pages (ASP) with Apache?">How to run  Active Server Pages (ASP) with Apache? </a></li>
<li><a href="http://www.linuxask.com/questions/immediate-time-synchronization-in-rhelcentosfedora" rel="bookmark" title="Immediate time synchronization in RHEL/CentOS/Fedora">Immediate time synchronization in RHEL/CentOS/Fedora </a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p>List all active guest domains in Xen</p>
<p><strong>Answer:</strong></p>
<p>To list all active guest domains in <strong>Xen</strong>, you can use the <strong>xm list</strong> command.</p>
<pre><code># xm list

Name                                ID  Mem(MiB)   VCPUs      State      Time(s)
Domain-0                            0     768       2         r-----     1029.3
Web-server                         12     256       1         -b----       13.7</code></pre>
<div class='yarpp-related-rss'>
<p>Related posts:<ol>
<li><a href="http://www.linuxask.com/questions/check-the-number-of-active-apache-connection" rel="bookmark" title="Check the number of active Apache connection">Check the number of active Apache connection </a></li>
<li><a href="http://www.linuxask.com/questions/how-to-run-active-server-pages-asp-with-apache" rel="bookmark" title="How to run  Active Server Pages (ASP) with Apache?">How to run  Active Server Pages (ASP) with Apache? </a></li>
<li><a href="http://www.linuxask.com/questions/immediate-time-synchronization-in-rhelcentosfedora" rel="bookmark" title="Immediate time synchronization in RHEL/CentOS/Fedora">Immediate time synchronization in RHEL/CentOS/Fedora </a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxask.com/questions/list-all-active-guest-domains-in-xen/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Convert Xen IMG based VM to Virtual Box</title>
		<link>http://www.linuxask.com/questions/convert-xen-img-based-vm-to-virtual-box</link>
		<comments>http://www.linuxask.com/questions/convert-xen-img-based-vm-to-virtual-box#comments</comments>
		<pubDate>Thu, 10 Mar 2011 14:03:25 +0000</pubDate>
		<dc:creator><![CDATA[Linux Ask!]]></dc:creator>
				<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[Xen]]></category>
		<category><![CDATA[Virtual Box]]></category>

		<guid isPermaLink="false">http://www.linuxask.com/?p=2805</guid>
		<description><![CDATA[Convert Xen IMG based VM to Virtual Box Answer: In order to convert a VM image (file based) running in Xen and to use in the Virtual Box, you can use the following tricks. # VBoxManage convertfromraw -format VDI filename.img filename.vdi That is it.<div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href="http://www.linuxask.com/questions/why-ssl-cannot-be-used-with-name-based-virtual-hosts" rel="bookmark" title="Why SSL cannot be used with name-based virtual hosts?">Why SSL cannot be used with name-based virtual hosts? </a></li>
<li><a href="http://www.linuxask.com/questions/convert-windows-text-file-to-unix-format-without-dos2unix" rel="bookmark" title="Convert Windows text file to UNIX format without dos2unix">Convert Windows text file to UNIX format without dos2unix </a></li>
<li><a href="http://www.linuxask.com/questions/convert-dos-newlines-to-unix-format" rel="bookmark" title="Convert DOS newlines to Unix format">Convert DOS newlines to Unix format </a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p>Convert Xen IMG based VM to Virtual Box</p>
<p><strong>Answer:</strong></p>
<p>In order to convert a VM image (file based) running in <strong>Xen</strong> and to use in the<strong> Virtual Box</strong>, you can use the following tricks.</p>
<p><code># VBoxManage convertfromraw -format VDI filename.img filename.vdi</code></p>
<p>That is it.</p>
<div class='yarpp-related-rss'>
<p>Related posts:<ol>
<li><a href="http://www.linuxask.com/questions/why-ssl-cannot-be-used-with-name-based-virtual-hosts" rel="bookmark" title="Why SSL cannot be used with name-based virtual hosts?">Why SSL cannot be used with name-based virtual hosts? </a></li>
<li><a href="http://www.linuxask.com/questions/convert-windows-text-file-to-unix-format-without-dos2unix" rel="bookmark" title="Convert Windows text file to UNIX format without dos2unix">Convert Windows text file to UNIX format without dos2unix </a></li>
<li><a href="http://www.linuxask.com/questions/convert-dos-newlines-to-unix-format" rel="bookmark" title="Convert DOS newlines to Unix format">Convert DOS newlines to Unix format </a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxask.com/questions/convert-xen-img-based-vm-to-virtual-box/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SIOCSIFADDR: No such device after cloning VM</title>
		<link>http://www.linuxask.com/questions/siocsifaddr-no-such-device-after-cloning-vm</link>
		<comments>http://www.linuxask.com/questions/siocsifaddr-no-such-device-after-cloning-vm#comments</comments>
		<pubDate>Fri, 18 Feb 2011 13:47:13 +0000</pubDate>
		<dc:creator><![CDATA[Linux Ask!]]></dc:creator>
				<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[virtualbox]]></category>

		<guid isPermaLink="false">http://www.linuxask.com/?p=2813</guid>
		<description><![CDATA[SIOCSIFADDR: No such device after cloning VM Answer: When you cloned a VM from another machine, or migrated from another VM solution such as Xen, when you start the networking, you might encounter the problem of "SIOCSIFADDR: No such device eth0". This is because the MAC address of your VM has changed! To solve it, <a href='http://www.linuxask.com/questions/siocsifaddr-no-such-device-after-cloning-vm' class='excerpt-more'>[...]</a><div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href="http://www.linuxask.com/questions/%e2%80%9cdevice-is-busy%e2%80%9d-when-umounting" rel="bookmark" title="“Device is busy” when umounting">“Device is busy” when umounting </a></li>
<li><a href="http://www.linuxask.com/questions/mount-a-usb-drive-in-ubuntu-using-command" rel="bookmark" title="Mount a USB drive in Ubuntu using command">Mount a USB drive in Ubuntu using command </a></li>
<li><a href="http://www.linuxask.com/questions/cannot-start-virtualbox-when-installed-kvm" rel="bookmark" title="Cannot start VirtualBox when installed KVM">Cannot start VirtualBox when installed KVM </a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p>SIOCSIFADDR: No such device after cloning VM</p>
<p><strong>Answer:</strong></p>
<p>When you cloned a VM from another machine, or migrated from another VM solution such as Xen, when you start the networking, you might encounter the problem of "<strong>SIOCSIFADDR: No such device eth0</strong>".</p>
<p>This is because the <strong>MAC address</strong> of your VM has changed!</p>
<p>To solve it, just enter the command below:</p>
<p><code># sudo rm /etc/udev/rules.d/70-persistent-net.rules</code></p>
<p>Restart your VM and should be okay now.</p>
<div class='yarpp-related-rss'>
<p>Related posts:<ol>
<li><a href="http://www.linuxask.com/questions/%e2%80%9cdevice-is-busy%e2%80%9d-when-umounting" rel="bookmark" title="“Device is busy” when umounting">“Device is busy” when umounting </a></li>
<li><a href="http://www.linuxask.com/questions/mount-a-usb-drive-in-ubuntu-using-command" rel="bookmark" title="Mount a USB drive in Ubuntu using command">Mount a USB drive in Ubuntu using command </a></li>
<li><a href="http://www.linuxask.com/questions/cannot-start-virtualbox-when-installed-kvm" rel="bookmark" title="Cannot start VirtualBox when installed KVM">Cannot start VirtualBox when installed KVM </a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxask.com/questions/siocsifaddr-no-such-device-after-cloning-vm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cannot start VirtualBox when installed KVM</title>
		<link>http://www.linuxask.com/questions/cannot-start-virtualbox-when-installed-kvm</link>
		<comments>http://www.linuxask.com/questions/cannot-start-virtualbox-when-installed-kvm#comments</comments>
		<pubDate>Tue, 04 Jan 2011 15:36:26 +0000</pubDate>
		<dc:creator><![CDATA[Linux Ask!]]></dc:creator>
				<category><![CDATA[KVM]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[kvm]]></category>
		<category><![CDATA[virtualbox]]></category>

		<guid isPermaLink="false">http://www.linuxask.com/?p=2726</guid>
		<description><![CDATA[Cannot start VirtualBox when installed KVM Answer: When you have installed the KVM module, it will conflict with your VirtualBox. To solve it in order to use the VirtualBox, execute the following command below: 1. For Intel CPU # sudo rmmod kvm-intel 2. For AMD CPU # sudo rmmod kvm-amd Then you can start VirtualBox <a href='http://www.linuxask.com/questions/cannot-start-virtualbox-when-installed-kvm' class='excerpt-more'>[...]</a><div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href="http://www.linuxask.com/questions/set-auto-increment-start-value-to-1000" rel="bookmark" title="Set the auto increment start value in MySQL?">Set the auto increment start value in MySQL? </a></li>
<li><a href="http://www.linuxask.com/questions/how-to-check-if-a-perl-module-is-already-installed" rel="bookmark" title="How to check if a Perl module is already installed?">How to check if a Perl module is already installed? </a></li>
<li><a href="http://www.linuxask.com/questions/list-all-the-installed-gems" rel="bookmark" title="List all the installed gems">List all the installed gems </a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p>Cannot start VirtualBox when installed KVM</p>
<p><strong>Answer:</strong></p>
<p>When you have installed the <strong>KVM </strong>module, it will conflict with your <strong>VirtualBox</strong>. To solve it in order to use the VirtualBox, execute the following command below:</p>
<p>1. For Intel CPU</p>
<p><code># sudo rmmod kvm-intel</code></p>
<p>2. For AMD CPU</p>
<p><code># sudo rmmod kvm-amd</code></p>
<p>Then you can start VirtualBox instance normally.</p>
<div class='yarpp-related-rss'>
<p>Related posts:<ol>
<li><a href="http://www.linuxask.com/questions/set-auto-increment-start-value-to-1000" rel="bookmark" title="Set the auto increment start value in MySQL?">Set the auto increment start value in MySQL? </a></li>
<li><a href="http://www.linuxask.com/questions/how-to-check-if-a-perl-module-is-already-installed" rel="bookmark" title="How to check if a Perl module is already installed?">How to check if a Perl module is already installed? </a></li>
<li><a href="http://www.linuxask.com/questions/list-all-the-installed-gems" rel="bookmark" title="List all the installed gems">List all the installed gems </a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxask.com/questions/cannot-start-virtualbox-when-installed-kvm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Making ntp works in Xen domU</title>
		<link>http://www.linuxask.com/questions/making-ntp-works-in-xen-domu</link>
		<comments>http://www.linuxask.com/questions/making-ntp-works-in-xen-domu#comments</comments>
		<pubDate>Tue, 10 Apr 2007 13:57:00 +0000</pubDate>
		<dc:creator><![CDATA[Linux Ask!]]></dc:creator>
				<category><![CDATA[Xen]]></category>

		<guid isPermaLink="false">http://www.linuxask.com/?p=1551</guid>
		<description><![CDATA[Making ntp works in Xen domU Answer: In Xen, the clocks of all VMs are controlled by dom0, in order to make ntp work independently, you can edit the file "/etc/sysctl.conf" xen.independent_wallclock = 1 Restart your server to take effects.<div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href="http://www.linuxask.com/questions/adding-ssl-suport-in-nginx" rel="bookmark" title="Adding SSL suport in Nginx">Adding SSL suport in Nginx </a></li>
<li><a href="http://www.linuxask.com/questions/how-to-change-the-default-ubuntus-ntp-server" rel="bookmark" title="How to change the default Ubuntu&#8217;s NTP server">How to change the default Ubuntu&#8217;s NTP server </a></li>
<li><a href="http://www.linuxask.com/questions/enable-cron-log-in-ubuntu-10-04-lucid-lynx" rel="bookmark" title="Enable cron log in Ubuntu 10.04 (Lucid Lynx)">Enable cron log in Ubuntu 10.04 (Lucid Lynx) </a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p>Making ntp works in Xen domU</p>
<p><strong>Answer:</strong></p>
<p>In Xen, the clocks of all VMs are controlled by dom0, in order to make <strong>ntp </strong>work independently, you can edit the file "<strong>/etc/sysctl.conf</strong>"</p>
<p><code>xen.independent_wallclock = 1</code></p>
<p>Restart your server to take effects.</p>
<div class='yarpp-related-rss'>
<p>Related posts:<ol>
<li><a href="http://www.linuxask.com/questions/adding-ssl-suport-in-nginx" rel="bookmark" title="Adding SSL suport in Nginx">Adding SSL suport in Nginx </a></li>
<li><a href="http://www.linuxask.com/questions/how-to-change-the-default-ubuntus-ntp-server" rel="bookmark" title="How to change the default Ubuntu&#8217;s NTP server">How to change the default Ubuntu&#8217;s NTP server </a></li>
<li><a href="http://www.linuxask.com/questions/enable-cron-log-in-ubuntu-10-04-lucid-lynx" rel="bookmark" title="Enable cron log in Ubuntu 10.04 (Lucid Lynx)">Enable cron log in Ubuntu 10.04 (Lucid Lynx) </a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxask.com/questions/making-ntp-works-in-xen-domu/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
