<?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>OpenVZ - Spheron1</title>
	<atom:link href="https://www.spheron1.uk/tag/openvz/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.spheron1.uk</link>
	<description></description>
	<lastBuildDate>Thu, 02 Jan 2014 23:23:44 +0000</lastBuildDate>
	<language>en-GB</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>
	<item>
		<title>OpenVZ reboot loop</title>
		<link>https://www.spheron1.uk/2014/01/02/openvz-reboot-loop/</link>
					<comments>https://www.spheron1.uk/2014/01/02/openvz-reboot-loop/#respond</comments>
		
		<dc:creator><![CDATA[digitaldisaster]]></dc:creator>
		<pubDate>Thu, 02 Jan 2014 23:23:44 +0000</pubDate>
				<category><![CDATA[OpenVZ]]></category>
		<guid isPermaLink="false">https://www.spheron1.uk/?p=674</guid>

					<description><![CDATA[<p>I recently encountered a strange reboot loop with a server running OpenVZ. When booting the server, the host would come up and start the process of booting the containers, then at some point during the boot process it would reboot without any errors. I managed to break the reboot loop by quickly SSHing in to the host node whilst it&#46;&#46;&#46;</p>
<p>The post <a href="https://www.spheron1.uk/2014/01/02/openvz-reboot-loop/">OpenVZ reboot loop</a> first appeared on <a href="https://www.spheron1.uk">Spheron1</a>.</p>]]></description>
										<content:encoded><![CDATA[<p>I recently encountered a strange reboot loop with a server running OpenVZ.</p>
<p>When booting the server, the host would come up and start the process of booting the containers, then at some point during the boot process it would reboot without any errors.</p>
<p>I managed to break the reboot loop by quickly SSHing in to the host node whilst it was starting the containers and disable the &#8220;vz&#8221; service so that it wasn&#8217;t started at boot time:</p>
<blockquote><p>chkconfig vz off</p></blockquote>
<p>On the next reboot, this broke the reboot loop and allowed me to get in via SSH and look around the system properly.</p>
<p>The only hint that I had to go on was that whilst most of the containers brought up during the boot sequence said &#8220;starting container&#8221;, the container immediately prior to the unexpected reboot said &#8220;restoring&#8221; instead.</p>
<p>This prompted me to look in the &#8220;/vz/dump/&#8221; folder, where I found a file called &#8220;Dump.<CTID>&#8221; (Obviously <CTID> was the container ID of the container which was being restored instead of started).</p>
<p>Simply removing this dump file allowed the &#8220;vz&#8221; service to be started without causing a reboot and everything started working as normal.</p>
<p>The only thing left to do at this point is to remember to enable the &#8220;vz&#8221; service again so that it will start during the next system boot:</p>
<blockquote><p>chkconfig vz on</p></blockquote><p>The post <a href="https://www.spheron1.uk/2014/01/02/openvz-reboot-loop/">OpenVZ reboot loop</a> first appeared on <a href="https://www.spheron1.uk">Spheron1</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://www.spheron1.uk/2014/01/02/openvz-reboot-loop/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Missing kernel initial RAM disk with SolusVM and Xen</title>
		<link>https://www.spheron1.uk/2011/04/28/missing-kernel-initial-ram-disk-with-solusvm-and-xen/</link>
					<comments>https://www.spheron1.uk/2011/04/28/missing-kernel-initial-ram-disk-with-solusvm-and-xen/#respond</comments>
		
		<dc:creator><![CDATA[digitaldisaster]]></dc:creator>
		<pubDate>Thu, 28 Apr 2011 10:07:24 +0000</pubDate>
				<category><![CDATA[SolusVM]]></category>
		<category><![CDATA[Dom0]]></category>
		<category><![CDATA[Domain-0]]></category>
		<category><![CDATA[DomU]]></category>
		<category><![CDATA[initial RAM disk]]></category>
		<category><![CDATA[initrd]]></category>
		<category><![CDATA[kvm]]></category>
		<category><![CDATA[OpenVZ]]></category>
		<category><![CDATA[SolusLabs]]></category>
		<category><![CDATA[vmlinuz]]></category>
		<category><![CDATA[Xen]]></category>
		<guid isPermaLink="false">https://www.spheron1.uk/?p=368</guid>

					<description><![CDATA[<p>If for any reason your /boot/solus-vmlinuz symlink as well the /boot/solus-initrd.img initial RAM disk are missing or incorrect in Dom0 on one of your SolusVM Xen slaves, then you can force SolusVM to regenerate them using the latest Xen enabled copy of the kernel installed on the server using the following command in Dom0 on the slave: php /usr/local/solusvm/includes/xenkernel.php This&#46;&#46;&#46;</p>
<p>The post <a href="https://www.spheron1.uk/2011/04/28/missing-kernel-initial-ram-disk-with-solusvm-and-xen/">Missing kernel initial RAM disk with SolusVM and Xen</a> first appeared on <a href="https://www.spheron1.uk">Spheron1</a>.</p>]]></description>
										<content:encoded><![CDATA[<p>If for any reason your /boot/solus-vmlinuz symlink as well the /boot/solus-initrd.img initial RAM disk are missing or incorrect in Dom0 on one of your SolusVM Xen slaves, then you can force SolusVM to regenerate them using the latest Xen enabled copy of the kernel installed on the server using the following command in Dom0 on the slave:</p>
<blockquote><p>php /usr/local/solusvm/includes/xenkernel.php</p></blockquote>
<p>This not only re-creates the /boot/solus-vmlinuz symlink to the appropriate vmlinuz file, but also builds the necessary /boot/solus-initrd.img initial RAM disk to boot your DomU machines.</p>
<p>Of course, if you are using PyGrub then you don&#8217;t use these files in Dom0 <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p><p>The post <a href="https://www.spheron1.uk/2011/04/28/missing-kernel-initial-ram-disk-with-solusvm-and-xen/">Missing kernel initial RAM disk with SolusVM and Xen</a> first appeared on <a href="https://www.spheron1.uk">Spheron1</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://www.spheron1.uk/2011/04/28/missing-kernel-initial-ram-disk-with-solusvm-and-xen/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Object Caching 0/72 objects using Redis
Page Caching using Disk: Enhanced 
Lazy Loading (feed)
Database Caching using Redis

Served from: spheron1.uk @ 2026-06-05 23:27:36 by W3 Total Cache
-->