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

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 http://www.linuxidc.com/Linux/2014-03/99112.htm

Oracle 11g R2 RAC 卸载 grid http://www.linuxidc.com/Linux/2013-09/89745.htm

重新配置与卸载Oracle 11gR2 grid Infrastructure http://www.linuxidc.com/Linux/2013-07/87533.htm

安装Oracle 10.2.0.1 grid control时提示OUI-25031错误解决方法http://www.linuxidc.com/Linux/2013-05/84923.htm

Oracle grid Control OUI-25031错误处理一则 http://www.linuxidc.com/Linux/2013-03/80646.htm

RedHat 5.8 安装Oracle 11gR2_grid集群 http://www.linuxidc.com/Linux/2013-01/78779.htm

更多Oracle相关信息见Oracle 专题页面 http://www.linuxidc.com/topicnews.aspx?tid=12

本文永久更新链接地址http://www.linuxidc.com/Linux/2014-05/102158.htm

posted @ 2015-05-13 18:02  hello-Jesson  阅读(711)  评论(0)    收藏  举报