9.7 Oracle Clusterwareの機能の確認

インストール後、crsctlユーティリティを使用して、Oracle Clusterwareインストールが適切にインストールされ、動作していることを確認します。

  • 管理者グループのメンバーとしてログインし、Gridホームのbinディレクトリから次のコマンドを実行します。
    crsctl check cluster -all

例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
**************************************************************