CRS-4995: The command ‘start resource’ is invalid in crsctl.
ntp时间调整后,节点1,advm 和acfs offline?
处理办法:
/u01/app/12.2.0.1/grid/bin/crsctl stop crs
/u01/app/12.2.0.1/grid/bin/crsctl start?crs
曾经尝试如下命令不起作用
/u01/app/12.2.0.1/grid/bin/acfsload start
/u01/app/12.2.0.1/grid/bin/acfsroot enable
如果crs不允许重启的情况下,可以先尝试如下命令:
crsctl start resource ora.RECOC1.ORABAK.advm -unsupported
crsctl start resource ora.recoc1.orabak.acfs -unsupported
相关:
如果ora.chad离线可使用如下命令:
srvctl start cha
其它参考:
CRS-4995: The command ‘start resource’ is invalid in crsctl. Use srvctl for this?command.
Yet Another Oracle Blog | My experience with Oracle
The new paradigm of manipulate cluster resources in 12c little bit annoying me.
1 2 |
|
1 2 |
|
It’s happens because of by design.?Doc ID 1966448.1, Doc ID 1918102.1. It means that you can’t use crsctl command to stop or start or modify resources anymore. If you want to stop for example ADVM resource you should stop DISKGROUP resource through srvctl command, because ADVM resource depends on DISKGROUP resource.
But fortunately exists special key?-unsupported?which can provide you use crsctl command for stop/start/modify.
1 |
|
本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。 如若内容造成侵权/违法违规/事实不符,请联系我的编程经验分享网邮箱:veading@qq.com进行投诉反馈,一经查实,立即删除!