Change Vote Weight of WSFC Node Servers

Change Vote Weight of WSFC Node Servers

Currently, my node servers have the voting values as the following.

image-20220606171346007

In Windows PowerShell, we can view the node servers by get-clusternode.

image-20220606171619268

Then, to change the vote weight,

1
2
# (get-clusternode NODE_NAME).nodeweight = VALUE
(get-clusternode tjxiem406VM).nodeweight = 0
image-20220606172036812

Change Vote Weight of WSFC Node Servers
http://example.com/2022/06/06/Change Vote Weight of WSFC Node Servers/
Author
Jiacheng Xie
Posted on
June 6, 2022
Licensed under