<?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; Xen</title>
	<atom:link href="http://www.linuxask.com/topics/virtualization/xen/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>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>
