• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

Installation vmware-server 1 unter SuSE 11.1

gschoen57

Newbie
So, nachdem meine Virtuelle Maschine unter vmware-server2 auf SuSE 11.1 nicht läuft
(unter 10.3 mit vmware-server 1.0.6 ging sie) wollte ich vmware-server 1.0.8 und den
update-patch installieren.
Dabei traten folgende Fehler auf:

nach rpm -i VMware-server.....
bekam ich reihenweise folgende meldung:
Code:
pmdb: PANIC: fatal region error detected; run recovery
error: db4 error(-30977) from db->sync: DB_RUNRECOVERY: Fatal error, run database recovery

dies denke ich mit
Code:
rm -f /var/lib/rpm/__db*
#db_verify /var/lib/rpm/Packages
#rpm --rebuilddb
behoben zu haben.

wenn ich aber jetzt aus dem Paket vmware-update-2.6.27-5.5.7-2
das runme.pl starte um den patch einzuspielen bekomme ich folgendes:
Code:
Unable to find the answer BINDIR in the installer database
(/etc/vmware/locations). You may want to re-install VMware.
Execution aborted.

na gut, dann halt re-install VMware:

rpm -e Vmware-server .....
Code:
Unable to find the answer INITSCRIPTSDIR in the installer database
(/etc/vmware/locations). You may want to re-install VMware Server.\n\nExecution
aborted.
error: %preun(VMware-server-1.0.8-126538.i386) scriptlet failed, exit status 1

hab ich jetzt noch irgendeine Möglichkeit, vmware wieder runterzubekommen?
Ich glaub, das mit meiner Virtuellen Maschine kann ich ohnehin vergessen, vmware-server 1
funktioniert überhaupt nicht, vmware-server 2 bootet sie zwar, bleibt aber dann stehen.
VirtualBox kann leider überhaupt nicht mit Leopard.
 

longman

Advanced Hacker
Du musst die VM migrieren auf die neue Server Version. Klappt hier gut.

Auszug aus dem manual:

... Start

Upgrading the Virtual Machine Version
If you created virtual machines with an earlier version of VMware Server or another VMware product, you can upgrade the virtual machine version so that you can take advantage of new VMware Server 2 features, such as increased maximum memory per virtual machine.
If a virtual machine with new features is migrated to Workstation 6, all the latest VMware Server 2 features are supported. However, you cannot migrate the virtual machine to most other VMware products.
For more information, see Product Compatibility (Virtual Machine Hardware Version).
To upgrade the virtual machine version
1

In VI Web Access, select the virtual machine from the Inventory panel.
2

Make sure that the virtual machine is powered off.
3

Click Upgrade Virtual Machine in the Status section of the workspace.
4

Click OK to confirm that you want to upgrade the virtual machine.
After the virtual machine version is updated, you can configure it to use the features supported with the new version.

...END
 
Oben