Check status of cluster file share witness

Chris Stankevitz 396 Reputation points
2020-11-16T12:52:05.263+00:00

I have two cluster nodes and one file share witness. How do I determine whether or not the cluster nodes are happy with the file share witness? And also the date/time that the node declared it was happy. I want to add an alert if/when the nodes lose access to the file share witness.

Get-ClusterQuorum doesn't tell me whether or not the connection is "healthy".

Thank you,

Chris

Windows Server Clustering
Windows Server Clustering
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.Clustering: The grouping of multiple servers in a way that allows them to appear to be a single unit to client computers on a network. Clustering is a means of increasing network capacity, providing live backup in case one of the servers fails, and improving data security.
989 questions
0 comments No comments
{count} votes

Accepted answer
  1. Chris Stankevitz 396 Reputation points
    2020-11-16T13:03:38.783+00:00

    Looks like Get-ClusterResource -Name "File Share Witness" | Select-Object * gets me what I want. I'm going to unplug the FSW and see if the state changes.

    Edit: sure enough about a minute after losing connection the State changed from Online to Failed.

    0 comments No comments

0 additional answers

Sort by: Most helpful

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.