Oracle Clusterwareの機能の確認
Oracle Grid Infrastructureのインストール後、Oracle Clusterwareのインストールが正しく行われ、適切に実行されていることを確認します。
インストール後にroot
としてログインし、次のコマンド構文を使用して、Oracle Clusterwareインストールが適切にインストールされ、動作していることを確認します。
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
**************************************************************
注意:
インストールが完了したら、Oracle Clusterwareの動作中は/tmp/.oracle
または/var/tmp/.oracle
、あるいはそのファイルを手動で削除したり、それらを削除するcron
ジョブを実行しないでください。これらのファイルを削除すると、Oracle Clusterwareが断続的にハングアップする可能性があり、エラーCRS-0184「CRSデーモンと通信できません。」
が発生します。