While we are trying to create a cluster via powershell, We are getting error like "The Cluster service is not running. Make sure the services running on the all nodes in the cluster"

Anonymous
2023-08-28T09:26:37+00:00

Hi Experts.

While we are trying to create a cluster via powershell, We are getting error like "The Cluster service is not running. Make sure the services running on the all nodes in the cluster"

I have attached the screenshot as well. Experts please suggest some solution.

If you need the powershell script, I will share it here.

I am waiting for the reply

Windows for business | Windows Server | User experience | PowerShell

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments
{count} votes

5 answers

Sort by: Most helpful
  1. Anonymous
    2023-08-29T06:41:18+00:00

    Hi,

    As the error message indicates, the cluster service (clussvc) is not in the Running state. Do you run the Get-Cluster cmdlet on a cluster node? If yes, run cluster validation from the Failover Cluster Manager and see if there is any clue in the validation report. You can follow the steps in the troubleshooting guidance below.

    Cluster service fails to start troubleshooting guidance - Windows Server | Microsoft Learn

    Best Regards,

    Ian Xue

    0 comments No comments
  2. Anonymous
    2023-08-29T07:06:09+00:00

    @Ian Xue,

    Hi Xue,

    Thank for your response.

    We have already followed the same troubleshooting steps. But its not working. We are getting the same error.

     I was trying to run the below comment. I am getting error like - start-clusternode the system cannot find the file specified. How can i fix this error. Please let me know.
    Start-ClusterNode –Name "WS-CLUSTER1" -FixQuorum
    When I was checking the cluster service. It was not running. When I am trying to enable the service. I am getting the below error. I have attached the screenshot. I guess its needs to be running. Could you please help me how to fix this.

    I am looking forward to hearing from you

    0 comments No comments
  3. Anonymous
    2023-08-29T07:21:38+00:00

    @ian_xue

    Hi Xue,

    As you suggested I ran the Get-Cluster comment. I am getting the below error.

    The term 'Get-Cluster' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.

    I have imported the - Import-Module FailoverClusters. Still I got the error

    0 comments No comments
  4. Anonymous
    2023-08-29T23:32:29+00:00

    Experts anyone have any idea regarding this?

    We are not able to move for further activities since we blocked here.

    I am looking forward to hear you

    0 comments No comments
  5. Anonymous
    2023-08-30T07:41:56+00:00

    Do you run Get-Cluster on the same node? The cmdlet is recognized in your screenshots.

    Are there any error messages when the FailoverClusters module is imported? Check to see if the cmdlet is included in the commands of the FailoverClusters module.

    Get-Command -Module FailoverClusters

    0 comments No comments