{"id":1956,"date":"2021-07-07T08:55:26","date_gmt":"2021-07-07T06:55:26","guid":{"rendered":"https:\/\/itsimple.info\/?p=1956"},"modified":"2021-07-07T08:55:27","modified_gmt":"2021-07-07T06:55:27","slug":"how-to-start-hyper-v-cluster-without-quorum","status":"publish","type":"post","link":"https:\/\/itsimple.info\/?p=1956","title":{"rendered":"How To Start Hyper-V cluster Without Quorum"},"content":{"rendered":"\n<p>Some time the quorum is on storage disk and in certain case this disk is not mounted there for the culster do not start, to force start the cluster :<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"PowerShellProcedure\">Using Powershell<\/h2>\n\n\n\n<h5 class=\"wp-block-heading\" id=\"to-force-a-cluster-to-start-without-a-quorum-1\">To force a cluster to start without a quorum<\/h5>\n\n\n\n<ol class=\"wp-block-list\"><li>Start an elevated Windows PowerShell via\u00a0<strong>Run as Administrator<\/strong>.<\/li><li>Import the\u00a0<code>FailoverClusters<\/code>\u00a0module to enable cluster commandlets.<\/li><li>Use\u00a0<code>Stop-ClusterNode<\/code>\u00a0to make sure that the cluster service is stopped.<\/li><li>Use\u00a0<code>Start-ClusterNode<\/code>\u00a0with\u00a0<code>-FixQuorum<\/code>\u00a0to force the cluster service to start.<\/li><li>Use\u00a0<code>Get-ClusterNode<\/code>\u00a0with\u00a0<code>-Property NodeWeight = 1<\/code>\u00a0to set the value the guarantees that the node is a voting member of the<\/li><\/ol>\n\n\n\n<pre class=\"wp-block-preformatted\">Import-Module FailoverClusters\n\n$node = \"Always OnSrv02\" \nStop-ClusterNode -Name $node \nStart-ClusterNode -Name $node -FixQuorum  \n\n(Get-ClusterNode $node).NodeWeight = 1\n\nGet-ClusterNode-Cluster| Format-Table -property NodeName, State, NodeWeight<\/pre>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"CommandPromptProcedure\">Using Net.exe<\/h2>\n\n\n\n<h5 class=\"wp-block-heading\" id=\"to-force-a-cluster-to-start-without-a-quorum-2\">To force a cluster to start without a quorum<\/h5>\n\n\n\n<ol class=\"wp-block-list\"><li>Use Remote Desktop to connect to the desired cluster node to force online.<\/li><li>Start an elevated Command Prompt via\u00a0<strong>Run as Administrator<\/strong>.<\/li><li>Use\u00a0<strong>net.exe<\/strong>\u00a0to make sure that the local cluster service is stopped.<\/li><li>Use\u00a0<strong>net.exe<\/strong>\u00a0with\u00a0<code>\/forcequorum<\/code>\u00a0to force the local cluster service to start.<\/li><\/ol>\n\n\n\n<pre class=\"wp-block-preformatted\">net.exe stop clussvc \nnet.exe start clussvc \/forcequorum  <\/pre>\n\n\n\n<p>After the cluster start make sure you have a valid quorum settings !<\/p>\n\n\n\n<p> <\/p>\n\n\n\n<figure class=\"wp-block-pullquote\" style=\"border-color:#00d084\"><blockquote><p><strong>Good Luck<\/strong><\/p><\/blockquote><\/figure>\n","protected":false},"excerpt":{"rendered":"<p>Some time the quorum is on storage disk and in certain case this disk is not mounted there for the culster do not start, to force start the cluster : Using Powershell To force a cluster to start without a quorum Start an elevated Windows PowerShell via\u00a0Run as Administrator. Import the\u00a0FailoverClusters\u00a0module to enable cluster commandlets. [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[20,12,18,14,15],"tags":[],"class_list":["post-1956","post","type-post","status-publish","format-standard","hentry","category-hyper-v","category-tutorials","category-virtualization","category-windows","category-windows-server"],"_links":{"self":[{"href":"https:\/\/itsimple.info\/index.php?rest_route=\/wp\/v2\/posts\/1956","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/itsimple.info\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/itsimple.info\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/itsimple.info\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/itsimple.info\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1956"}],"version-history":[{"count":0,"href":"https:\/\/itsimple.info\/index.php?rest_route=\/wp\/v2\/posts\/1956\/revisions"}],"wp:attachment":[{"href":"https:\/\/itsimple.info\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1956"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/itsimple.info\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1956"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/itsimple.info\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1956"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}