Monday 7 October 2013

Hyper-V Cluster: An error occurred while creating the cluster: Unknown error (0xc0000133)

We had just finished walking through all of the steps to set up two nodes for a Server 2012 RTM Hyper-V cluster when we got hit with the following error:

image

Create Cluster Wizard

An error occurred while creating the cluster.

An error occurred while creating the cluster 'TD-12Cluster'.

Unknown error (0xc0000133)

Our initial searches turned up very little when we included Hyper-V and Cluster in our terms.

The error code however turned up a tie into time synchronization.

These nodes were set up using Windows Server 2012 Standard in Server Core mode. And, we had missed step 9 in SConfig: Date & Time!

The time zone was incorrect on both nodes.

We also noticed that the time on the test network was about 9 minutes out from our own. So, we had missed configuring the time service on the physical DC to poll the Canadian pool.ntp.org servers.

  • Blog post here: Preparing A High Load VM For Time Skew
    1. Elevate a command prompt
    2. w32tm /config /syncfromflags:manual "/manualpeerlist:0.ca.pool.ntp.org,0x1 1.ca.pool.ntp.org,0x1 2.ca.pool.ntp.org,0x1 3.ca.pool.ntp.org,0x1"
    3. w32tm /config /update
    4. net stop w32time && net start w32time
    5. w32tm /resync /force
    6. w32tm /query /source
      1. Should be 0.ca.pool.ntp.org

Once we had the domain time in order and the nodes synchronized to the DC we were able to successfully stand up the cluster in Failover Cluster Management.

image

In the end not referring to our process manuals was the key. ;)

Philip Elder
MPECS Inc.
Microsoft Small Business Specialists
Co-Author: SBS 2008 Blueprint Book

Chef de partie in the SMBKitchen
Find out more at
www.thirdtier.net/enterprise-solutions-for-small-business/

Windows Live Writer

No comments: