<?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>GBServers - UK VPS and Dedicated Servers &#187; cPanel DNS Only</title>
	<atom:link href="http://www.gbservers.co.uk/blog/tag/cpanel-dns-only/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gbservers.co.uk/blog</link>
	<description></description>
	<lastBuildDate>Fri, 31 Dec 2010 14:32:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
		<item>
		<title>Tutorial on installing cPanel-DNS and problem fixing</title>
		<link>http://www.gbservers.co.uk/blog/cpanel/tutorial-on-installing-cpanel-dns-and-possible-problem-fixing/</link>
		<comments>http://www.gbservers.co.uk/blog/cpanel/tutorial-on-installing-cpanel-dns-and-possible-problem-fixing/#comments</comments>
		<pubDate>Mon, 29 Jun 2009 13:43:02 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[cPanel]]></category>
		<category><![CDATA[cPanel DNS Only]]></category>
		<category><![CDATA[Dedicated Servers]]></category>
		<category><![CDATA[Virtual Private Servers]]></category>
		<category><![CDATA[VPS]]></category>

		<guid isPermaLink="false">http://www.gbservers.co.uk/blog/?p=5</guid>
		<description><![CDATA[Here is a quick tutorial on how to install cPanel-DNS onto your server. We have seen many tutorials for this about, however, cannot find quick and easy answers to some problems/errors which you can sometimes face during the installation. We have added the commands to fix these problems at the bottom of this tutorial. Run [...]]]></description>
			<content:encoded><![CDATA[<p>Here is a quick tutorial on how to install cPanel-DNS onto your server.</p>
<p>We have seen many tutorials for this about, however, cannot find quick and easy answers to some problems/errors which you can sometimes face during the installation. We have added the commands to fix these problems at the bottom of this tutorial.</p>
<p>Run the commands below under your root SSH login, this are the only commands required for installing cPanel-DNS as long as you don&#8217;t receive any errors:</p>
<ol>
<blockquote>
<li>cd /tmp</li>
<li>wget http://layer1.cpanel.net/cpanel-dnsonly-install.sea</li>
<li>sh cpanel-dnsonly-install.sea</li>
</blockquote>
</ol>
<p><span id="more-5"></span>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p><strong>Problem during installation?</strong></p>
<p>There are some problems you may face, we have listed the commands required to fix some of these:</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>When installing you may be faced with an error such as:</p>
<blockquote><p>-bash-3.2# sh cpanel-dnsonly-install.sea<br />
Creating directory installd<br />
Verifying archive integrity&#8230; All good.<br />
<strong>Uncompressing cplyr1-cPanel-dnsonlyExtraction failed.</strong><br />
Terminated</p></blockquote>
<p>This problem normally occurs when you are trying to install cPanel-DNS onto a server which is not running a base installation of the operating system. To fix this, you can run the following command, however if you are trying to install this on a server which already has data which you don&#8217;t have backed up, then you should back it up first.</p>
<p>This command will turn your operating system into the base installation:</p>
<ol>
<blockquote>
<li>yum groupinstall base -y</li>
</blockquote>
</ol>
<p>After you have run this, try to install cPanel-DNS using the original commands.</p>
<p><strong>Did you receive an error when trying to run the base install command above?</strong></p>
<blockquote><p><strong>Error: Missing Dependency: rpm = 4.4.2-48.el5 is needed by package rpm-libs</strong></p></blockquote>
<p>An error similar to this is normally the result of trying to run the &#8220;groupinstall base&#8221; command onto a 32bit VPS operating on a 64bit node, and can be resolved quickly with the following command:</p>
<ol>
<blockquote>
<li>echo i686-redhat-linux &gt; /etc/rpm/platform</li>
</blockquote>
</ol>
<p>After you have run this, try to run the &#8220;yum groupinstall base -y&#8221; command again.</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>Your installation may also error if you have not setup a correct hostname on your server, cPanel requires that your system is setup with a full hostname (e.g. server1.mydomain.com NOT JUST server1).</p>
<p>To fix this hostname problem, simply run the following command:</p>
<ol>
<blockquote>
<li>hostname yourhostnamehere</li>
<p>(Replace &#8220;yourhostnamehere&#8221; with your full required hostname as shown in the example above)</p></blockquote>
</ol>
<p>If you are having this problem on a VPS, then you may be required to set the hostname within your VPS control panel or request the change with your host, otherwise upon a reboot it may reset back to the original hostname set within the VPS configuration.</p>
<img src="http://www.gbservers.co.uk/blog/wp-content/plugins/pixelstats/trackingpixel.php?post_id=5&amp;ts=1328436197" style="display:none;" alt="pixelstats trackingpixel"/>]]></content:encoded>
			<wfw:commentRss>http://www.gbservers.co.uk/blog/cpanel/tutorial-on-installing-cpanel-dns-and-possible-problem-fixing/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
	</channel>
</rss>

