CRS-4995: The command ‘start resource’ is invalid in crsctl.

发布时间:2023年12月25日

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

crsctl start resource ora.DATA.ACFS.advm

CRS-4995:? The command 'start? resource' is invalid in crsctl. Use srvctl for this command.

1

2

srvctl start resource ora.DATA.ACFS.advm

PRKO-2001 : Invalid command line syntax

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

crsctl start resource ora.DATA.ACFS.advm -unsupported

文章来源:https://blog.csdn.net/jycjyc/article/details/135196865
本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。