|
/Admin/virtualization/VMware:
How to Setup VMware on Debian Lenny and Fedora 9
First download the VMware Server installer[1]. They provide RPMs and tarballs, however the RPM did not work for me on Fedora 9. So it was a tarball install on both machines.
There are just two scripts to run:
vmware-install.pl
vmware-config.pl
after which the VMware Server was running and ready to go (and set to auto-start after reboots). The config script found it necessary to build kernel modules on both machines, so take note that it must be re-run after every kernel change.
The VMware Server controls should now be available at:
http://localhost:8222/
where the login id is "root" and the password is the same as the host OS. In the case of the Fedora machine, login timed out because of SELinux interference[2]. Removing SELinux made this problem go away.
Now unzip any Virtual Machine you care to run into
/var/lib/vmware/Virtual Machines
on the host. In the VMware Server control center, add the machine, and power it on. Provided you accepted the default Bridge network during VMware Server installation, the Virtual Machine should use DHCP and get its own IP address. The machine I installed was Project Open[3], which provides a web interface. To find the machine's IP address, I used the VMware Server control center console to open a terminal in the machine and issue an ifconfig. After that, pointing a browser at the IP brought up the Project Open greeting page.
[1] http://www.vmware.com/products/server/
[2] http://communities.vmware.com/thread/151715
[3] http://www.project-open.org/
posted at: 11:44 | path: /Admin/virtualization/VMware | permanent link to this entry