Popular Post LoneWolf Posted November 23, 2013 Popular Post Share Posted November 23, 2013 (edited) This guide is a work in progress. After reading some other people's questions about processors for the Microserver Gen8, including "What's the best choice for ESXi or HyperV use?" I wanted to create some sort of basic guide. For those of you who are geeks, you'll love this. If you're ADD or in the TLDR crowd, skip this thread. The HP Microserver Gen8 comes with one of two processors stock: The Intel Celeron G1610T (2.3GHz, 2MB cache, Ivy Bridge) http://ark.intel.com/products/71074/Intel-Celeron-Processor-G1610T-2M-Cache-2_30-GHz The Intel Pentium G2020T (2.5GHz, 3MB cache, Ivy Bridge) http://ark.intel.com/products/71069 Neither are incredibly special, but for a home server running Windows Home Server, Windows Small Business Server, Server Essentials, or FreeNAS, they should do quite well. Performance diferences should be minor between the two. But, what if you want to run virtual machines via a hypervisor like VMWare ESXi or Microsoft Hyper-V Server? Neither of these two CPUs are exactly ideal, as they are missing some of the features of enhanced processors like VT-d instructions, the cache is small, and you have two CPU cores with no hyperthreading support. At this point, an upgrade sounds like a good idea --but what do you choose? The answer to the question all depends on how many VMs you want to run simultaneously on your hypervisor and what their purposes will be. Tasks like SQL Server, Microsoft Exchange (at least, above a certain number of users), or an applications server require more horsepower than say, a basic domain controller (which even with DHCP, DNS, and other mainstream services, doesn't take a lot of load). One of the requirements *is* purchasing a CPU with ECC support; this negates many, if not all standard Core i3/i5/i7 processors. Note also, the Microserver Gen8 has a 150w power supply and a 35w TDP fanless heatsink design, something to keep in mind when upgrading --trying to slap in a 95w CPU probably isn't a wise decision. The Microserver Gen8 has a Socket 1155 platform, and will support Xeon E3 (Sandy Bridge) and Xeon E3 v2 (Ivy Bridge) processors --Xeon E3 v3 (Haswell) processors are a different architecture with a different socket (Socket 1150) and are *not* supported. IMO, these are the five processors to consider when upgrading the HP Microserver Gen8: Xeon E3-1220L (2 cores, 4 threads, Sandy Bridge) Xeon E3-1220L v2 (2 cores, 4 threads, Ivy Bridge) Xeon E3-1260L (4 cores, 8 threads, Sandy Bridge) Xeon E3-1265L v2 (4 cores, 8 threads, Ivy Bridge Xeon E3-1230 v2 (4 cores, 8 threads, Ivy Bridge -see caveats) The L variants of the Xeon family are low voltage. While the 1220L's are not as powerful, they are very low power (20w TDP for the SB, 17w TDP for the IB). This is great if you're only running two VMs and if you want to pack the server to the gills with other items (e.g., more than just the four standard drive bays). The 1260L and 1265L pack more power, but have a 45w TDP, ten watts above the rating of the heatsink in the unit. Still very usable as others testing have found. The Xeon E3-1230 v2 (4 cores, 8 threads, Ivy Bridge) is a fifth choice. It is less expensive, and people have done this upgrade with success. However, it has a 69w TDP, and I tend to be of the conservative sort --I want as much power envelope left as possible for other devices (RAID controller, extra drives, optical drive), and I also want a cushion that doesn't exceed the heat removal capabilities of the box. If you aren't planning on adding much to your server though, it may be a good choice. As for Sandy Bridge vs. Ivy Bridge, here's the basic rundown. The Sandy Bridge Xeons have one basic advantage --their heat spreaders are soldered to the CPU die using a fluxless solder process. This provides for more efficient heat transfer. While the Ivy Bridge Xeons would in theory run cooler if this process was used, Intel went cheaper, and now uses thermal paste between the spreader and the die. This means that Ivy Bridge processors actually don't run much cooler than Sandys under load, if at all. Note: If modding is your game, some enthusiasts have managed remove the heatspreader from Ivy Bridge CPUs, allowing direct contact with the CPU die and lowering the heat, or replacing the thermal interface material with higher quality stuff. Do this at your own risk - this VOIDS your CPU warranty and could damage the processor. On the other hand, Ivy Bridge processors have the following (note: these may provide only negligible improvements depending on the change) PCIe 3.0 support (probably not necessary even when using a RAID controller or graphics card) Improved AES-NI instructions (if you are using encryption such as Bitlocker or TrueCrypt, this would be a plus, otherwise negligible) Improved Floating Point instructions Improved Intel QuickSync performance. NOTE: Not all of the processors listed have QuickSync (only the 1260L and 1265L v2 do) as not all of these have onboard graphics. Note also that due to the architecture of the Microserver Gen8 (which uses Matrox video rather than Intel Graphics as its primary) that I'm not aware that anyone has tested a QuickSync-equipped processor to confirm that these features operate correctly when such a CPU is in the system. However, should they work, the 1260L and 1265L v2 have the potential to provide a considerable boost to video encoding/transcoding performance if you use an application that supports it; the 1265L v2 will have probably a 20-40% performance increase over the 1260L in this area. For complete CPU specifications on the Xeon E3 families, check out the following links: Xeon E3 1200 (Sandy Bridge) family: http://ark.intel.com/products/series/53495 Xeon E3 v2 1200 (Ivy Bridge) family: http://ark.intel.com/products/family/78580/Intel-Xeon-Processor-E3-v2-Family/server Wikipedia also has excellent links if you search for "Sandy Bridge", "Ivy Bridge", or "Xeon" to explain history and architectural changes. Edited November 23, 2013 by LoneWolf 3 Link to comment Share on other sites More sharing options...
LoneWolf Posted November 24, 2013 Author Share Posted November 24, 2013 (edited) Note: Something I did not realize until working more deeply today when replacing my Gen8 Microserver's processor. If you *do* wish to use Bitlocker or some other types of hardware encryption, one of the general requirements is having a system with a TPM (Trusted Platform Module). Plenty of modern enthusiast mainboards have this; the Microserver Gen8 does not. It is a purchasable option, with a general price of around $45-50. HP's part number is 488069-b21, which is meant for broad compatibility across the Gen8 line of servers. The part is a small daughtercard that connects to a TPM connector on the mainboard. As part of the procedure, a plastic rivet is also used in the installation. This rivet holds the TPM in place, and is designed to deform or break if the TPM is removed, to make you aware that security has been breached. Once the TPM is attached, it is paired to the mainboard for life, and should not be removed. Should HP need to replace your mainboard under warranty, you should notify them that you have a TPM so they may provide you with a new one for the new mainboard; the original TPM should remain paired with the original board, per HP's own instructions. The AES New Instructions are still useful in some other applications, but if you are looking to do full disk encryption, you will wish to purchase the TPM module as well. Edited November 24, 2013 by LoneWolf 2 Link to comment Share on other sites More sharing options...
LoneWolf Posted November 24, 2013 Author Share Posted November 24, 2013 (edited) Two additional "should-work" processors: Intel Core i3-3220T (2.8GHz, 2 cores, 4 threads, 35w TDP, Ivy Bridge) http://ark.intel.com/products/65694/ Intel Core i3-3250T (3GHz, 2 cores, 4 threads, 35w TDP, Ivy Bridge) http://ark.intel.com/products/74745/Intel-Core-i3-3250T-Processor-3M-Cache-3_00-GHz These processors are among the rare subset of Intel desktop CPUs that support ECC memory; you could think of them as very stripped-down versions of the Xeon E3-1220L v2. Both of these processors lack Intel VT-d, so they're not super choices for VM hypervisor work; unlike the Xeon, they also lack Turbo Boost dynamic clock scaling for higher single-threaded performance. They do bring Hyperthreading and QuickSync to the table. If you're buying a brand new CPU, they wouldn't be on my list as you're already partway to the cost of a new or used Xeon E3; however, if you're pulling one from another system or come across one cheap, they will improve performance over the original processors. Edited November 24, 2013 by LoneWolf 1 Link to comment Share on other sites More sharing options...
cruro02 Posted December 2, 2013 Share Posted December 2, 2013 I can verify that the Intel Core i3-3220T works fine - had one available so I upgraded a G1610T Gen8.. (been running for 4 weeks with that, plus -16Gb of Kingston ram, a 2.5" ssd with server 2012 installed, 4 3Gb WD Red HDD's, and the HP DVD drive.) 2 Link to comment Share on other sites More sharing options...
jmwills Posted December 2, 2013 Share Posted December 2, 2013 The above named processor is discontinued. Link to comment Share on other sites More sharing options...
Joe_Miner Posted December 13, 2013 Share Posted December 13, 2013 (edited) Got mine (a Xeon E3-1265L V2) this evening: Edited December 13, 2013 by Joe_Miner Link to comment Share on other sites More sharing options...
ikon Posted December 13, 2013 Share Posted December 13, 2013 I can verify that the Intel Core i3-3220T works fine - had one available so I upgraded a G1610T Gen8.. (been running for 4 weeks with that, plus -16Gb of Kingston ram, a 2.5" ssd with server 2012 installed, 4 3Gb WD Red HDD's, and the HP DVD drive.) Too bad your hard drives are so small (sorry, couldn't resist) Link to comment Share on other sites More sharing options...
cruro02 Posted December 13, 2013 Share Posted December 13, 2013 Too bad your hard drives are so small (sorry, couldn't resist) Its a fair cop.. .....off course it should read "3Tb drives" ... Link to comment Share on other sites More sharing options...
ikon Posted December 13, 2013 Share Posted December 13, 2013 Fully understood /StopPullingLegNow Link to comment Share on other sites More sharing options...
LoneWolf Posted December 19, 2013 Author Share Posted December 19, 2013 Sweet, Joe! I've had my 1265L v2 for about a month, it's been a great upgrade. I do think it is probably the best CPU upgrade for the MS Gen8, followed closely by the 1260L, and then (if low power is a concern) the 1220L v2. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now