VMware Server 1.0.9 on CentOS 5.3
The contents of this guide should work perfectly fine on a base (yes that’s base, not bare bones) only installation of either CentOS 32/64 bit or RHEL 5.3 32/64 bit. If you have any troubles, please do leave a comment and I’ll do my best to assist you. This guide assumes you are setting up your machine to be a server, although the steps will work just fine on a machine configured to be a desktop.
Install CentOS 5.3 32/64 Bit
If you haven’t installed CentOS 5.3 already, you should do so. Kinda hard to use VMware Server 1.0.9 without an operating system. Most people want the host OS to have as little additional crap as possible. In regards to that, during the installation, make a point of not installing any additional packages, or package groups except the ‘Base’ group (oh and leave the base group in it’s default state, don’t go ticking on any extras, you’ll make the installation install more dependancies thus more crap). So in other words, only the ‘Base’ group should be ticked, untick the rest!
Nope, you won’t have any GUI, and even if you did, you still have to do the rest of the configuration at the command line anyway. VMware Server 1.0.9 host with GUI = bad idea, unless of course your host is also your desktop.
Once installed, configure your host as you like it from the ‘firstboot’ screen and than login as root. Here’s a few tips.
- Disable any services you aren’t using.
- Disable SE Linux
- Unless you’re going to configure and use it with VMware Server 1.0.9 machines, disable ip6tables
- Don’t go configuring special firewall rules just yet, leave that until later.
Even though it’s the host, its’ software should still be up to date. Issue the following command and download any updates.
yum update
Updates finished? Awesome! Lets reboot the server and start the next step afresh.
shutdown -r now
Install VMware Server 1.0.9 Required Components.
Plenty of you will argue about what you do and don’t need to complete the install. Well, I’ve completed this configuration of server with VMware Server more times than I care to remember now, and sometimes I needed all of these packages and sometimes I didn’t. No, I didn’t bother to find out why. Do you know why? Great! Put it in the comments!
Login in as root and issue the following commands one after the other. Yes, you can issue them all at once if you’re clever, I like to take my time, in case the worlds explodes.
yum install kernel-devel
yum install kernel-headers
yum install libXtst*
yum install xinetd
yum install gcc*
On a couple of occasions, I needed the following package – It could have been when I was using CentOS 5.3 64Bit
yum install libXdmcp-devel
yum install libXrender*
What does the ‘*’ mean? It means grab any packages that start with ‘anytextbeforethe*’
Installed all the packages? Fantastic! Lets reboot the server and start the next step afresh.
shutdown -r now
Install VMware Server 1.0.9
How you get the installation package of VMware Server 1.0.9 onto your server is up to you. Here are a few tips.
- Download VMware Server 1.0.9 Here or Here
- Make sure you register for a VMware Server serial number or numbers. It’s free.
- You can use WinSCP to transfer VMware Server 1.0.9. to your server (it uses SSH). Get it Here or Here.
- You could use the wget command with the direct link above, directly on your server, like this:
wget -c http://download3.vmware.com/software/vmserver/VMware-server-1.0.9-156507.i386.rpm
- Burn it to a CD
- Burn it to a DVD
- Transfer it to a USB Drive
Once you have the VMware Server 1.0.9 installation file on your server, installing is pretty straight forward. If you’ve never installed a RPM file before, pay attention, people go to university for this stuff. Make sure you are logged in as root, and issue the following:
rpm -ivh VMware-server-1.0.9-156507.i386.rpm
Easy, no?
Depending on the power of your server, it may take a few minutes to install. Once installed, we have one last final step. No need to reboot this time!
Configuring VMware Server 1.0.9
Issue the following command. If some or none of the required packages are not installed, this will tell you straight away.
vmware-config.pl
or if you are so inclined:
/usr/bin/vmware-config.pl
Both do the exact same thing. Don’t run both (either by concatenating them both together or one after the other), that would just be silly and make you leave a comment about how you ran both and got an error message.
NB: If you are told that some packages or components are missing, I suggest going back and re-issuing the ‘yum’ commands above in the section ‘Install VMware Server 1.0.9 Required Components‘. Before you issue any commands, press ctrl-c to quit the setup program and return to the command prompt.
If you see something like the following, you are good to go:
Making sure services for VMware Server are stopped. Stopping VMware services: Virtual machine monitor [ OK ] You must read and accept the End User License Agreement to continue. Press enter to display it.
The configuration settings of VMware Server 1.0.9 is now up to you. Here are a few tips:
- Accept the agreement, type Y or Yes and press the enter key.
- The defaults are all fine.
- In most cases, Bridged networking is what you are after, so say ‘No’ to host only and NAT (unless you know what they are and you are going to use them)
- Sometimes the installation would tell me that port 902 is unavailable. This is not true. Override by typing in 902, otherwise you’ll need to remember 904 (or whatever other number you select) and type it in every time when you use the VMware Server 1.0.9 client. Not cool.
- At the very least, choose your own location for the storage of VMware Server 1.0.9 servers. I always put mine in /home/vmware (because I have /home on a separate partition)
- Put your Serial Key in now, rather than later.
Installation and Configuration is now complete! If you need any further help / assistance, please, feel free to leave a comment