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

相关文章

# bash: chkconfig: command not found 解决方法

bash: chkconfig: command not found 解决方法 一、chkconfig 错误描述: 这个错误表明在 Bash 环境下,尝试执行 chkconfig 命令,但是系统找不到这个命令。chkconfig 命令是一个用于管理 Linux 系统中服务的启动和停止的工具,通常它是 initscripts 包的一部分,但在最新的 Linux 发行版中可能已经被 syste

【ASP.NET】 No 'Access-Control-Allow-Origin' header is present on the requested resource.

前端JS用XMLHttpRequest,请求后端数据。出现了No ‘Access-Control-Allow-Origin’ header is present on the requested resource. 我是使用的ASP.NET框架。 解决办法: 在Web.config文件相应地方添加: <?xml version="1.0" encoding="utf-8"?><confi

crontab: command not found

[root@localhost syweb-sdkapi-new_manager]# crontab -e -bash: crontab: command not found 解决方法: yum install vixie-cron yum install crontabs service crond start           /etc/init.d/crond

vue dist文件打开index.html报Failed to load resource: net::ERR_FILE_NOT_FOUND

本地正常。打包好的dist文件打开index.html报Failed to load resource: net::ERR_FILE_NOT_FOUND 解决办法: 在webpack.prod.conf.js 中output添加参数publicPath:’./’ 在webpack.base.conf.js里 publicPath: process.env.NODE_ENV === ‘pro

如何解决matplotlib运行出现的Invalid DISPLAY variable

最近在服务器上运行matplotlib相关的脚本时遇到了"Invalid DISPLAY variable"报错,从报错中就可以知道这是因为没有显示设备导致的报错。 解决方案: 方案一: ~/.config/matplotlib/matplotlibr,在里面添加backend : Agg 这个方案不一定有用,如果失效考虑下面两种 方案二: 更换后端 可以先设置后端,然后导入pyp

「生信Debug」OpenBLAS blas_thread_init: pthread_create: Resource temporarily unavailable

BLAS(Basic Linear Algebra Subprograms),翻译为基础线性代数子程序库,里面拥有大量已经编写好的关于线性代数运算的程序。OpenBLAS是其中一个实现了相关运算的开源程序库,其他软件在开发的时候就不需要额外造轮子,直接调用相关的API即可。 之前在使用OrthoFinder遇到了类似的问题,见https://github.com/davidemms/OrthoF

加载org.Hs.eg.db为什么出现error: $ operator is invalid for atomic vectors报错和解决方法

在Bioconductor上已经有人提了问题,并且有了回答(地址:https://support.bioconductor.org/p/9136329/) 简单的说,就是Rstduio出来背锅,最新的RSQLite(v2.2.6)和Rstudio存在冲突,以后要么是RSQLite迁就RStduio,要么就是Rstudio迁就RQLite。 不过目前也不是不能用,以下是解决方法 方法1 手动设

在Eclipse里面启动tomcat服务器出现Server Tomcat v8.0 Server at localhost failed to start.问题

可能的原因是由于在写注解@WebServlet里面的url是出现同名的uri导致tomcat启动失败,或者在配置web.xml部署描述符时出现同名的url-parrtens:

Failed to load resource: the server responded with a status of 404

搞来搞去附件下载请求的地址老包404,我用的easyui1.5   引用下载插件 <script type="text/javascript" src="${ctx}/js/fileUploadOver.js"></script> 注意后期版本有所改动,没了  success: function(data, status)  //服务器成功响应处理函数

json--eval--VM1423:3 Uncaught SyntaxError: Invalid or unexpected token

VM1423:3 Uncaught SyntaxError: Invalid or unexpected token     感觉几天没写了。今天遇到个问题,Java后台返回json格式的数据,但是在用eval转换的时候 报错 js报错,Uncaught SyntaxError: Unexpected token }不知道哪里错,求解答! function processRespo