码迷,mamicode.com
首页 > 其他好文 > 详细

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

时间:2014-11-12 17:56:42      阅读:185      评论:0      收藏:0      [点我收藏+]

标签:禁用clusterware在系统启动后自   etcinit.dinit.crs di   etcinit.dinit.crs en   .crsctl enable has   

   下面是禁用及启用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在系统启动后自动启动

标签:禁用clusterware在系统启动后自   etcinit.dinit.crs di   etcinit.dinit.crs en   .crsctl enable has   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!