十年网站开发经验 + 多家企业客户 + 靠谱的建站团队
量身定制 + 运营维护+专业推广+无忧售后,网站问题一站解决
对于unknown的进程要crs_stop -f 加进程名
成都创新互联公司服务项目包括桓仁网站建设、桓仁网站制作、桓仁网页制作以及桓仁网络营销策划等。多年来,我们专注于互联网行业,利用自身积累的技术优势、行业经验、深度合作伙伴关系等,向广大中小型企业、政府机构等提供互联网行业的解决方案,桓仁网站推广取得了明显的社会效益与经济效益。目前,我们服务的客户以成都为中心已经辐射到桓仁省份的部分城市,未来相信会继续扩大服务区域并继续获得客户的支持与信任!
再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用户权限执行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