<?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>redaware &#187; CentOS</title>
	<atom:link href="http://www.redaware.net/tag/centos/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.redaware.net</link>
	<description></description>
	<lastBuildDate>Wed, 16 Jun 2010 15:15:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Installing VMware Server on CentOS (in text mode)</title>
		<link>http://www.redaware.net/2009/08/hello-world/</link>
		<comments>http://www.redaware.net/2009/08/hello-world/#comments</comments>
		<pubDate>Tue, 04 Aug 2009 08:37:21 +0000</pubDate>
		<dc:creator>tsymonds</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Virtualisation]]></category>
		<category><![CDATA[VMWare Server]]></category>

		<guid isPermaLink="false">http://www.redaware.net/?p=1</guid>
		<description><![CDATA[VMware, Microsoft and Sun all provide free hosted virtualisation products. &#8220;Hosted&#8221; require virtualization software to be installed onto an underlying operating system like Windows or Linux. This post demonstrates the basic concepts of virtualization, we have chosen to install VMware server on minimum installation of Linux (CentOS). This solution provides a reduced host O/S overhead, [...]]]></description>
			<content:encoded><![CDATA[<p>VMware, Microsoft and Sun all provide free hosted virtualisation products. &#8220;Hosted&#8221; require virtualization software to be installed onto an underlying operating system like Windows or Linux.</p>
<p>This post demonstrates the basic concepts of virtualization, we have chosen to install VMware server on minimum installation of Linux (CentOS). This solution provides a reduced host O/S overhead, this will allow more disk and memory resources to be allocated for our virtual machines.</p>
<p>VMware recommends that Server should only host between two and four virtual servers. This provides a more than adequate solution for small and medium business looking to consolidate their server infrastructure.<br />
CentOS is a Linux distribution that is based on Red Hat Enterprise Linux.</p>
<p>Before contining, you will need to download CentOS ISOs, which is available as a free down from: <a href="http://http://www.centos.org">http://www.centos.org</a></p>
<p>To install CentOS 5 in text mode, type linux text at the command line and press enter.</p>
<div class="codecolorer-container bash default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">linux text</div></div>
<p>Use the tab and enter keys to navigate around the wizard.<br />
Install the following packages:</p>
<ul>
<li>Base</li>
<li>Developement Libraries</li>
<li>Developement Tools</li>
<li>Server Configuration Tools</li>
</ul>
<p>Remember to make a note of root’s password.</p>
<p>After the installation is complete and the server has rebooted, log on as root and update the server using the following commands:</p>
<div class="codecolorer-container bash default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">yum list updates<br />
yum update</div></div>
<p>Install the xinetd package using the following command:</p>
<div class="codecolorer-container bash default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">yum <span style="color: #c20cb9; font-weight: bold;">install</span> xinetd</div></div>
<p>Check the kernel version, type the following command and make a note of the version:</p>
<div class="codecolorer-container bash default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #c20cb9; font-weight: bold;">uname</span> –r</div></div>
<p>The output will look similar to this 2.6.18.92.el5</p>
<p>Check that the installed kernel –devel package corresponds to your current kernel version.</p>
<div class="codecolorer-container bash default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">yum list installed kernel-devel<span style="color: #000000; font-weight: bold;">*</span></div></div>
<p>Using a computer with an Internet connection, download the Linux version of VMware server 2 from: <a href="http://http://www.vmware.com/download/server">http://www.vmware.com/download/server/</a></p>
<p>Burn downloaded .tar.gz file to CD.</p>
<p>Create a CD mount point:</p>
<div class="codecolorer-container bash default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #7a0874; font-weight: bold;">cd</span> mnt<br />
<span style="color: #c20cb9; font-weight: bold;">mkdir</span> cdrom</div></div>
<p>Insert the CD and mount it using the following command</p>
<div class="codecolorer-container bash default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #c20cb9; font-weight: bold;">mount</span> <span style="color: #000000; font-weight: bold;">/</span>dev<span style="color: #000000; font-weight: bold;">/</span>hdc <span style="color: #000000; font-weight: bold;">/</span>mnt<span style="color: #000000; font-weight: bold;">/</span>cdrom</div></div>
<p>Unzip the file on server the CD to the tmp directory. Then un-mount the CD.</p>
<div class="codecolorer-container bash default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #7a0874; font-weight: bold;">cd</span> <span style="color: #000000; font-weight: bold;">/</span>tmp<br />
<span style="color: #c20cb9; font-weight: bold;">tar</span> zxf <span style="color: #000000; font-weight: bold;">/</span>mnt<span style="color: #000000; font-weight: bold;">/</span>cdrom<span style="color: #000000; font-weight: bold;">/</span>VMware-console-<span style="color: #000000; font-weight: bold;">&amp;</span>lt;version<span style="color: #000000; font-weight: bold;">&amp;</span>gt;.tar.gz<br />
<span style="color: #c20cb9; font-weight: bold;">umount</span> <span style="color: #000000; font-weight: bold;">/</span>mnt<span style="color: #000000; font-weight: bold;">/</span>cdrom</div></div>
<p>Run the installation script.</p>
<div class="codecolorer-container bash default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #7a0874; font-weight: bold;">cd</span> vmware-console-distrib<br />
.<span style="color: #000000; font-weight: bold;">/</span>vmware-install.pl</div></div>
<p>Accept the defaults.</p>
<p>Enable the firewall and disable SELinux.</p>
<div class="codecolorer-container bash default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">System-config-securitylevel</div></div>
<p>Add exceptions for the following ports by using the Customize button:</p>
<ul>
<li> 902:tcp</li>
<li>8222:tcp</li>
<li>8333:tcp</li>
</ul>
<p>Choose OK, and OK again.</p>
<p>Restart the server:</p>
<div class="codecolorer-container bash default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">Shutdown –r now</div></div>
<p>You can now connect to your VMware server using a web browser, replace <em>&lt;server&gt;</em> with the hostname or IP address of your server.</p>
<p>http://<em>&lt;server&gt;</em>:8222</p>
<p>https://<em>&lt;server&gt;</em>:8333</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://www.redaware.net/2009/08/hello-world/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.redaware.net/2009/08/hello-world/&amp;title=Installing+VMware+Server+on+CentOS+%28in+text+mode%29+" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.redaware.net/2009/08/hello-world/&amp;title=Installing+VMware+Server+on+CentOS+%28in+text+mode%29+" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.diigo.com/post?url=http://www.redaware.net/2009/08/hello-world/&amp;title=Installing+VMware+Server+on+CentOS+%28in+text+mode%29+&amp;desc=VMware%2C%20Microsoft%20and%20Sun%20all%20provide%20free%20hosted%20virtualisation%20products.%20%22Hosted%22%20require%20virtualization%20software%20to%20be%20installed%20onto%20an%20underlying%20operating%20system%20like%20Windows%20or%20Linux.%0D%0A%0D%0AThis%20post%20demonstrates%20the%20basic%20concepts%20of%20virtualization%2C%20we%20have%20chosen%20to%20install%20VMware%20server%20on%20mi" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://www.redaware.net/2009/08/hello-world/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://www.redaware.net/2009/08/hello-world/&amp;bm_description=Installing+VMware+Server+on+CentOS+%28in+text+mode%29+&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://www.redaware.net/2009/08/hello-world/&amp;title=Installing+VMware+Server+on+CentOS+%28in+text+mode%29+" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://www.redaware.net/2009/08/hello-world/&amp;title=Installing+VMware+Server+on+CentOS+%28in+text+mode%29+" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.redaware.net/2009/08/hello-world/&amp;title=Installing+VMware+Server+on+CentOS+%28in+text+mode%29+" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://www.redaware.net/2009/08/hello-world/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Installing+VMware+Server+on+CentOS+%28in+text+mode%29++-+http://b2l.me/kf9nk&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://www.redaware.net/2009/08/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
