We just bought two new servers that have windows server standard 64 bit sp2 on them.
Relevant Hardware:
Dual Xeon E5430 @ 2.66
16 Gig Ram
6 143 GB 15,000 RPM SAS SCSI on Raid 5 for total of 544GB Hard Disk
We are attempting to consolidate 6 old servers into these two new ones.
My thinking is we run hyper-v and make both servers the same in the aspect of being able to run 2-3 virtual servers each and deploy our web site on one VM, slq server on one VM and other stuff on another VM. So basically we would have the physical servers mirror themselves. We could then allocate most of the resources on server 1 for the website VM (live) and allocate most of the resources on server 2 to the sql server VM (live). The left over resources could serve up the other things from either left over VM.
Server 1
Parent/Hyper-v Host : Backup Domain Controller
VM1 : Website (Production)
VM2 : SQL Server (Backup/Testing)
VM3 : Imaging and other apps
Server 2
Parent/Hyper-v Host : Primary Domain Controller
VM1 : Website ( Testing / Backup)
VM2 : SQl Server (Production)
VM3 : Imaging and other apps
So if either physical server had a catastrophic failure we could easily flip IP's and keep everything running. Any of the VMs get corrupted we could get up and running with the backup VM on the other server. Any thoughts on this setup or better ways of doing things would be appreciated since this really isn't my area of expertise.