crsctl stat res -t 和 crsctl stat res -init -t
11.2.0.2的grid infrastructure中crsctl stat res命令不再显示如ora.cssd、ora.ctssd、ora.diskmon等基础资源的信息。但是查看这些基础资源的状态信息对于系统状态检查很有意义的。如果想要了解这些resource状态需要加上-init选项。
11.2.0.4为例:
- $ crsctl query crs activeversion
- Oracle Clusterware active version on the cluster is [11.2.0.4.0]
- $ crsctl stat res -init -t
- --------------------------------------------------------------------------------
- NAME TARGET STATE SERVER STATE_DETAILS
- --------------------------------------------------------------------------------
- Cluster Resources
- --------------------------------------------------------------------------------
- ora.asm
- 1 ONLINE ONLINE db1 Started
- ora.cluster_interconnect.haip
- 1 ONLINE ONLINE db1
- ora.crf
- 1 ONLINE ONLINE db1
- ora.crsd
- 1 ONLINE ONLINE db1
- ora.cssd
- 1 ONLINE ONLINE db1
- ora.cssdmonitor
- 1 ONLINE ONLINE db1
- ora.ctssd
- 1 ONLINE ONLINE db1 ACTIVE:0
- ora.diskmon
- 1 OFFLINE OFFLINE
- ora.drivers.acfs
- 1 ONLINE ONLINE db1
- ora.evmd
- 1 ONLINE ONLINE db1
- ora.gipcd
- 1 ONLINE ONLINE db1
- ora.gpnpd
- 1 ONLINE ONLINE db1
- ora.mdnsd
- 1 ONLINE ONLINE db1
- $ crsctl stat res -t
- --------------------------------------------------------------------------------
- NAME TARGET STATE SERVER STATE_DETAILS
- --------------------------------------------------------------------------------
- Local Resources
- --------------------------------------------------------------------------------
- ora.CRS.dg
- ONLINE ONLINE db1
- ONLINE ONLINE db2
- ora.DATA.dg
- ONLINE ONLINE db1
- ONLINE ONLINE db2
- ora.LISTENER.lsnr
- ONLINE ONLINE db1
- ONLINE ONLINE db2
- ora.asm
- ONLINE ONLINE db1 Started
- ONLINE ONLINE db2 Started
- ora.gsd
- OFFLINE OFFLINE db1
- OFFLINE OFFLINE db2
- ora.net1.network
- ONLINE ONLINE db1
- ONLINE ONLINE db2
- ora.ons
- ONLINE ONLINE db1
- ONLINE ONLINE db2
- ora.registry.acfs
- ONLINE ONLINE db1
- ONLINE ONLINE db2
- --------------------------------------------------------------------------------
- Cluster Resources
- --------------------------------------------------------------------------------
- ora.LISTENER_SCAN1.lsnr
- 1 ONLINE ONLINE db1
- ora.cvu
- 1 ONLINE ONLINE db2
- ora.oc4j
- 1 ONLINE ONLINE db2
- ora.scan1.vip
- 1 ONLINE ONLINE db1
- ora.db1.vip
- 1 ONLINE ONLINE db1
- ora.db2.vip
- 1 ONLINE ONLINE db2
- ora.rdb.db
- 1 ONLINE ONLINE db2 Open
- 2 ONLINE ONLINE db1 Open
12.1.0.2为例:
- $ crsctl query crs activeversion
- Oracle Clusterware active version on the cluster is [12.1.0.2.0]
- $ crsctl stat res -t
- --------------------------------------------------------------------------------
- Name Target State Server State details
- --------------------------------------------------------------------------------
- Local Resources
- --------------------------------------------------------------------------------
- ora.CRS.dg
- ONLINE ONLINE rac12c1 STABLE
- ONLINE ONLINE rac12c2 STABLE
- ora.DATA.dg
- ONLINE ONLINE rac12c1 STABLE
- ONLINE ONLINE rac12c2 STABLE
- ora.FRA.dg
- ONLINE ONLINE rac12c1 STABLE
- ONLINE ONLINE rac12c2 STABLE
- ora.LISTENER.lsnr
- ONLINE ONLINE rac12c1 STABLE
- ONLINE ONLINE rac12c2 STABLE
- ora.asm
- ONLINE ONLINE rac12c1 Started,STABLE
- ONLINE ONLINE rac12c2 Started,STABLE
- ora.net1.network
- ONLINE ONLINE rac12c1 STABLE
- ONLINE ONLINE rac12c2 STABLE
- ora.ons
- ONLINE ONLINE rac12c1 STABLE
- ONLINE ONLINE rac12c2 STABLE
- --------------------------------------------------------------------------------
- Cluster Resources
- --------------------------------------------------------------------------------
- ora.LISTENER_SCAN1.lsnr
- 1 ONLINE ONLINE rac12c1 STABLE
- ora.MGMTLSNR
- 1 ONLINE ONLINE rac12c2 169.254.86.73 10.10.
- 18.142,STABLE
- ora.cvu
- 1 ONLINE ONLINE rac12c2 STABLE
- ora.mgmtdb
- 1 ONLINE ONLINE rac12c2 Open,STABLE
- ora.oc4j
- 1 ONLINE ONLINE rac12c2 STABLE
- ora.rac12c.db
- 1 ONLINE OFFLINE Instance Shutdown,ST
- ABLE
- 2 ONLINE ONLINE rac12c2 Open,STABLE
- ora.rac12c1.vip
- 1 ONLINE ONLINE rac12c1 STABLE
- ora.rac12c2.vip
- 1 ONLINE ONLINE rac12c2 STABLE
- ora.scan1.vip
- 1 ONLINE ONLINE rac12c1 STABLE
- --------------------------------------------------------------------------------
- $ crsctl stat res -init -t
- --------------------------------------------------------------------------------
- Name Target State Server State details
- --------------------------------------------------------------------------------
- Cluster Resources
- --------------------------------------------------------------------------------
- ora.asm
- 1 ONLINE ONLINE rac12c1 Started,STABLE
- ora.cluster_interconnect.haip
- 1 ONLINE ONLINE rac12c1 STABLE
- ora.crf
- 1 ONLINE ONLINE rac12c1 STABLE
- ora.crsd
- 1 ONLINE ONLINE rac12c1 STABLE
- ora.cssd
- 1 ONLINE ONLINE rac12c1 STABLE
- ora.cssdmonitor
- 1 ONLINE ONLINE rac12c1 STABLE
- ora.ctssd
- 1 ONLINE ONLINE rac12c1 ACTIVE:0,STABLE
- ora.diskmon
- 1 OFFLINE OFFLINE STABLE
- ora.evmd
- 1 ONLINE ONLINE rac12c1 STABLE
- ora.gipcd
- 1 ONLINE ONLINE rac12c1 STABLE
- ora.gpnpd
- 1 ONLINE ONLINE rac12c1 STABLE
- ora.mdnsd
- 1 ONLINE ONLINE rac12c1 STABLE
- ora.storage
- 1 ONLINE ONLINE rac12c1 STABLE
- --------------------------------------------------------------------------------
此外在11.2.0.2的grid infrastructure中想启动、停止、修改这些init资源时都需要加上-init选项,否则将出现CRS-2613: Could not find resource错误。
crsctl stat res -t 和 crsctl stat res -init -t的更多相关文章
- name lookup of 'res' changed for new ISO 'res' scoping
#include<iostream> using namespace std; int pow ( int val, int exp ); int main() { int val = 2 ...
- TypeError: Object function (req, res, next) { app.handle(req, res, next); } has no method 'configure'
TypeError: Object function (req, res, next) { app.handle(req, res, next); } has no method 'configure ...
- android 根据res文件夹下(如res/raw)文件名获取其id
android 根据res文件夹下(如res/raw)文件名获取其id //测试是否能够获取其资源ID int treeId = mv.getResources().getIdentifier(fil ...
- Android Studio分类整理res/Layout中的布局文件(创建子目录)
res/layout中的布局文件太杂,没有层次感,受不了的我治好想办法解决这个问题. 前几天看博客说可以使用插件分组,可惜我没找到.知道看到另一篇博客时,才知道这个方法不能用了. 不能用插件,那就手动 ...
- Express4.x常用API(一):res
最近在学习NodeJS,用到了express,看着官网上的API手册,打算把其中比较常用到的API根据自己理解翻译一下,方便自己学习使用. 该篇打算用来记录下express中res. 由于水平有限,希 ...
- 三个特殊资源目录 /res/xml /res/raw 和 /assets
在android开发中,我们离不开资源文件的使用,从drawable到string,再到layout,这些资源都为我们的开发提供了极大的便利,不过我们平时大部分时间接触的资源目录一般都是下面这三个. ...
- delphi res 字符串资源
delphi res 字符串资源 (2011/12/10 19:19:36) //res 字符串资源 //rc 文件:StringTablebegin0 "AAAA"1 " ...
- 【转】android资源目录---assets与res/raw区别
blog.csdn.net/hshm20517/article/details/6461890 assets:用于存放需要打包到应用程序的静态文件,以便部署到设备中.与res/raw不同点在于,ASS ...
- AssetsUtils【读取assets、res/raw、./data/data/包名/目录下的文件】
版权声明:本文为HaiyuKing原创文章,转载请注明出处! 前言 封装了以下功能: 1.读取assets目录下的资源html.文件.图片,将文件复制到SD卡目录中: 2.读取res/raw目录下的文 ...
随机推荐
- python twisted启动定时服务
以下是python脚本send_mms.py #############################################!/usr/bin/python# -*- coding: ut ...
- NSDate 获取明天、后天的日期
NSDate * senddate=[NSDate date]; NSCalendar *gregorian = [[NSCalendar alloc] initWithCalendarIde ...
- XPath学习:轴(14)——总结
原文地址:http://www.cnblogs.com/zhaozhan/archive/2009/09/10/1564396.html XPath 是一门在 XML 文档中查找信息的语言.XPath ...
- laravel 外键schema RBAC
$table->bigIncrements('id') ; Incrementing ID (primary key) using a " UNSIGNED BIG INTEGE ...
- corresponding SQLSTATE values general error
http://dev.mysql.com/doc/refman/5.7/en/error-messages-server.html B.3 Server Error Codes and Message ...
- 如何获取DIV的id
$(obj).attr("id");参数可以是id也可以是其他例如name等属性
- 六 mybatis高级映射(一对一,一对多,多对多)
1 订单商品数据模型 以订单商品数据为模型,来对mybaits高级关系映射进行学习.
- ubuntu Nodejs和npm的安装
cnpm install -g XXX errors : npm i --registry=https://registry.npm.taobao.org 标签: nodejsnpm 20 ...
- hive中的常用方法(case,cast,unix_timestamp)
1.case的用法 )格式1 case col when value then '' when value then '' else '' end )格式2 case when col='value' ...
- 在Windows上一键编译各种版本的Protobuf
所需工具 : cmake for windows 和 git for windows 原理:protobuf 是google的一个开源项目,其源代码在github上可以下载到,并且源码都采用cm ...