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

2023-12-25 13:44

本文主要是介绍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

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

这篇关于CRS-4995: The command ‘start resource’ is invalid in crsctl.的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!



http://www.chinasem.cn/article/535722

相关文章

解决systemctl reload nginx重启Nginx服务报错:Job for nginx.service invalid问题

《解决systemctlreloadnginx重启Nginx服务报错:Jobfornginx.serviceinvalid问题》文章描述了通过`systemctlstatusnginx.se... 目录systemctl reload nginx重启Nginx服务报错:Job for nginx.javas

GNSS CTS GNSS Start and Location Flow of Android15

目录 1. 本文概述2.CTS 测试3.Gnss Flow3.1 Gnss Start Flow3.2 Gnss Location Output Flow 1. 本文概述 本来是为了做Android 14 Gnss CTS 的相关环境的搭建和测试,然后在测试中遇到了一些问题,去寻找CTS源码(/cts/tests/tests/location/src/android/locat

Oracle Start With关键字

Oracle Start With关键字 前言 旨在记录一些Oracle使用中遇到的各种各样的问题. 同时希望能帮到和我遇到同样问题的人. Start With (树查询) 问题描述: 在数据库中, 有一种比较常见得 设计模式, 层级结构 设计模式, 具体到 Oracle table中, 字段特点如下: ID, DSC, PID; 三个字段, 分别表示 当前标识的 ID(主键), DSC 当

jenkins 插件执行shell命令时,提示“Command not found”处理方法

首先提示找不到“Command not found,可能我们第一反应是查看目标机器是否已支持该命令,不过如果相信能找到这里来的朋友估计遇到的跟我一样,其实目标机器是没有问题的通过一些远程工具执行shell命令是可以执行。奇怪的就是通过jenkinsSSH插件无法执行,经一番折腾各种搜索发现是jenkins没有加载/etc/profile导致。 【解决办法】: 需要在jenkins调用shell脚

笔记整理—内核!启动!—kernel部分(2)从汇编阶段到start_kernel

kernel起始与ENTRY(stext),和uboot一样,都是从汇编阶段开始的,因为对于kernel而言,还没进行栈的维护,所以无法使用c语言。_HEAD定义了后面代码属于段名为.head .text的段。         内核起始部分代码被解压代码调用,前面关于uboot的文章中有提到过(eg:zImage)。uboot启动是无条件的,只要代码的位置对,上电就工作,kern

java读取resource/通过文件名获取文件类型

java读取resource java读取resource目录下文件的方法: 借助Guava库的Resource类 Resources.getResource("test.txt") 通过文件名获取文件类型 mongodb java

Oracle start with connect BY 死循环

解决办法 检查start with前有没有where条件, 如果有的话,套一层select,再 Oracle start with connect BY

iOS项目发布提交出现invalid code signing entitlements错误。

1、进入开发者账号,选择App IDs,找到自己项目对应的AppId,点击进去编辑, 2、看下错误提示出现  --Specifically, value "CVYZ6723728.*" for key "com.apple.developer.ubiquity-container-identifiers" in XX is not supported.-- 这样的错误提示 将ubiquity

访问controller404:The origin server did not find a current representation for the target resource

ider build->rebuild project。Rebuild:对选定的目标(Project),进行强制性编译,不管目标是否是被修改过。由于 Rebuild 的目标只有 Project,所以 Rebuild 每次花的时间会比较长。 参考:资料

mybatis错误——java.io.IOException Could not find resource comxxxxxxMapper.xml

在学习Mybatis的时候,参考网上的教程进行简单demo的搭建,配置的没有问题,然后出现了下面的错误! Exception in thread "main" java.lang.RuntimeException: org.apache.ibatis.builder.BuilderException: Error parsing SQL Mapper Configuration. Cause: