This HOWTO shows how you can install VMware Server 2.0 on Linux.
Installing VMware Server 2.0
- Download VMware Server 2.0 from VMware website. Save it to your desktop.
- Kernel notes:
The real-time clock function must be compiled in your Linux kernel.
The parallel port PC-style hardware option (CONFIG_PARPORT_PC) must be build and loaded as a kernel modules (that is, it must be set to m when the kernel is compiled).
- Open your terminal, use the command to become root:
su - Change to the Desktop directory where you saved the installation file:
cd ~/Desktop - Extract the tarball file:
tar zxpvf VMware-server-2.0.0-122956.i386.tar.gz - Change to the installation directory:
cd vmware-server-distrib - Run the installation script:
./vmware-install.pl - In which directory do you want to install the binary files? [/usr/bin]
Type
/opt/vmware/bin. - The path “/opt/vmware/bin” does not exist currently. This program is going to create it, including needed parent directories. Is this what you want? [yes]
Press Enter.
- What is the directory that contains the init directories (rc0.d/ to rc6.d/)?
Type
/etc/init.d/vmware.d. - What is the directory that contains the init scripts? [/etc/init.d/vmware.d]
Type
/etc/init.d. - In which directory do you want to install the daemon files? [/opt/vmware/sbin]
Press Enter.
- The path “/opt/vmware/sbin” does not exist currently. This program is going to create it, including needed parent directories. Is this what you want? [yes]
Press Enter.
- In which directory do you want to install the library files? [/opt/vmware/lib/vmware]
Press Enter.
- The path “/opt/vmware/lib/vmware” does not exist currently. This program is going to create it, including needed parent directories. Is this what you want? [yes]
Press Enter.
- In which directory do you want to install the manual files? [/opt/vmware/man]
Press Enter.
- The path “/opt/vmware/man” does not exist currently. This program is going to create it, including needed parent directories. Is this what you want? [yes]
Press Enter.
- In which directory do you want to install the documentation files? [/opt/vmware/doc/vmware]
Press Enter.
- The path “/opt/vmware/doc/vmware” does not exist currently. This program is going to create it, including needed parent directories. Is this what you want? [yes]
Press Enter.
2 responses so far ↓
1 VMware server 1.x to 2.x on Ubuntu server 8.04 « Slimejuggernaut // Jan 11, 2009 at 7:25 am
[…] How-to at phorolinux Release Notes and known issues Connect to VMware server 2.0 with VIclient […]
2 Lâmôlabs » Delicious Bookmarks for June 9th through June 10th // Jun 10, 2009 at 8:11 pm
[…] How to install VMware Server 2.0 on Linux — PhoroLinux - June 10th ( tags: install vmware virtualization server linux howto guide ) […]
Leave a Comment