1. download
VMware-server-2.0.2-203138.x86_64.tar.gz + seriennummer runterladen und in /tmp/ ablegen.

2. benoetigte tools installieren

apt-get install linux-headers-`uname -r` binutils gcc libc6 libc6-dev make psmisc patch build-essential bzip2 gcc-4.3

3. noetigen patch runterladen
unter: http://codebin.cotescu.com/vmware/vmware-server-2.0.x-kernel-2.6.3x-install.sh

4. benutzer anlegen
als root ausfuehren:

adduser vmware

5. installieren

cd /tmp/
tar -xzvf VMware-server-2.0.2-203138.x86_64.tar.gz
cd vmware-server-distrib/
./vmware-install.pl

die frage, ob “vmware-config.pl” ausgefuehrt werden soll, mit NO beantworten!

Before running VMware Server for the first time, you
need to configure it by invoking the following command:
"/usr/bin/vmware-config.pl". Do you want this:
THE ANSWER IS: no

6. vmware-config.pl patchen:
(ggf. dateiname anpassen)

tar -xzvf raducotescu-vmware-server-l~ease-1.5-1-g71f8b66.tar.gz

(ggf. pfad anpassen)

cd /usr/bin
patch -p3 < /tmp/raducotescu-vmware-server-linux-2.6.3x-kernel-71f8b66/vmware-config.patch

7. module patchen:

cd /usr/lib/vmware/modules/source
for i in *.tar ; do tar xpf $i ; done
patch -p4 < /tmp/raducotescu-vmware-server-linux-2.6.3x-kernel-71f8b66/vmware-server-2.0.2-203138-update.patch
for i in vmci vmmon vmnet vsock ; do tar cpf $i.tar $i-only ; done

8. als compiler gcc 4.3 setzen:

export CC="/usr/bin/gcc-4.3"

9. vmware-config.pl ausfuehren

vmware-config.pl

…und wie gewuenscht konfigurieren.

0 kommentare

Sorry, the comment form is closed at this time.