首页 > 代码库 > 禁用Clusterware在系统启动后自动启动
禁用Clusterware在系统启动后自动启动
下面是禁用及启用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在系统启动后自动启动
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。