VMware Server 2.0.2 (build 203138) can be downloaded from http://www.vmware.com/download/server/getserver.html
We initially downloaded the RPM, which gave us grief:
VMware-server-2.0.2-203138.x86_64.rpmIn the past, the TAR version worked just fine though, so we used that instead:
VMware-server-2.0.2-203138.x86_64.tar.gz1. Run the following commands to extract and install the software. Follow the on-screen instructions, but in most cases, you'll probably accept most defaults.
tar xzvf VMware-gsx-3.2.1-19281.tar.gz2. Use the following commands to startup/shutdown the software:
cd vmware-server-distrib/
./vmware-install.pl
STARTUP: /etc/rc.d/init.d/vmware start
SHUTDOWN: /etc/rc.d/init.d/vmware stop
STATUS: /etc/rc.d/init.d/vmware status
No comments:
Post a Comment