vmware server
How to Use VNC to access VMware Servers
Die „.vmx“ Datei der virtuellen Maschine bearbeiten und folgende Zeilen anfügen:Edit the „.vmx“ file of your virtual machine and add this lines: RemoteDisplay.vnc.enabled = „TRUE“ RemoteDisplay.vnc.port = „5900“ RemoteDisplay.vnc.password = „YOUR_PASSWORD“ Bemerkung: Für jede virtuelle Maschine einen anderen Port verwenden.Note: Use a different port for each virtual machine. Links: * http://kb.vmware.com/selfservice/microsites/search.do?cmd=displayKC&externalId=1246
VMWare Server 2 – Unable to build the vsock module
Just a quick Post, the solution for the „Unable to build the vsock module“ error message if you install VMWare Server 2 on Debian or Ubuntu: tar xvf /usr/lib/vmware/modules/source/vsock.tar cd vsock-only sed -i ’s/^\#include //‘ autoconf/*.c make cp vsock.o /lib/modules/$(uname -r)/misc ln -s vsock.o /lib/modules/$(uname -r)/misc/vsock.ko depmod -a invoke-rc.d vmware restart
VMWare Server 2 – RuntimeFault: Database temporarily unavailable or has network problems
If you add a new User (New Permission) to the VMWare Server 2 via the VMware Infrastructure Web Access you may get the message „The server response included one or more errors“ with the details „RuntimeFault: Database temporarily unavailable or has network problems“. To fix this you first have to stop the VMWare management service: […]
VMWare Server 1.0.5 – Ubuntu Hardy Heron 8.04
Der VMWare Server lässt sich unter Ubuntu 8.04 nicht mehr über den Paketmanager installieren. Man muss ihn deshalb manuell installieren. Dazu läd man sich zuerst den VMWare Server von der VMWare Webseite herrunter. Außerdem wird das [download#4#size#nohits] in der Version 1.1.6 benötigt, welches man in das entpackte VMWare Server Verzeichnis kopiert. Bevor man mit der […]