Re: VMWare Server Host OS
You'll get more bang for your buck with a Linux host OS. Personally I'd use Ubuntu 6.06 LTS.
Re: VMWare Server Host OS
Well the XP Pro install didn't work, it formatted the drive then requested I inserted the disk for the controller and wouldn't read it from the usb floppy.
Just trying to see if 6.06 LTS supports the SAS 5/ir controller.
Ben
Re: VMWare Server Host OS
I have an PE860 using that controller under 6.06LTS without any faffing about.
lspci detects it as
Code:
02:08.0 SCSI storage controller: LSI Logic / Symbios Logic SAS1068 PCI-X Fusion-MPT SAS (rev 01)
Re: VMWare Server Host OS
Re: VMWare Server Host OS
As with most dell kit, the SAS 5/ir is actually a rebranded LSI Logic SAS 3000 Series Controller. I believe the Linux Fusions MPT SAS driver supports this hardware.
Re: VMWare Server Host OS
I tried 6.06 LTS on my PE840 and it just stuck after one of the steps to do with partitioning even though it appeared to have detected the controller and the array.
However 7.04 Feisty does install fine on it.
Just one question though as it's main purpose is going to be a vmware server should I set it up as a lamp server or not select the lamp install?
Ben
Re: VMWare Server Host OS
You don't need the LAMP option, that's just additional Apache and MySQL servies to be running which will be unnecessary.
Re: VMWare Server Host OS
I'd go for rathed over ubunt just because its easier to install vmware server, as there are no debs for ubuntu afaik
Re: VMWare Server Host OS
Quote:
I'd go for rathed over ubunt just because its easier to install vmware server, as there are no debs for ubuntu afaik
It's in the commercial feisty repository:
deb http://archive.canonical.com/ubuntu feisty-commercial main
Re: VMWare Server Host OS
It is indeed and that's where I'm going to install it from :)
Ben
Re: VMWare Server Host OS
Scrap that last thought.
I tried it using the debs in the repository but wasn't very successful so I went back to following the guide from:
http://www.howtoforge.com/ubuntu_fei...e_server_howto
What I did however was ignore first 2 instructions and subsitituted them with:
sudo apt-get install linux-headers-`uname -r` --fix-missing
and
sudo apt-get install build-essential
Then followed the rest of the guide for a working ubuntu vmware server install :)
Ben