crsctl stop crs -f 停止不成功 (SYSTEMDG in QUIESCING state)

文章介绍了OracleClusterResourceSuite(CRS)中遇到的QUIESCING状态问题,提供两种解决方案:一是杀死ohasd、gipcd等进程;二是重启节点。详细列出了这些进程的命令行操作实例。
摘要由CSDN通过智能技术生成

There exist two workarounds to solve this problem:

1.  kill these processes: ohasd, gipcd, mdnsd, gpnpd, evmd, and crsd

ohasd, gipcd, mdnsd, gpnpd, evmd, & crsd

OR

2.  reboot the node

This leaves the SYSTEMDG diskgroup in QUIESCING state (HTML report from Document 470211.1 ):

 

GROUP_NUMBER NAME STATE TYPE TOTAL_MB FREE_MB OFFLINE_DISKS
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3 SYSTEMDG QUIESCING NORMAL 894240 892024 0
0 RECO DISMOUNTED 0 0 0
0 DATA DISMOUNTED 0 0 0


 

Note: "The QUIESCING state occurs when the CRSCTL utility attempts to dismount a disk group that contains the Oracle Cluster Repository (OCR). The disk group cannot be dismounted until Cluster Ready Services (CRS) exits, because the disk group contains the OCR."

As workaround, please kill the next background processes (as root user) on each node:

ohasd, gipcd, mdnsd, gpnpd, evmd, & crsd

Example:

ps -fea | grep ohasd.bin | grep -v grep
ps -fea | grep gipcd.bin | grep -v grep
ps -fea | grep mdnsd.bin | grep -v grep
ps -fea | grep gpnpd.bin | grep -v grep
ps -fea | grep evmd.bin | grep -v grep
ps -fea | grep crsd.bin | grep -v grep

 
ohasd, gipcd, mdnsd, gpnpd, evmd, & crsd

Example:
 


[root@node1 ~]# ps -fea | grep ohasd.bin | grep -v grep
root 13783 1 0 Oct25 ? 00:01:41 <Grid Infrastructure Home>/bin/ohasd.bin reboot
[root@node1 ~]#
[root@node1 ~]# ps -fea | grep gipcd.bin | grep -v grep
oracle 13938 1 0 Oct25 ? 00:00:01 <Grid Infrastructure Home>/bin/gipcd.bin
[root@node1 ~]#
[root@node1 ~]# ps -fea | grep mdnsd.bin | grep -v grep
oracle 13943 1 0 Oct25 ? 00:00:05 <Grid Infrastructure Home>/bin/mdnsd.bin
[root@node1 ~]#
[root@node1 ~]# ps -fea | grep gpnpd.bin | grep -v grep
oracle 14178 1 0 Oct25 ? 00:00:03 <Grid Infrastructure Home>/bin/gpnpd.bin
[root@node1 ~]#
[root@node1 ~]# ps -fea | grep evmd.bin | grep -v grep
oracle 14481 1 0 Oct25 ? 00:00:02 <Grid Infrastructure Home>/bin/evmd.bin
[root@node1 ~]#
[root@node1 ~]# ps -fea | grep crsd.bin | grep -v grep
root 14684 1 0 Oct25 ? 00:05:31 <Grid Infrastructure Home>/bin/crsd.bin reboot

[root@dmorldb03 ~]# kill -9 13783 13938 13943 14178 14481 14684

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值