问题描述
启动和关闭集群的命令是什么?
专家解答
单机ASM:
crsctl start has crsctl stop has
集群:
crsctl stop crs crsctl start crs
关闭集群命令:
crsctl stop cluster -a
启动集群命令:
crsctl start cluster -all
高可用性进程查看命令:
ps -ef|grep d.bin
暴力关闭集群:
kill -9 `ps -ef|grep d.bin| grep -v grep | awk '{print $2}'` ps -ef |grep d.bin|grep -v grep|awk '{print $2}' | xargs kill -9
【版权声明】本文为墨天轮用户原创内容,转载时必须标注文章的来源(墨天轮),文章链接,文章作者等基本信息,否则作者和墨天轮有权追究责任。如果您发现墨天轮中有涉嫌抄袭或者侵权的内容,欢迎发送邮件至:contact@modb.pro进行举报,并提供相关证据,一经查实,墨天轮将立刻删除相关内容。