Failover Cluster core resource

Robert Ditusa 1 Reputation point
2020-08-08T15:47:57.917+00:00

Hello I currently have a windows failover cluster with 4 nodes set up. These nodes are 4 MSSQL servers.

What is the cluster core resources used for exactly?
Right now I see it offline but all of our SQL availability groups are syncing fine and not seeing any issues.
By this being offline how does it effect anything?

Also all of our servers are in the cloud if that matters.

Windows for business Windows Server Storage high availability Clustering and high availability
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. TimCerling(ret) 1,156 Reputation points
    2020-08-09T13:38:39.337+00:00

    Cluster core resources comprise a cluster IP, cluster network name (associated with cluster IP), and a quorum resource.

    Your SQL instances have their own set of resources which include both a cluster IP and cluster network names which are separate from the cluster IP and network name. They operate independently, so the fact that the cluster IP and network name are offline should have no effect on the operation of the SQL instance.

    Cluster resources being offline would affect management of the cluster, as those resources are needed for management of the cluster. However, if the cluster resources remain offline for an extended period of time, the cluster will stop working. Being offline can be a temporary condition, as the cluster will try to bring the resources back online.


  2. Anonymous
    2020-08-10T07:39:32.017+00:00

    Hi,
    The cluster core resource is a set of resources required to be online in order to operate the cluster. Failure of a core resource does not necessarily lead to the failure of your cluster roles, e.g., the cluster name is offline and the cluster roles are still running.

    You could open your Failover Cluster Manager and check which resource is offline.

    For more details you could refer to this link
    https://learn.microsoft.com/en-us/previous-versions/windows/desktop/mscs/core-resources

    Best Regards,
    Ian


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.