<?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>RHEL - Spheron1</title>
	<atom:link href="https://www.spheron1.uk/tag/rhel/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.spheron1.uk</link>
	<description></description>
	<lastBuildDate>Wed, 14 May 2014 12:12:28 +0000</lastBuildDate>
	<language>en-GB</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1</generator>
	<item>
		<title>Twitter integration not working in WHMCS</title>
		<link>https://www.spheron1.uk/2014/05/14/twitter-integration-not-working-in-whmcs/</link>
					<comments>https://www.spheron1.uk/2014/05/14/twitter-integration-not-working-in-whmcs/#respond</comments>
		
		<dc:creator><![CDATA[digitaldisaster]]></dc:creator>
		<pubDate>Wed, 14 May 2014 12:12:28 +0000</pubDate>
				<category><![CDATA[WHMCS]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[RedHat]]></category>
		<category><![CDATA[RedHat Enterprise Linux]]></category>
		<category><![CDATA[RHEL]]></category>
		<category><![CDATA[tweet]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[XML]]></category>
		<guid isPermaLink="false">https://www.spheron1.uk/?p=722</guid>

					<description><![CDATA[<p>If you&#8217;re having problems with WHMCS&#8217;s Twitter integration feature on a CentOS/RHEL server, then chances are that you need to install the php-xml RPM. The Twitter integration in WHMCS uses jQuery to make a POST request to announcements.php detailing the number of tweets to retrieve. This then in turn connects to the Twitter API, parses the response and returns it&#46;&#46;&#46;</p>
<p>The post <a href="https://www.spheron1.uk/2014/05/14/twitter-integration-not-working-in-whmcs/">Twitter integration not working in WHMCS</a> first appeared on <a href="https://www.spheron1.uk">Spheron1</a>.</p>]]></description>
										<content:encoded><![CDATA[<p>If you&#8217;re having problems with WHMCS&#8217;s Twitter integration feature on a CentOS/RHEL server, then chances are that you need to install the php-xml RPM.</p>
<p>The Twitter integration in WHMCS uses jQuery to make a POST request to announcements.php detailing the number of tweets to retrieve. This then in turn connects to the Twitter API, parses the response and   returns it to the browser as HTML.</p>
<p>Something in this script requires one of the extensions provided by the php-xml RPM (dom, wddx, xmlreader, xmlwriter and xsl). If the module isn&#8217;t present, then the script fails silently and returns no tweets. You still get some HTML though &#8211; the Twitter icon, a single hyphen and the &#8220;Follow us on Twitter&#8221; button.</p><p>The post <a href="https://www.spheron1.uk/2014/05/14/twitter-integration-not-working-in-whmcs/">Twitter integration not working in WHMCS</a> first appeared on <a href="https://www.spheron1.uk">Spheron1</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://www.spheron1.uk/2014/05/14/twitter-integration-not-working-in-whmcs/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>SolusVM displaying wrong disk usage statistics for Xen PV VMs</title>
		<link>https://www.spheron1.uk/2013/12/29/solusvm-displaying-wrong-disk-usage-statistics-for-xen-pv-vms/</link>
					<comments>https://www.spheron1.uk/2013/12/29/solusvm-displaying-wrong-disk-usage-statistics-for-xen-pv-vms/#respond</comments>
		
		<dc:creator><![CDATA[digitaldisaster]]></dc:creator>
		<pubDate>Sun, 29 Dec 2013 17:24:15 +0000</pubDate>
				<category><![CDATA[SolusVM]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[CentOS 6]]></category>
		<category><![CDATA[Paravirtualization]]></category>
		<category><![CDATA[PV]]></category>
		<category><![CDATA[RHEL]]></category>
		<category><![CDATA[RHEL 6]]></category>
		<category><![CDATA[SolusLabs]]></category>
		<category><![CDATA[Xen]]></category>
		<category><![CDATA[Xen PV]]></category>
		<guid isPermaLink="false">https://www.spheron1.uk/?p=676</guid>

					<description><![CDATA[<p>Recently some of our Xen PV VMs started to show strange disk space usage statistics in SolusVM &#8211; despite there being plenty of space left on the disk in the VM, SolusVM was reporting that the disk was nearly full! I struggled to find any public information about this, but apparently it is a known problem with SolusVM and the&#46;&#46;&#46;</p>
<p>The post <a href="https://www.spheron1.uk/2013/12/29/solusvm-displaying-wrong-disk-usage-statistics-for-xen-pv-vms/">SolusVM displaying wrong disk usage statistics for Xen PV VMs</a> first appeared on <a href="https://www.spheron1.uk">Spheron1</a>.</p>]]></description>
										<content:encoded><![CDATA[<p>Recently some of our Xen PV VMs started to show strange disk space usage statistics in SolusVM &#8211; despite there being plenty of space left on the disk in the VM, SolusVM was reporting that the disk was nearly full!</p>
<p>I struggled to find any public information about this, but apparently it is a known problem with SolusVM and the version of the &#8220;df&#8221; utility used in RHEL/CentOS 6.5. There have been some slight changes to the way that df displays its output and this causes SolusVM to interpret the disk usage figures incorrectly.</p>
<p>SolusLabs have posted a workaround for this at <a href="http://bin.soluslabs.com/1083/38662948/raw/" target="_blank">http://bin.soluslabs.com/1083/38662948/raw/</a> and I&#8217;m reproducing it here for posterity as well as in the hope that it will get indexed:</p>
<blockquote><p>Fix for Xen PV disk usage showing 100% when using a CentOS 6.5 host node<br />
========================================================</p>
<p>The &#8220;df&#8221; output in CentOS 6.5 has changed. You may notice this when you upgrade you&#8217;re host node from CentOS 6.4. All the Xen PV virtual servers will show 100% disk space used.</p>
<p>On the affected host node edit /usr/local/solusvm/data/advanced.conf and add the following line:</p>
<p>XENFIXCENTOS6DF=&#8221;1&#8243;</p>
<p>Then run these commands:</p>
<p>wget https://www.dropbox.com/s/j8nu3ye09x9ehwq/command.php -O /usr/local/solusvm/www/command.php<br />
wget https://www.dropbox.com/s/93hsnzzmpwny3r4/solusvmc-xen -O /usr/local/solusvm/core/solusvmc-xen<br />
chmod 6777 /usr/local/solusvm/core/solusvmc-xen</p>
<p>Now when you reboot a virtual server (with the reboot button) the disk usage should update correctly.</p></blockquote><p>The post <a href="https://www.spheron1.uk/2013/12/29/solusvm-displaying-wrong-disk-usage-statistics-for-xen-pv-vms/">SolusVM displaying wrong disk usage statistics for Xen PV VMs</a> first appeared on <a href="https://www.spheron1.uk">Spheron1</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://www.spheron1.uk/2013/12/29/solusvm-displaying-wrong-disk-usage-statistics-for-xen-pv-vms/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Dell DSET on CentOS</title>
		<link>https://www.spheron1.uk/2013/09/11/dell-dset-on-centos/</link>
					<comments>https://www.spheron1.uk/2013/09/11/dell-dset-on-centos/#respond</comments>
		
		<dc:creator><![CDATA[digitaldisaster]]></dc:creator>
		<pubDate>Wed, 11 Sep 2013 22:03:00 +0000</pubDate>
				<category><![CDATA[Dell PowerEdge]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Dell]]></category>
		<category><![CDATA[Dell System E-Support Tool]]></category>
		<category><![CDATA[DSET]]></category>
		<category><![CDATA[PowerEdge]]></category>
		<category><![CDATA[RedHat]]></category>
		<category><![CDATA[RedHat Enterprise Linux]]></category>
		<category><![CDATA[RHEL]]></category>
		<guid isPermaLink="false">https://www.spheron1.uk/?p=653</guid>

					<description><![CDATA[<p>Those of you unfortunate enough to have encountered the Dell technical suport department will know their love for the Dell diagnostic tools. Those of you who run CentOS and have been asked for a DSET report (Dell System E-Support Tool) will also know that the DSET tool refuses to run on an &#8220;unsupported&#8221; operating system. Luckily, DSET is quite easy&#46;&#46;&#46;</p>
<p>The post <a href="https://www.spheron1.uk/2013/09/11/dell-dset-on-centos/">Dell DSET on CentOS</a> first appeared on <a href="https://www.spheron1.uk">Spheron1</a>.</p>]]></description>
										<content:encoded><![CDATA[<p>Those of you unfortunate enough to have encountered the Dell technical suport department will know their love for the Dell diagnostic tools. Those of you who run CentOS and have been asked for a DSET report (Dell System E-Support Tool) will also know that the DSET tool refuses to run on an &#8220;unsupported&#8221; operating system.</p>
<p>Luckily, DSET is quite easy to trick &#8211; just add the following to the top of /etc/issue (assuming that you&#8217;re running CentOS 6):</p>
<blockquote><p>Red Hat Enterprise Linux Server release 6 x86_64</p></blockquote>
<p>Now DSET will work as normal, blissfully unaware that it is running on CentOS and not RHEL. Remember to take the line back out again once you&#8217;ve finished with DSET.</p><p>The post <a href="https://www.spheron1.uk/2013/09/11/dell-dset-on-centos/">Dell DSET on CentOS</a> first appeared on <a href="https://www.spheron1.uk">Spheron1</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://www.spheron1.uk/2013/09/11/dell-dset-on-centos/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Intel VT Virtualisation Technology on Dell PowerEdge servers</title>
		<link>https://www.spheron1.uk/2010/06/19/intel-vt-virtualisation-technology-on-dell-poweredge-servers/</link>
					<comments>https://www.spheron1.uk/2010/06/19/intel-vt-virtualisation-technology-on-dell-poweredge-servers/#respond</comments>
		
		<dc:creator><![CDATA[digitaldisaster]]></dc:creator>
		<pubDate>Sat, 19 Jun 2010 09:01:20 +0000</pubDate>
				<category><![CDATA[Red Hat and CentOS]]></category>
		<category><![CDATA[BIOS]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Dell]]></category>
		<category><![CDATA[Hypervisor]]></category>
		<category><![CDATA[Intel Virtualisation Technology]]></category>
		<category><![CDATA[Intel VT]]></category>
		<category><![CDATA[OMSA]]></category>
		<category><![CDATA[OpenManage]]></category>
		<category><![CDATA[OpenManage Server Administrator]]></category>
		<category><![CDATA[PowerEdge]]></category>
		<category><![CDATA[RedHat]]></category>
		<category><![CDATA[RedHat Enterprise Linux]]></category>
		<category><![CDATA[RHEL]]></category>
		<category><![CDATA[Server Administrator]]></category>
		<category><![CDATA[Xen]]></category>
		<guid isPermaLink="false">https://www.spheron1.uk/?p=186</guid>

					<description><![CDATA[<p>Somewhat annoyingly, Dell seem to like to disable Intel&#8217;s VT (Virtualisation Technology, sometimes called VMX) in the BIOS on their Dell PowerEdge servers, which means that you can&#8217;t use the Xen hypervisor to virtualise Microsoft Windows Server without changing this setting, which requires a reboot of the server to take effect. You can use omreport from the Dell OpenManage Server&#46;&#46;&#46;</p>
<p>The post <a href="https://www.spheron1.uk/2010/06/19/intel-vt-virtualisation-technology-on-dell-poweredge-servers/">Intel VT Virtualisation Technology on Dell PowerEdge servers</a> first appeared on <a href="https://www.spheron1.uk">Spheron1</a>.</p>]]></description>
										<content:encoded><![CDATA[<p>Somewhat annoyingly, Dell seem to like to disable Intel&#8217;s VT (Virtualisation Technology, sometimes called VMX) in the BIOS on their Dell PowerEdge servers, which means that you can&#8217;t use the Xen hypervisor to virtualise Microsoft Windows Server without changing this setting, which requires a reboot of the server to take effect.<br />
You can use <em>omreport</em> from the Dell OpenManage Server Administrator software to check whether or not you have Intel Virtualisation Technology enabled.<br />
If you haven&#8217;t got OpenManaged Server Administrator installed, then you can enable the Dell yum repository for CentOS/Red Hat systems and install it with:</p>
<blockquote><p>wget -q -O &#8211; http://linux.dell.com/repo/hardware/latest/bootstrap.cgi | bash<br />
yum -y install srvadmin-base<br />
/opt/dell/srvadmin/sbin/srvadmin-services.sh start</p></blockquote>
<p>Once you&#8217;ve got the Dell OpenManage Server Administrator services running, you can take a look at what processor is installed in your system and what the current BIOS settings are with:</p>
<blockquote><p>
omreport chassis processors<br />
omreport chassis biossetup</p></blockquote>
<p>The two attributes that you&#8217;re looking for are <em>Processor Virtualization Technology</em> (which needs to be enabled) and <em>Demand-Based Power Management (which needs to be disabled)</em>.</p>
<p>If you need to change them, then you can do this with:</p>
<blockquote><p>
omconfig chassis biossetup attribute=cpuvt setting=enabled<br />
omconfig chassis biossetup attribute=dbs setting=disabled<br />
</blockquote

Once that's done, then verify the new settings by running <em>omreport chassis biossetup</em> again and then once you&#8217;ve rebooted the server you can start taking advantage of the hardware virtualisation provided by Intel&#8217;s Virtualisation Technology.</p><p>The post <a href="https://www.spheron1.uk/2010/06/19/intel-vt-virtualisation-technology-on-dell-poweredge-servers/">Intel VT Virtualisation Technology on Dell PowerEdge servers</a> first appeared on <a href="https://www.spheron1.uk">Spheron1</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://www.spheron1.uk/2010/06/19/intel-vt-virtualisation-technology-on-dell-poweredge-servers/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/103 objects using Redis
Page Caching using Disk: Enhanced 
Lazy Loading (feed)
Database Caching using Redis

Served from: spheron1.uk @ 2026-09-15 06:06:49 by W3 Total Cache
-->