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:
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
- Elevate a command prompt
- 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"
- w32tm /config /update
- net stop w32time && net start w32time
- w32tm /resync /force
- w32tm /query /source
- 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.
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/
No comments:
Post a Comment
NOTE: All comments are moderated.