|
VMS Help SET, CLUSTER, /EXPECTED_VOTES, Examples *Conan The Librarian |
1.$ SET CLUSTER/EXPECTED_VOTES
The SET CLUSTER command in this example instructs the system
to calculate the total expected votes value for you, because
no value is specified as part of the command string. The system
uses the NODEn_VOTES + QUORUM_DISK_VOTES formula.
2.$ SET CLUSTER/EXPECTED_VOTES=9
The SET CLUSTER command in this example sets the total expected
votes to 9, which is the value specified in the command string.
|
|