クラスタ・イベントは,個々のメンバではなくクラスタとしてポストされる EVM (イベント・マネージャ) イベントです。
全クラスタ・イベントのリストを表示させるには,次のようなコマンドを使用します。
# evmwatch -i | evmshow -t "@name @cluster_event" | \
grep True$ | awk '{print $1}'
EVM 優先順位とイベントの説明を表示させるには,次のようなコマンドを使用します。
# evmwatch -i -f '[name event_name]' | \ evmshow -t "@name @priority" -x
たとえば次のように表示されます。
# evmwatch -i -f '[name sys.unix.clu.cfs.fs.served]' | \
evmshow -t "@name @priority" -x
sys.unix.clu.cfs.fs.served 200
This event is posted by the cluster filesystem (CFS) to
indicate that a filesystem has been mounted in the cluster,
or that a filesystem for which this node is the server has
been relocated or failed over.
EVM
優先順位については,
EvmEvent(5)EVM(5)