Does anyone use any monitoring software and is there anything that tells you the health of drives and could possibly warn you if they are going to fail?
I keep finding the server powered off every now and again, no idea why. I can't see it overheating tbh :/
Yea I knew about the block size. I have 1 TB drives so used 4MB as the block size. I know of one disk tweak if you are using Windows Home Server virtualised and have other VM's that are disk intensive. It stops drive extender crippling performance of other Virtual disks.
I didn't use the HP version. Standard ESXi 4.1 install straight onto USB stick.
Found in the comments here - www.techhead.co.uk/running-vmware-vsphere-on-an-hp-microserver
I came up with these instructions to avoid a PSOD (Purple Screen of Death) using the HP image (which is customised for USB/SD booting):
1 Immediately ESXi has loaded, hit F2, login, and then enable console access (under Troubleshooting). Quickly hit Alt-F1 to get to the console, login and type *services.sh stop* (this will prevent the PSOD, so this needs to be done immediately the server comes up)
2 Then execute these commands
1 cp /bootbank/oem.tgz /tmp
2 cd /tmp
3 gzip -d oem.tgz
4 mkdir oem
5 cd oem
6 tar xvf ../oem.tar
7 cd /tmp/oem/var/lib/sfcb/registration
3 Now you need to us vi to edit oem-hp-smx-provider-providerRegister to comment out two entries so that they look like this:
#[SMX_AutoStartGenesisInterop]
# provider: SMXExecutive
# location: SMXExecutiveProvider
# type: instance
# group: smx-interop
# namespace: interop
#[SMX_ExecutiveStatus]
# provider: SMXExecutive
# location: SMXExecutiveProvider
# type: instance
# group: smx-interop
# namespace: root/hpq
4 Then you need to execute the following commands to package things back up
1 cd /tmp/oem
2 rm ../oem.tar
3 tar cvf ../oem.tar *
4 cd ..
5 gzip -9 oem.tar
6 mv oem.tar.gz oem.tgz
7 cp oem.tgz /bootbank
8 reboot
Everything is working well now.
Josh
Just got my icybox 2.5 and 2.5 inch dock for the drive bay, should let me add a 2.5inch cache drive and another 2tb data storage to my unraid setup! Couldnt be happier with how it is all working with my xbmc setup. Hundreds of films and tv shows at my finger tips and now I will be able to run sabnzbd for newsgroups on the cache drive!
What is the performance of this like with 3 x 1.5TB disks in Software raid 5? Will be running Server 2008 R2 and have 4GB Ram.
The onboard RAID only supports RAID 0 and 1.I thought the AMD onboard controller did RAID???
I thought the AMD onboard controller did RAID???
Would that be compatible with the microserver? Would it connect to the 4 disk bays okay?