<?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; Linux</title>
	<atom:link href="http://www.redaware.net/tag/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.redaware.net</link>
	<description></description>
	<lastBuildDate>Thu, 09 Sep 2010 15:06:32 +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/installing-vmware-server-on-centos/</link>
		<comments>http://www.redaware.net/2009/08/installing-vmware-server-on-centos/#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>
<pre class="brush: bash;">
linux text
</pre>
<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>
<pre class="brush: bash;">
yum list updates
yum update
</pre>
<p>Install the xinetd package using the following command:</p>
<pre class="brush: bash;">
yum install xinetd
</pre>
<p>Check the kernel version, type the following command and make a note of the version:</p>
<pre class="brush: bash;">
uname –r
</pre>
<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>
<pre class="brush: bash;">
yum list installed kernel-devel*
</pre>
<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>
<pre class="brush: bash;">
cd mnt
mkdir cdrom
</pre>
<p>Insert the CD and mount it using the following command</p>
<pre class="brush: bash;">
mount /dev/hdc /mnt/cdrom
</pre>
<p>Unzip the file on server the CD to the tmp directory. Then un-mount the CD.</p>
<pre class="brush: bash;">
cd /tmp
tar zxf /mnt/cdrom/VMware-console-&amp;lt;version&amp;gt;.tar.gz
umount /mnt/cdrom
</pre>
<p>Run the installation script.</p>
<pre class="brush: bash;">
cd vmware-console-distrib
./vmware-install.pl
</pre>
<p>Accept the defaults.</p>
<p>Enable the firewall and disable SELinux.</p>
<pre class="brush: bash;">
System-config-securitylevel
</pre>
<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>
<pre class="brush: bash;">
Shutdown –r now
</pre>
<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/installing-vmware-server-on-centos/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-twitter">
			<a href="http://twitter.com/home?status=Installing+VMware+Server+on+CentOS+%28in+text+mode%29++-+http://b2l.me/aqgesd&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.redaware.net/2009/08/installing-vmware-server-on-centos/&amp;t=Installing+VMware+Server+on+CentOS+%28in+text+mode%29+" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.redaware.net/2009/08/installing-vmware-server-on-centos/&amp;title=Installing+VMware+Server+on+CentOS+%28in+text+mode%29+&amp;summary=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&amp;source=redaware" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.redaware.net/2009/08/installing-vmware-server-on-centos/&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/installing-vmware-server-on-centos/&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-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://www.redaware.net/2009/08/installing-vmware-server-on-centos/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://www.redaware.net/2009/08/installing-vmware-server-on-centos/&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/installing-vmware-server-on-centos/&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-googlebookmarks">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://www.redaware.net/2009/08/installing-vmware-server-on-centos/&amp;title=Installing+VMware+Server+on+CentOS+%28in+text+mode%29+" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="shr-yahoomail">
			<a href="http://compose.mail.yahoo.com/?Subject=Installing+VMware+Server+on+CentOS+%28in+text+mode%29+&amp;body=Link: http://www.redaware.net/2009/08/installing-vmware-server-on-centos/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A 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="Email this via Yahoo! Mail">Email this via Yahoo! Mail</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://www.redaware.net/2009/08/installing-vmware-server-on-centos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
