9.11 Oracle Clusterwareの機能の確認
インストール後、crsctl
ユーティリティを使用して、Oracle Clusterwareインストールが適切にインストールされ、動作していることを確認します。
例9-2 Oracle Clusterwareのステータスの確認
クラスタの各ノードでOracle Clusterwareコンポーネントのステータスを確認するには、次のコマンドを実行します。C:\..\bin\> crsctl check cluster -all
このコマンドの出力結果は、次のようになります。$ crsctl check cluster -all
**************************************************************
node1:
CRS-4537: Cluster Ready Services is online
CRS-4529: Cluster Synchronization Services is online
CRS-4533: Event Manager is online
**************************************************************
node2:
CRS-4537: Cluster Ready Services is online
CRS-4529: Cluster Synchronization Services is online
CRS-4533: Event Manager is online
**************************************************************
node3:
CRS-4537: Cluster Ready Services is online
CRS-4529: Cluster Synchronization Services is online
CRS-4533: Event Manager is online
**************************************************************