Windows for business | Windows Server | Storage high availability | Clustering and high availability
1,121 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have a question about the MSFC boot operation in Windows Server 2008.
Is there a procedure to start the entire cluster with Failover Cluster Manager?
Hi @ys10
In 2008 WSFC You can also use the switches when you start the Cluster service from the command line. as below example:
net start clussvc.exe / switch or using Powershell Start-ClusterNode –Name "WS-CLUSTER2008" -FixQuorum
Hope this answers your question :)
Thank you.
--
--If the reply is helpful, please Upvote and Accept as answer--