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 |
|