Whitebox ESXi – ASUS’ new H77 barebone

 

Based on Intel’s Ivy Bridge 3rd generation Core series platform, this Barebone system from Asus contains the necessary hardware to build a nice little whitebox ESXi server.

WP_000224 (800x600)It features a Socket 1155 H77 series mainboard, with 4 DIMM slots, 2 SATA 6G ports, 4 SATA 3G ports, RealTek 8168 Gigabit onboard NIC and 8 USB ports all in a compact MiniATX case.
There are 4 PCIe slots, 1 x16, 1 x4 and 2 x1 in total, so there is the option to install a hardware RAID expansion card or HBA.

On the I/O plate there are VGA, HDMI, and DVI ports, 4 USB 2.0 and 2 USB 3.0 ports, a single PS/2 port and the minijacks for the 7.1 onboard sound.
Also present is a large 100mm variable speed case fan controllable through the EFI/BIOS.
The built-in 350W power supply is your average 80% efficiency labeled kind, but its stable and powerful enough for it’s purpose.

 

 

 

 

 

 

 

 

 

WP_000226 (600x800)Being the typical desktop barebone, there is the inevitable front mounted Cardreader/USB/Sound combo but that’s nicely and unobtrusively behind a flip-cover. The same goes for the Optical drive bays.

The EFI/BIOS setup is configured out of the box with hardware virtualisation support enabled (VT-i), but pass-through is disabled by default. When enabled, ESXi will allow VT-d for passing through the USB controllers, PCIe slots (rather, the bridges on which they’re connected) or even the SATA controllers.

That last option only works for non-RAID as ESXi does not do fakeRAID.

IOpass1The additional PCIe Intel NIC when configured is fully operational from within the guest OS on ESXi 5.

As the CPU mounted has an Intel 3500 GPU that is also visible but pass-through enabling the VGA controller will render ESXi in an unrecoverable mode should you lose management over the network.
Better try that with a low-cost extra PCIe Graphics Card.

 

 

 

 

 

WP_000220 (622x800)However, the barebone is not without it’s small niggly problems…

The case fan, when left at defaults, is NOISY. I’m not kidding. It tends to get triggered even on minor jumps in CPU usage and the RPM’s fluctuate rather rapidly. It makes for a very uncomfortable level of sound. As the CPU temperature on the i5 3550 doesn’t suffer too badly and the CPU fan handles cooling appropriately, I’ve disconnected the case fan altogether.

Another minus is the location of the Power connector. The connector is in the middle of the mainboard, right where the hard disk bay is. Any disks you plug in, and you’ll need to push and wiggle the wiring aside.

Being a miniATX barebone, it is also clear that this case is not suitable for large amounts of disks. The 3.5” HDD enclosure only allows for 2 HDD’s, any more disks will have to go into the Optical bays above with the necessary padding. SSD’s could conceivably be mounted in the classic location for the FDD (still there) but the wiring for the front brackets and power button are rather short. Dismantling the whole Front panel needs to be done with care to avoid snapping the thin wires.
Then again, once mounted, you’re not going to spend many times taking the front off….

 

 

 

 

 

All that being said, it’s hard to beat the ROI of the total combination.
Prices below are from september 2012, expect some components to be available for lower cost with some proper shopping.
Disk drives are not mentioned due to the volatile HDD situation (low availability, many changes in manufacturer land, reliability issues).

# Product Item Price Subtotal
1253780559 Intel Gigabit CT 82754L Desktop Adapter € 22,02 € 22,02
1335271536 ASUS BB V7-P877E LGA1155 (V7-P8H77E) € 151,50 € 151,50
1334751543 Intel Core i5 3550 Boxed € 182,95 € 182,95
1254129474 2x Kingston ValueRAM KVR1333D3N9K2/8G  (16GB) € 41,50 € 83,-
  Total € 439,47

Target says it all

ohkeee.

Been there, done that. Next hype plz.

 

 

mis

RSAT for Windows 7 SP1 available

The Ask the Directory Services Team Blog posted some goodness:
The Remote Server Administration Toolkit update to support Windows 7 Service Pack 1 has been released.
See http://blogs.technet.com/b/askds/archive/2011/04/07/rsat-for-windows-sp1-is-now-available.aspxor get it at http://www.microsoft.com/downloads/en/details.aspx?FamilyID=7d2f6ad7-656b-4313-a005-4e344e43997d

Windows Server 2008 CAs and Server 2003 DCs – are you seeing event ID 13 popping up every eight hours?

Be careful when implementing a Windows 2008 based Certificate Authority in a mixed 2003R2 and 2008(R2) environment. By default, the installation of the ADCS Role on a 2008 Server selects SHA2 type algorithms which are not quite compatible with Server 2003R2 SP2 or XP SP3.
You will need a hotfix.

While waiting for a new hardware setup I decided to jump the gun and upgrade my old 2003CA to 2008 in advance – a pretty straightforward process of decommissioning and deploying a new CA on a fresh 2008 install.  Both my Home Theatre setup and laptop are running Vista or 7, and there’s a virtualized Core 2008 Domain Controller as well. No problems there.
However, there is still one slight snag as I’m still using a 2003 machine as second physical DC (which hosts my DFS namespace and I haven’t gotten around to upgrading that one).
After a couple of days, that machine started spewing Event ID 13 errors every eight hours in the Application log:

Event Type:    Error
Event Source:    AutoEnrollment
Event Category:    None
Event ID:    13
Date:        28-2-2011
Time:        18:14:37
User:        N/A
Computer:    MYDC
Description:
Automatic certificate enrollment for local system failed to enroll
for one Domain Controller Authentication certificate (0x80092009).
Cannot find the requested object.

For more information, see Help and Support Center at 
http://go.microsoft.com/fwlink/events.asp.

Secure Channel for LDAP over SSL also breaks because of this, so you’ll see those warnings as well.

A quick look in the ADCS Snapin confirmed both the Directory Email Replication and Domain Controller Authentication certificates were trying to autoenroll but failing every 8 hours.

A search for "cannot find the requested object" quickly resolved that, pointing the way to http://support.microsoft.com/kb/968730.

After requesting the hotfix and rebooting, AutoEnroll properly processes the request again, and SSL enabled LDAP connections are restored.

More information is also available on the Windows PKI Technet Blog: http://blogs.technet.com/b/pki/archive/2011/02/08/common-questions-about-sha2-and-windows.aspx