>  기사  >  데이터 베이스  >  Oracle 11gR2 grid 集群资源设置跟随集群自动启动

Oracle 11gR2 grid 集群资源设置跟随集群自动启动

WBOY
WBOY원래의
2016-06-07 16:48:351212검색

Oracle 11gR2 grid 集群有些资源不会集群自动启动,需要手工启动,比如用srvctl和crs_start 等等,出现这种问题的原因大概是在集

Oracle 11gR2 grid 集群有些资源不会集群自动启动,,需要手工启动,比如用srvctl和crs_start 等等,出现这种问题的原因大概是在集群运行时,出现手工停止某些资源的情况。
 
查看resource 的启动属性
 
1:crsctl status resource resource_name -p
 auto_start的值为restore
 
修改成跟随集群软件自动启动
 
  1: crsctl modify res resource_name -attr auto_start=always

  2: 检查是否修改成功
 
crsctl status resource resource_name -p
 auto_start的值为always

以下是auto_start的解释。

AUTO_START

Indicates whether Oracle Clusterware automatically starts a resource after a cluster server restart. Valid AUTO_START values are:
 
always: Restarts the resource when the server restarts regardless of the state of the resource when the server stopped.

restore: Restores the resource to the same state that it was in when the server stopped. Oracle Clusterware attempts to restart the resource if the value of TARGET was ONLINE before the server stopped.

never: Oracle Clusterware never restarts the resource regardless of the state of the resource when the server stopped.

Oracle grid 11gR2 安装报错PRVF-5636

Oracle 11g R2 RAC 卸载 grid

重新配置与卸载Oracle 11gR2 grid Infrastructure

安装Oracle 10.2.0.1 grid control时提示OUI-25031错误解决方法

Oracle grid Control OUI-25031错误处理一则

RedHat 5.8 安装Oracle 11gR2_grid集群

本文永久更新链接地址:

linux

성명:
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.