Hi,
I have a 2 node cluster in my environment which I used to be able to manage from Failover cluster manager. However, I am getting an error"The operation has failed. The following is a list of nodes that encountered this problem when the connection to the cluster was attempted:The remote node". Both nodes are in the same network segment and no local firewall is blocking.
I have seen the URL from below.
1) https://blogs.msdn.microsoft.com/clustering/2010/11/23/trouble-connecting-to-cluster-nodes-check-wmi/
2) https://blogs.technet.microsoft.com/askcore/2013/12/17/unable-to-launch-cluster-failover-manager-on-any-node-of-a-20122012r2-cluster/
I am able to the output when I ran wbemtest and "Get-WmiObject -namespace "root\mscluster" -class MSCluster_Resource" locally. When I ran the verification script from the 2nd URL, it shows "WMI query succeeded" for itself but "WMI query failed //The RPC server is unavailable. (Exception from HResult: 0x800706BA). for the remote node.
I then proceed to run the remediation steps below but it is still not working. Both servers seems be to working on its own but cannot connect to each other. There are a lot of event 4683 in Failoverclustering-Manager event viewer with the message "The error was 'An attempt to connect to the cluster failed due to one or more nodes not responding to WMI calls. This is usually caused by a problem with the WMI infrastructure on the node(s)'. Any suggestion?
MOF Parser
cd c:\windows\system32\wbem
mofcomp.exe cluswmi.mof
Reset WMI Repository
Winmgmt /resetrepository
Regards,
Chiew Sheng
I have a 2 node cluster in my environment which I used to be able to manage from Failover cluster manager. However, I am getting an error"The operation has failed. The following is a list of nodes that encountered this problem when the connection to the cluster was attempted:The remote node". Both nodes are in the same network segment and no local firewall is blocking.
I have seen the URL from below.
1) https://blogs.msdn.microsoft.com/clustering/2010/11/23/trouble-connecting-to-cluster-nodes-check-wmi/
2) https://blogs.technet.microsoft.com/askcore/2013/12/17/unable-to-launch-cluster-failover-manager-on-any-node-of-a-20122012r2-cluster/
I am able to the output when I ran wbemtest and "Get-WmiObject -namespace "root\mscluster" -class MSCluster_Resource" locally. When I ran the verification script from the 2nd URL, it shows "WMI query succeeded" for itself but "WMI query failed //The RPC server is unavailable. (Exception from HResult: 0x800706BA). for the remote node.
I then proceed to run the remediation steps below but it is still not working. Both servers seems be to working on its own but cannot connect to each other. There are a lot of event 4683 in Failoverclustering-Manager event viewer with the message "The error was 'An attempt to connect to the cluster failed due to one or more nodes not responding to WMI calls. This is usually caused by a problem with the WMI infrastructure on the node(s)'. Any suggestion?
MOF Parser
cd c:\windows\system32\wbem
mofcomp.exe cluswmi.mof
Reset WMI Repository
Winmgmt /resetrepository
Regards,
Chiew Sheng