0

I've been trying to find out why the default "cluster group" is showing as offline when I run Get-ClusterGroup.

It shows Available Storage and Cluster Group. I found that "Available Storage" is offline because there is no unused cluster disk.

4
  • Which dbms are you using? (This isn't really related to the SQL language,) Commented Oct 20, 2022 at 9:31
  • I'm running SQL server 2017 on a Windows Server 2016 Failover Cluster Manager Commented Oct 20, 2022 at 9:40
  • I don't think that we will ever know. Have you tried starting the cluster group (Get-ClusterGroup 'cluster group' | start-clustergroup;)? If it starts, you're good. If not, you should have some messages in the cluster log about why it wasn't started. Also, if it does start, I'd suggest moving it around using Move-ClusterGroup -Node ... to each of the nodes in the cluster that you'd expect to be able to own it. Commented Oct 20, 2022 at 14:28
  • @BenThul I guess I was not clear in my query. I'm not looking to start it; I want to know why it exists? Commented Oct 21, 2022 at 7:19

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.