Hello,
I'm trying to remotely administer my windows clusters and fail them over with a PowerShell Script. The server I'm using is not a clustered server. I've already installed the Failover Clustering Tools. I'm able to retrieve information about my clusters but when I try to fail them over I receive an error saying "The cluster service is not running."
The command I'm using is 'Get-ClusterNode $Server | Get-ClusterGroup | Move-ClusterGroup'
Error message: 'Get-ClusterNode : The cluster service is not running. Make sure that the service is running on all nodes in the cluster'
Is there a way to install the cluster service or is there a different way to go around this error?
Thank you!