<?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>Linux ABC &#187; vmware server</title>
	<atom:link href="http://www.linuxabc.net.cn/tag/vmware-server/feed" rel="self" type="application/rss+xml" />
	<link>http://www.linuxabc.net.cn</link>
	<description>那些人/那些事...</description>
	<lastBuildDate>Tue, 09 Feb 2010 14:09:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>在Debian lenny中安装VMware server</title>
		<link>http://www.linuxabc.net.cn/debian/how-to-install-vmware-server-on-debian-lenny.html</link>
		<comments>http://www.linuxabc.net.cn/debian/how-to-install-vmware-server-on-debian-lenny.html#comments</comments>
		<pubDate>Wed, 13 May 2009 11:13:28 +0000</pubDate>
		<dc:creator>alfie</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[vmware server]]></category>

		<guid isPermaLink="false">http://www.linuxabc.net.cn/debian/how-to-install-vmware-server-on-debian-lenny.html/</guid>
		<description><![CDATA[最近需要在Linux下安装使用虚拟机软件，对Virtual box（vbox）和VMware server做了一个比较。最终还是选择了VMware server，原因主要是：

我曾经在windows中使用过VMware workstation 5.5.3，上手容易，稳定性好，也积累了一些使用经验； 
VMware server的前身是VMware GSX，主要针对中小企业市场，可以通过远程控制虚拟机，方便管理； 
VMware是一个商业公司，文档丰富、社区成熟、用户群大，出问题很容易找到解决方案。 

WMware server已经发展到了2.0版本，但是它取消了远程客户端的管理方式，更换成网页，造成的后果就是速度慢，还会出现假死现象，基本上已经被判定为一次失败的升级。所以最终我还是选择了1.0.9版本。 
如何在Debian/Ubuntu上安装VMware server 1.0.x已经是老生常谈， howtoforge上面有一篇很好的教程：    http://www.howtoforge.com/how-to-install-vmware-server-1.0.x-on-an-ubuntu-8.10-desktop
然而下面仅就如何在Debian Lenny（2.6.26-1）上面安装VMware server 1.0.9简要说一下步骤：
下载WMware Server和补丁
下载VMware server 1.0.9 for Linux

# mkdir /home/software/vmware.server
# cd /home/software/vmware.server
# wget /home/software/vmware.server \
        http://download3.vmware.com/software/vmserver/\
        VMware-server-1.0.9-156507.tar.gz

下载补丁：

# wget /home/software/vmware.server \
  [...]]]></description>
			<content:encoded><![CDATA[<p>最近需要在Linux下安装使用虚拟机软件，对Virtual box（vbox）和VMware server做了一个比较。最终还是选择了VMware server，原因主要是：</p>
<ol>
<li>我曾经在windows中使用过VMware workstation 5.5.3，上手容易，稳定性好，也积累了一些使用经验； </li>
<li>VMware server的前身是VMware GSX，主要针对中小企业市场，可以通过远程控制虚拟机，方便管理； </li>
<li>VMware是一个商业公司，文档丰富、社区成熟、用户群大，出问题很容易找到解决方案。 </li>
</ol>
<p>WMware server已经发展到了2.0版本，但是它取消了远程客户端的管理方式，更换成网页，造成的后果就是速度慢，还会出现假死现象，基本上已经被判定为一次失败的升级。所以最终我还是选择了1.0.9版本。 </p>
<p>如何在Debian/Ubuntu上安装VMware server 1.0.x已经是老生常谈， howtoforge上面有一篇很好的教程：    <br /><a href="http://www.howtoforge.com/how-to-install-vmware-server-1.0.x-on-an-ubuntu-8.10-desktop">http://www.howtoforge.com/how-to-install-vmware-server-1.0.x-on-an-ubuntu-8.10-desktop</a></p>
<p>然而下面仅就如何在Debian Lenny（2.6.26-1）上面安装VMware server 1.0.9简要说一下步骤：</p>
<h4>下载WMware Server和补丁</h4>
<p>下载VMware server 1.0.9 for Linux</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #666666; font-style: italic;"># mkdir /home/software/vmware.server</span>
<span style="color: #666666; font-style: italic;"># cd /home/software/vmware.server</span>
<span style="color: #666666; font-style: italic;"># wget /home/software/vmware.server \</span>
        http:<span style="color: #000000; font-weight: bold;">//</span>download3.vmware.com<span style="color: #000000; font-weight: bold;">/</span>software<span style="color: #000000; font-weight: bold;">/</span>vmserver<span style="color: #000000; font-weight: bold;">/</span>\
        VMware-server-1.0.9-156507.tar.gz</pre></div></div>

<p>下载补丁：</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #666666; font-style: italic;"># wget /home/software/vmware.server \</span>
        https:<span style="color: #000000; font-weight: bold;">//</span>groups.google.com<span style="color: #000000; font-weight: bold;">/</span>group<span style="color: #000000; font-weight: bold;">/</span>vmkernelnewbies<span style="color: #000000; font-weight: bold;">/</span>files<span style="color: #000000; font-weight: bold;">/</span>\
        VMware-server-vmmon-1.0.6-<span style="color: #000000;">91891</span>-2.6.26-1.patch
<span style="color: #666666; font-style: italic;"># wget /home/software/vmware.server \</span>
        https:<span style="color: #000000; font-weight: bold;">//</span>groups.google.com<span style="color: #000000; font-weight: bold;">/</span>group<span style="color: #000000; font-weight: bold;">/</span>vmkernelnewbies<span style="color: #000000; font-weight: bold;">/</span>files<span style="color: #000000; font-weight: bold;">/</span>\
        VMware-server-vmnet-1.0.6-<span style="color: #000000;">91891</span>-2.6.26-1.patch</pre></div></div>

<h4>安装编译用的依赖包</h4>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #666666; font-style: italic;"># aptitude install psmisc linux-headers-`uname -r` \</span>
        build-essential gcc-<span style="color: #000000;">4.1</span> g++-<span style="color: #000000;">4.1</span> openbsd-inetd</pre></div></div>

<h4>更改编译器链接</h4>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #666666; font-style: italic;"># export CC=/usr/bin/gcc-4.1</span></pre></div></div>

<h4>解压</h4>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #666666; font-style: italic;"># tar zxvf VMware-server-1.0.9-156507.tar.gz</span>
<span style="color: #666666; font-style: italic;"># cd vmware-server-distribs</span>
<span style="color: #666666; font-style: italic;"># ./vmware-install.pl</span></pre></div></div>

<p>一路回车，到最后一步是询问是否运行vmware-config.pl, 回答no</p>
<h4>打补丁</h4>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #666666; font-style: italic;">#cp /home/software/vmware.server.patch/* \</span>
        <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>lib<span style="color: #000000; font-weight: bold;">/</span>vmware<span style="color: #000000; font-weight: bold;">/</span>modules<span style="color: #000000; font-weight: bold;">/</span><span style="color: #7a0874; font-weight: bold;">source</span>
<span style="color: #666666; font-style: italic;">#cd /usr/lib/vmware/modules/source</span>
<span style="color: #666666; font-style: italic;">#tar xvf vmnet.tar</span>
<span style="color: #666666; font-style: italic;">#tar xvf vmmon.tar</span>
<span style="color: #666666; font-style: italic;">#mv vmnet.tar vmnet.tar.bak</span>
<span style="color: #666666; font-style: italic;">#mv vmmon.tar vmmon.tar.bak</span>
<span style="color: #666666; font-style: italic;">#patch -p0 &amp;lt; VMware-server-vmmon-1.0.6-91891-2.6.26-1.patch</span>
<span style="color: #666666; font-style: italic;">#patch -p0 &amp;lt; VMware-server-vmnet-1.0.6-91891-2.6.26-1.patch</span>
<span style="color: #666666; font-style: italic;">#tar cvf vmnet.tar vmnet-only</span>
<span style="color: #666666; font-style: italic;">#tar cvf vmmon.tar vmmon-only</span>
<span style="color: #666666; font-style: italic;">#rm -rf vmnet-only vmnet-only</span>
<span style="color: #666666; font-style: italic;">#rm -rf vmmon-only vmmon-only</span></pre></div></div>

<h4>编译&amp;安装</h4>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #666666; font-style: italic;"># vmware-config.pl</span></pre></div></div>

<p>在安装的过程中需要用到License Key，下面是一些可用的：</p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">90WAM-YR7F0-2DQ57-4KHUT 
98924-YK640-24P5K-48QLD 
92904-YRP44-2FQEP-4LJ2T 
90R8N-YRL64-2D6G0-4UMTW 
98T04-YR764-2D6E2-4CJTX 
98X21-YK3DN-267G3-4H6LN 
90W21-YR36H-2677N-4U03E 
92W0J-YR261-246E7-4J4RM 
988A0-YU364-2D67N-4UPLH 
90W8N-YH76J-242GL-4119D</pre></div></div>

<p>一路回车就可以完成VMware server 1.0.9的整个安装了。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxabc.net.cn/debian/how-to-install-vmware-server-on-debian-lenny.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
