http://www.linux-tips-and-tricks.de

How to get VMware-server 1.09 up and running on openSuSE 11.2 PDF Print E-mail
VMware ist meine präferierte Virtualisierungsplatform. Leider war es zu Anfang nicht möglich den VMwareServer 1.09 unter openSuSE 11.2 zum Laufen zu bringen.Es gibt zwar auch die V2 - die ist mir aber zu langsam. Deshalb bin ich immer noch auf openSuSE 11.0. Mittlerweile gibt es einen Patch und wenn man gewillt ist den Linux Kernel neu zu bauen und CompileWarnungen beim VMware Server Konfigurieren zu akzeptieren funktioniert der VMware Server 1.09 wieder wie gewohnt. Im Folgenden wird beschrieben was man machen muss um das wieder hinzubekommen.
 
English:
 
VMware is my preferred virtualization platform. Unfortunately it wasn't initially possible to install VMware server 1.09 on openSuSE 11.2. VMware server 2.0 works fine - but the GUI is incredible slow- so I want to stick with version 1.09. Fortunately I found a patch which allows to install VMware server 1.09 on openSuSE 11.2. You have to apply the patch and build a new LInux kernel but then you can run all VMs on openSuSE 11.2
 
 
Um den Patch einzubauen muss man den Linux Kernel neu bauen. Ich habe das auch zum ersten Mal gemacht. Es ist allerdings eingentlichrecht einfach. Nur kann es schon je mach Prozessorleistung etwas dauern, da man den gesamten Kernel neu bauen muss.
 
Folgende Dinge habe ich gemacht:
 
1) Installation von folgenden Paketen per yast: kernel-source, linux-kernel-headers und gc++
2) Download von diesem Patch
3) Ändern von init_task.c entsprechend dem Patch
4) cd /usr/src/linux/2.6.31.12-02
5) make cloneconfig && make modules_prepare
6) edit .config und Ändern der Zeile CONFIG_LOCALVERSION. Ich habe da am Ende einfach _VMware angehängt
7) make
8) make modules_install
9) make install
10) Dann cp *.tar /usr/linux/vmware/modules/soure aus dem Patch 
11) Restart des Systems und Selektion des neu gebauten Kernels im grub
12) Zum Schluss vmware-config.pl aufrufen. Es kommen eine Menge CompileWarnungen - aber am Ende ist alles OK. Man kann den VMware server starten und auch alles VMware images.
 
English
 
You have to build a new Linux kernel in order to apply the patch. Frankly I created a Linux kernel the first time. But it's not that difficult. But it may take some time depending on your processor power to builld the whole linux kernel.
 
That's what I did:
 
1) Installation of  following packages with yast: kernel-source, linux-kernel-headers und gc++
2) Download of this patch
3) Change init_task.c according the patch description
4) cd /usr/src/linux/2.6.31.12-02
5) make cloneconfig && make modules_prepare
6) edit .config and change line CONFIG_LOCALVERSION. I just appended _VMware
7) make
8) make modules_install
9) make install
10) cp *.tar /usr/linux/vmware/modules/sourefrom the patch path
11) Restart of the system and select the new kernel in grub 
12) Finally call vmware-config.pl. You will get a long list of compile warnings - but at the end the VMware server installation terminates successully. You now can start VMware serve and run VMware images.
 

Last Updated ( Dienstag, 20 April 2010 )
 
Next >