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.
0 responses so far ↓
There are no comments yet...Kick things off by filling out the form below.
Leave a Comment