Posted in
Windows Powershell,
Windows Server |
No Comment | 9,337 views | 21/06/2013 16:34
You may get this error when you try to open Failover Cluster Manager (Windows Server 2012):
Failover Cluster Manager failed while managing one or more cluster. The error was ‘An error occurred trying to display the cluster information.’. For more information see the Failover Cluster Manager Diagnostic channel.
You can fix this problem by this command via CMD:
1
2
| cd C:\Windows\System32\wbem
mofcomp .\ClusWMI.mof |
cd C:\Windows\System32\wbem
mofcomp .\ClusWMI.mof
If you have SCCM agent on your server, then that might cause this error. Try to update your SCCM agent to latest version.