對于unknown的進程要crs_stop -f 加進程名
成都創(chuàng)新互聯(lián)公司服務項目包括桓仁網站建設、桓仁網站制作、桓仁網頁制作以及桓仁網絡營銷策劃等。多年來,我們專注于互聯(lián)網行業(yè),利用自身積累的技術優(yōu)勢、行業(yè)經驗、深度合作伙伴關系等,向廣大中小型企業(yè)、政府機構等提供互聯(lián)網行業(yè)的解決方案,桓仁網站推廣取得了明顯的社會效益與經濟效益。目前,我們服務的客戶以成都為中心已經輻射到桓仁省份的部分城市,未來相信會繼續(xù)擴大服務區(qū)域并繼續(xù)獲得客戶的支持與信任!
再start
crs啟動失敗 crs_start -all CRS-0184: Cannot communicate with the CRS daemon.
因為crs_start屬于應用層的指令,啟動crs的時候會失敗
[oracle@host1 ~]$ crs_start -all
CRS-0184: Cannot communicate with the CRS daemon.
[oracle@host1 ~]$ crs_stat -t
CRS-0184: Cannot communicate with the CRS daemon.
ps -ef |grep init
crs有個啟動的高可能進程 開機它在自動起 CRS
有時候開機啟不起來 可以先殺了這個進程試下
/etc/init.d/init.ohasd
所以要在集群層啟動crs
使用root用戶權限執(zhí)行crsctl
或者 /etc/init.d/init.crs
或者 /u01/app/11.2.0/grid/bin/crsctl start crs
[root@host1 ~]# /oracle/product/crs/bin/crsctl start crs
Attempting to start CRS stack
The CRS stack will be started shortly
然后設置開機自啟動
[root@host1 ~]# /oracle/product/crs/bin/crsctl enable crs
[root@host1 ~]# /oracle/product/crs/bin/crsctl check crs
CSS appears healthy
CRS appears healthy
EVM appears healthy
再在oracle 用戶下使用crs_stat -t