標籤:oracle crs
對於unknown的進程要crs_stop -f 加進程名
再start
crs啟動失敗 crs_start -all CRS-0184: Cannot communicate with the CRS daemon.
因為crs_start屬於應用程式層的指令,啟動crs的時候會失敗
[[email protected] ~]$ crs_start -all
CRS-0184: Cannot communicate with the CRS daemon.
[[email protected] ~]$ crs_stat -t
CRS-0184: Cannot communicate with the CRS daemon.
ps -ef |grep init
crs有個啟動的高可能進程 開機它在自動起 CRS
有時候開機啟不起來 可以先殺了這個進程試下
/etc/init.d/init.ohasd
所以要在叢集層啟動crs
使用root使用者權限執行crsctl
或者 /etc/init.d/init.crs
或者 /u01/app/11.2.0/grid/bin/crsctl start crs
[[email protected] ~]# /oracle/product/crs/bin/crsctl start crs
Attempting to start CRS stack
The CRS stack will be started shortly
然後設定開機自啟動
[[email protected] ~]# /oracle/product/crs/bin/crsctl enable crs
[[email protected] ~]# /oracle/product/crs/bin/crsctl check crs
CSS appears healthy
CRS appears healthy
EVM appears healthy
再在oracle 使用者下使用crs_stat -t
本文出自 “香蕉” 部落格,請務必保留此出處http://8510298.blog.51cto.com/8500298/1550209
oracle 11g rac進程起停