The operation on computer localhost failed

제안된 답변 The operation on computer localhost failed

  • 2011년 9월 19일 월요일 오후 11:00
     
     

    I did a hard reboot of my host machine when the VM was still running. Now I am not able to select my localhost from Hyper-V manager.

    I am seeing this error - "The operation on computer localhost failed". I see all the HYper-V related services running on my machine and also have the .vhd of the VM. How do I restore my VM ?

모든 응답

  • 2011년 9월 20일 화요일 오전 6:55
    중재자
     
     제안된 답변

    Hi,

     

    Please try to restart the "Windows Management Instrumentation" service on the Hyper-V host machine to see whether you can resolve the issue.

     

     

    Best Regards,

    Vincent Hu

     

  • 2011년 9월 20일 화요일 오후 3:05
    중재자
     
     

    To add to Vincent's reply.

    In your case it is that you cannot tconnect ot hte host VMMS service, not that your VM needs to be recovered.  You have not even gotten that far.

    If you had startup actions enabled then your VM should have tried to boot when the host was booted again.  And your VM could be running in spite of the error.

    There is a set of Hyper-V specific event logs to go looking in to beyond System and Application.

     


    Brian Ehlert (hopefully you have found this useful) http://ITProctology.blogspot.com
    Learn. Apply. Repeat.
  • 2011년 9월 20일 화요일 오후 8:04
     
     

    Restarting WMI did not work. So I tried to remove/add the Hyper-V role. I was able to successfully remove the role but now I am not able to add the role back. I see a whole bunch of DCOM errors (see below) in the Application Server log -

    The application-specific permission settings do not grant Local Launch permission for the COM Server application with CLSID

     

    {05D1D5D8-18D1-4B83-85ED-A0F99D53C885}

     

    and APPID

     

    {AD65A69D-3831-40D7-9629-9B0B50A93843}

     

    to the user NT AUTHORITY\SYSTEM SID (S-1-5-18) from address LocalHost (Using LRPC). This security permission can be modified using the Component Services administrative tool.

     

  • 2012년 6월 20일 수요일 오전 7:28
     
     

    Hi,

    Please try to restart the "Windows Management Instrumentation" service on the Hyper-V host machine to see whether you can resolve the issue.

    Best Regards,

    Vincent Hu

    I had same issue and followed Vincent advice and problem solved.

    Regards,

    Mohammed Adel

  • 2013년 2월 4일 월요일 오후 5:23
     
      코드 있음

    Hi,

    Please try to restart the "Windows Management Instrumentation" service on the Hyper-V host machine to see whether you can resolve the issue.

    Best Regards,

    Vincent Hu

    I had same issue and followed Vincent advice and problem solved.

    Regards,

    Mohammed Adel

    I'm followed Vincent too, but not luck

    and try this it solved my problem.

    sc config winmgmt type=own

    restart winmgmt service once.