以下是禁用及启用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)

 

相关文章:

  • 2022-12-23
  • 2021-12-04
  • 2022-12-23
  • 2022-12-23
  • 2021-11-25
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-06-30
  • 2022-01-16
  • 2021-11-04
  • 2022-12-23
  • 2021-05-09
  • 2022-12-23
相关资源
相似解决方案