Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Misc Newsgroups > Virtual Server

Vista - Hyper-V-VMMS Failed to register service principal name

Reply
 
Old 10-15-2009   #1 (permalink)
MartinH


 
 

Hyper-V-VMMS Failed to register service principal name



setting up a new win2k8r2 box with hyper-v. after joining the domain
running on a fresh win2k8r2 box the after each reboot theres a message
popping up in the Hyper-V-VMMS log saying it Failed to register
service principal name with Event ID:14050

i did the recomendation restart VMMS using the Service Manager i found
on http://technet.microsoft.com/en-us/l...89(WS.10).aspx but
that didnt solve my issue

i found another possible solution suggesting the SYSTEM account on my
Hyper-V host tried to update the servicePrincipalAttribute of it’s own
computer account within Active Directory, but failed. suggesting its a
permissions issue, so check the 'SELF' entry in the ACL to see it has
the correct permissions: see http://techblog.mirabito.net.au/?p=230

i havent been able to find the ACL for the system account on my 2k8 r2
hyper-v box so any suggestion how to get there is appreciated

im kinda lost here anyone please has a roadmap to get there?


============================================================================

Log Name: Microsoft-Windows-Hyper-V-VMMS-Admin
Source: Microsoft-Windows-Hyper-V-VMMS
Date: 10/14/2009 3:06:10 PM
Event ID: 14050
Task Category: None
Level: Error
Keywords:
User: SYSTEM
Computer:
Description:
Failed to register service principal name.
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Microsoft-Windows-Hyper-V-VMMS" Guid="{}" />
<EventID>14050</EventID>
<Version>0</Version>
<Level>2</Level>
<Task>0</Task>
<Opcode>0</Opcode>
<Keywords>0x8000000000000000</Keywords>
<TimeCreated SystemTime="2009-10-14T13:06:10.234375000Z" />
<EventRecordID>73</EventRecordID>
<Correlation />
<Execution ProcessID="1460" ThreadID="2352" />
<Channel>Microsoft-Windows-Hyper-V-VMMS-Admin</Channel>
<Computer>\</Computer>
<Security UserID="" />
</System>
<UserData>
<VmlEventLog
xmlns:auto-ns2="http://schemas.microsoft.com/win/2004/08/events"
xmlns="http://www.microsoft.com/Windows/Virtualization/Events">
</VmlEventLog>
</UserData>
</Event>


My System SpecsSystem Spec
Old 2 Weeks Ago   #2 (permalink)
RSOLY777


 
 

RE: Hyper-V-VMMS Failed to register service principal name

Hello, I found the answer on another site by an unknown poster and am posting
the content here:
http://techblog.mirabito.net.au/?p=230
This worked for me, the errors are now gone, There is an image on the
webpage that helps
Hope this helps all that have this issue.
Sincerely
Robert Shahon
ESRI Systems Administrator


“Failed to register service principal name” on Hyper-V host

I recently noticed that I was getting the following event logged every two
minutes: -
Log Name: Microsoft-Windows-Hyper-V-VMMS-Admin
Source: Microsoft-Windows-Hyper-V-VMMS
Date: 20/09/2009 5:52:42 PM
Event ID: 14050
Task Category: None
Level: Error
Keywords: ďż˝
User: SYSTEM
Computer: HyperV01.mydomain.internal
Description:
Failed to register service principal name.
This error indicates that there was an error updating the
“servicePrincipalName” attribute of the computer account for my Hyper-V
server.
I jumped in to my Active Directory to check out the permissions of the
computer account first, Make sure that you have the advanced Features checked.
To understand how to resolve this issue, it’s important to understand what’s
failing. In this case, we can see from the event 14050, that the SYSTEM
account on my Hyper-V host tried to update the servicePrincipalAttribute of
its own computer account within Active Directory, but failed. We believe it’s
a permissions issue, so we should check the “SELF” entry in the ACL to see if
it has the correct permissions:

…And bingo! The “SELF” entry is missing the “Validated write to service
principal name” permissions, so therefore it can’t write the attribute.
“SELF” in this case, corresponds to the SYSTEM account of the host that owns
the computer account.
So I went ahead and granted this permission to the computer account, and
confirmed that the servicePrincipalName attribute updated on next attempt and
that the events were no longer being logged.



"MartinH" wrote:
Quote:

>
>
> setting up a new win2k8r2 box with hyper-v. after joining the domain
> running on a fresh win2k8r2 box the after each reboot theres a message
> popping up in the Hyper-V-VMMS log saying it Failed to register
> service principal name with Event ID:14050
>
> i did the recomendation restart VMMS using the Service Manager i found
> on http://technet.microsoft.com/en-us/l...89(WS.10).aspx but
> that didnt solve my issue
>
> i found another possible solution suggesting the SYSTEM account on my
> Hyper-V host tried to update the servicePrincipalAttribute of it’s own
> computer account within Active Directory, but failed. suggesting its a
> permissions issue, so check the 'SELF' entry in the ACL to see it has
> the correct permissions: see http://techblog.mirabito.net.au/?p=230
>
> i havent been able to find the ACL for the system account on my 2k8 r2
> hyper-v box so any suggestion how to get there is appreciated
>
> im kinda lost here anyone please has a roadmap to get there?
>
>
> ============================================================================
>
> Log Name: Microsoft-Windows-Hyper-V-VMMS-Admin
> Source: Microsoft-Windows-Hyper-V-VMMS
> Date: 10/14/2009 3:06:10 PM
> Event ID: 14050
> Task Category: None
> Level: Error
> Keywords:
> User: SYSTEM
> Computer:
> Description:
> Failed to register service principal name.
> Event Xml:
> <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
> <System>
> <Provider Name="Microsoft-Windows-Hyper-V-VMMS" Guid="{}" />
> <EventID>14050</EventID>
> <Version>0</Version>
> <Level>2</Level>
> <Task>0</Task>
> <Opcode>0</Opcode>
> <Keywords>0x8000000000000000</Keywords>
> <TimeCreated SystemTime="2009-10-14T13:06:10.234375000Z" />
> <EventRecordID>73</EventRecordID>
> <Correlation />
> <Execution ProcessID="1460" ThreadID="2352" />
> <Channel>Microsoft-Windows-Hyper-V-VMMS-Admin</Channel>
> <Computer>\</Computer>
> <Security UserID="" />
> </System>
> <UserData>
> <VmlEventLog
> xmlns:auto-ns2="http://schemas.microsoft.com/win/2004/08/events"
> xmlns="http://www.microsoft.com/Windows/Virtualization/Events">
> </VmlEventLog>
> </UserData>
> </Event>
>
> .
>
My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
Solved 'The User Profile Service service failed the logon' and forgotten password????? General Discussion
The system event notification service service failed logon ... token does not exist General Discussion
User Principal Name Vista account administration
Error ! User Profile Service service failed the logon. Vista account administration
PDIHWCTL service failed, EventID: 7000, Source: Service Control Manager Eventlog Provider Vista General


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46