首页 > 其他 > 详细

禁用Clusterware在系统启动后自动启动

时间:2014-11-12 17:53:45      阅读:352      评论:0      收藏:0      [点我收藏+]

   下面是禁用及启用Clusterware随系统启动而自动启动的方法

 

10g下我们用如下方法:

禁用Clusterware随系统启动而自动启动

 /etc/init.d/init.crs disable

 

启用Clusterware随系统启动而自动启动

/etc/init.d/init.crs enable

 

11g下我们用如下方法:

禁用Clusterware随系统启动而自动启动

./crsctl disable has

CRS-4621: Oracle High Availability Servicesautostart is disabled.

 

./crsctl config has

CRS-4621: Oracle High Availability Servicesautostart is disabled.

##验证has状态(此时已经has状态已经变成disabled)

 

启用Clusterware随系统启动而自动启动

./crsctl enable has

CRS-4622: Oracle High Availability Servicesautostart is enabled.

 

./crsctl config has

CRS-4622: Oracle High Availability Servicesautostart is enabled.

##验证has状态(此时已经has状态已经变成enabled)

 

禁用Clusterware在系统启动后自动启动

原文:http://blog.csdn.net/shaochenshuo/article/details/41045905

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!