禁用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)
本站文章为和通数据库网友分享或者投稿,欢迎任何形式的转载,但请务必注明出处.
同时文章内容如有侵犯了您的权益,请联系QQ:970679559,我们会在尽快处理。