Maison >base de données >tutoriel mysql >禁用Clusterware在系统启动后自动启动

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

WBOY
WBOYoriginal
2016-06-07 16:10:051259parcourir

下面是禁用及启用Clusterware随系统启动而自动启动的方法 10g下我们用如下方法: 禁用Clusterware随系统启动而自动启动 /etc/init.d/init.crs disable 启用Clusterware随系统启动而自动启动 /etc/init.d/init.crs enable 11g下我们用如下方法: 禁用Clusterw

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

Déclaration:
Le contenu de cet article est volontairement contribué par les internautes et les droits d'auteur appartiennent à l'auteur original. Ce site n'assume aucune responsabilité légale correspondante. Si vous trouvez un contenu suspecté de plagiat ou de contrefaçon, veuillez contacter admin@php.cn
Article précédent:三种基本的存储引擎比较Article suivant:Innobackupex全备数据库