如果您要移除的裝置不是叢集中的最後一個 quorum 裝置,請使用前一個程序。"4.1.2 如何移除 Quorum 裝置".
所有二個節點的叢集都需要至少一個已配置的 quorum 裝置。如果它就是二節點叢集上的最後一個 quorum 裝置,叢集必須先進入安裝模式,scconf(1M) 才會容許您從配置移除裝置。只有在要從叢集移除節點時,才需要這樣做。
在叢集的某個節點成為超級使用者(superuser),並使要移除的節點進入維護狀態。
使叢集進入安裝模式。
# scconf -c -q installmode |
使用 scconf 指令移除 quorum 裝置。
# scconf -r -q globaldev=device |
確認 quorum 裝置移除成功。
# scstat -q |
這個範例顯示如何移除保留在叢集配置中最後一個保留的叢集配置。
[Become superuser on any node.] [Place the cluster in install mode:] # scconf -c -q installmode [Remove the quorum device:] # scconf -r -q globaldev=d3 [Verify the quorum device has been removed:] # scstat -q -- Quorum Summary -- Quorum votes possible: 2 Quorum votes needed: 2 Quorum votes present: 2 -- Quorum Votes by Node -- Node Name Present Possible Status --------- ------- -------- ------ Node votes: phys-schost-1 1 1 Online Node votes: phys-schost-2 1 1 Online -- Quorum Votes by Device -- Device Name Present Possible Status Owner ----------- ------- -------- ------ ----- |