当我尝试在 Windows Server 2012 R2 下打开服务器管理器角色时,出现以下错误:
Server Manager is collecting inventory data. The wizard will be available after data collection finishes.
Run Code Online (Sandbox Code Playgroud)
单击“确定”按钮后没有任何反应,因此我尝试打开“所有服务器”列表并看到以下错误:
Refresh failed. More...
Configuration refresh failed with the following error. the account specified for this service is different from the account specified for other services running in the same process.
Run Code Online (Sandbox Code Playgroud)
Google 搜索得出以下解决方案,这些解决方案不起作用和/或不适用于 Windows Server 2012 和服务器管理器:
https://support.microsoft.com/en-us/kb/2478117
我也尝试过从 mofcomp 自动恢复的许多错误,但失败了,如多个网页中所建议的,例如http://www.tomshardware.com/answers/id-2058623/error-message-add-roles-features-hyper-server -2012-服务器管理器-收集-库存-data.html
我还尝试通过 Powershell 安装 Windows 功能,但得到了完全相同的错误:
Powershell:获取 WindowsFeature
错误:
Get-WindowsFeature : The account specified for this …Run Code Online (Sandbox Code Playgroud) 今天早上的自动Windows更新使我在Azure上的Windows Server 2012 R2 Classic虚拟机处于半崩溃状态.VM是Web服务器,其中的所有文件和应用程序仍可通过浏览器访问.换句话说,IIS和许多其他服务仍在运行.但遗憾的是,VM无法通过远程桌面访问,并且对来自portal.azure.com网站上的Azure管理界面的命令没有响应.
这种类型的错误很常见,可以在许多其他网站上找到.Windows用户(不仅仅是Windows Server)已经发生了多年的错误,并且在线解决方案都不适用于Azure用户,因为它们涉及从CD重新启动,在启动过程中按shift-f8,发出DOS命令,从备份还原,或取消选中VMWare或其他软件中的某些属性.
有没有人在Microsoft Azure上有这个问题的真正解决方案?