2016年6月22日 星期三

Hyper-V VMMS EvenID 12510

發生主機WINDOWS Server 2008 R2
EVENT ID-->

Hyper-V VMMS EvenID 12510 

內容-->用於伺服器驗證的憑證將在 30 天內到期。在此憑證過期後,即無法從遠端存取虛擬機器。請更新或重新建立憑證。

原因:Hyper-V 虛擬機器管理服務 (VMM) 憑證已過期,就會發生這個問題。
下載:Windows Server 2008 x64 版本 (KB967902) 的更新
參考下如網址
https://support.microsoft.com/zh-tw/kb/967902

http://blog.pmail.idv.tw/?p=2746


更新如上設定是針對windows server 2008
若OS為WINDOWS Server 2008 R2需使用如下方式

方式如下:
After speaking with Microsoft Product Support, we resolved the issue by performing the following steps to generate a new certificate with an expiry one (1) year in the future.
1) Open Services.msc and go to the Hyper-V Virtual Machine Management service and stop the service.
2) Next go to Start - Run and enter MMC - Ok
3) In the MMC go to File - Add/Remove Snap-in, in the list of Available snap-ins select Certificates then Add.
4) In the next window select Service Account and Next. In the Select Computer select the default of Local Computer then Next.
5) Now under the Service Account drill down to the Hyper-V Virtual Machine Management and select it then Finish and OK.
6) Now in the left hand pane expand Certificates, vmms\Personal and highlight Certificates. In the right hand pane double click on the certificate, should show the Issued To as the host machine name.
7) On the General tab of the certificate at the bottom it should show Valid from and a starting and ending date.
8) Closed the window for the certificate and then in the right hand pane right click and select delete.
9) Go back to the Services.msc and restart the Hyper-V Virtual Machine Management service.
10) Back to the MMC console and refresh the Personal\Certificates and you should see a new one there. Double click on it and verify the new valid dates.
11) To be able to access the VM's now you will either have to restart the VM or simply use the save state then start the VM back up.
Thanks to Ashish in Microsoft Product Support for his help.
Issue resolved for another year...Michael

參考下如網址
http://ithelp.ithome.com.tw/questions/10149424
https://social.technet.microsoft.com/Forums/systemcenter/en-US/2633af35-2423-4404-8f0c-1cf2419ae02f/cannot-renew-expiring-certificate-with-windows-server-2008-r2-sp1?forum=virtualmachingmgrhyperv

沒有留言:

張貼留言

【IT 踩坑筆記】Excel 指定紙匣列印亂跳色?加個前綴字元竟解決了 Windows 底層的隱藏 BUG! #IT踩坑筆記 #MIS維運 #Excel隱藏BUG #印表機設定 #Windows系統底層 #IT實戰紀錄 #系統工程師 #辦公室IT #故障排除 #經驗分享 #TASKalfa3554ci #多功能複合機 #印表機跳色 #Registry機碼 #IT技術分享 #什麼都做!~良

在日常 Enterprise IT 的維運工作中,我們經常會遇到各種奇葩的系統行為。最近處理了一個非常特別的印表機設定問題,看似簡單的紙匣設定,卻被 Excel 搞得折騰了好幾天。最後在印表機廠商支援與反覆測試下,終於挖出了 Windows 系統與 Excel 處理印表機裝置列舉...