Suse11SP3系统平台Crsctl执行关闭时报错处理
admin
2023-05-05 04:01:07
0

Suse11SP3系统平台Crsctl执行关闭时报错处理

Crsctl执行关闭时报错。

jason1:/u01/app/11.2.0/grid/bin # ./crsctl stop crs

CRS-2791: Starting shutdown of Oracle High AvailabilityServices-managed resources on 'jason1'

CRS-2673: Attempting to stop 'ora.crsd' on 'jason1'

CRS-2790: Starting shutdown of Cluster Ready Services-managedresources on 'jason1'

CRS-2673: Attempting to stop 'ora.OCR.dg' on 'jason1'

CRS-2673: Attempting to stop 'ora.registry.acfs' on 'jason1'

CRS-2673: Attempting to stop 'ora.oracle.db' on 'jason1'

CRS-2673: Attempting to stop 'ora.LISTENER_SCAN1.lsnr' on'jason1'

CRS-2673: Attempting to stop 'ora.cvu' on 'jason1'

CRS-2673: Attempting to stop 'ora.LISTENER.lsnr' on 'jason1'

CRS-2673: Attempting to stop 'ora.oc4j' on 'jason1'

CRS-2677: Stop of 'ora.LISTENER.lsnr' on 'jason1' succeeded

CRS-2673: Attempting to stop 'ora.jason1.vip' on 'jason1'

CRS-2677: Stop of 'ora.cvu' on 'jason1' succeeded

CRS-2672: Attempting to start 'ora.cvu' on 'jason2'

CRS-2677: Stop of 'ora.LISTENER_SCAN1.lsnr' on 'jason1'succeeded

CRS-2673: Attempting to stop 'ora.scan1.vip' on 'jason1'

CRS-2677: Stop of 'ora.jason1.vip' on 'jason1' succeeded

CRS-2672: Attempting to start 'ora.jason1.vip' on 'jason2'

CRS-2676: Start of 'ora.cvu' on 'jason2' succeeded

CRS-2677: Stop of 'ora.scan1.vip' on 'jason1' succeeded

CRS-2672: Attempting to start 'ora.scan1.vip' on 'jason2'

CRS-2677: Stop of 'ora.oracle.db' on 'jason1' succeeded

CRS-2673: Attempting to stop 'ora.DATA.dg' on 'jason1'

CRS-2673: Attempting to stop 'ora.FRA.dg' on 'jason1'

CRS-2677: Stop of 'ora.registry.acfs' on 'jason1' succeeded

CRS-2676: Start of 'ora.jason1.vip' on 'jason2' succeeded

CRS-2676: Start of 'ora.scan1.vip' on 'jason2' succeeded

CRS-2672: Attempting to start 'ora.LISTENER_SCAN1.lsnr' on'jason2'

CRS-2677: Stop of 'ora.OCR.dg' on 'jason1' succeeded

CRS-2677: Stop of 'ora.FRA.dg' on 'jason1' succeeded

CRS-2677: Stop of 'ora.DATA.dg' on 'jason1' succeeded

CRS-2673: Attempting to stop 'ora.asm' on 'jason1'

CRS-2676: Start of 'ora.LISTENER_SCAN1.lsnr' on 'jason2'succeeded

CRS-2677: Stop of 'ora.asm' on 'jason1' succeeded

CRS-2677: Stop of 'ora.oc4j' on 'jason1' succeeded

CRS-2672: Attempting to start 'ora.oc4j' on 'jason2'

CRS-2676: Start of 'ora.oc4j' on 'jason2' succeeded

CRS-2673: Attempting to stop 'ora.ons' on 'jason1'

CRS-2677: Stop of 'ora.ons' on 'jason1' succeeded

CRS-2673: Attempting to stop 'ora.net1.network' on 'jason1'

CRS-2677: Stop of 'ora.net1.network' on 'jason1' succeeded

CRS-2792: Shutdown of Cluster Ready Services-managed resourceson 'jason1' has completed

CRS-2677: Stop of 'ora.crsd' on 'jason1' succeeded

CRS-2673: Attempting to stop 'ora.crf' on 'jason1'

CRS-2673: Attempting to stop 'ora.ctssd' on 'jason1'

CRS-2673: Attempting to stop 'ora.evmd' on 'jason1'

CRS-2673: Attempting to stop 'ora.asm' on 'jason1'

CRS-2673: Attempting to stop 'ora.mdnsd' on 'jason1'

CRS-2673: Attempting to stop 'ora.drivers.acfs' on 'jason1'

CRS-2677: Stop of 'ora.crf' on 'jason1' succeeded

CRS-2677: Stop of 'ora.evmd' on 'jason1' succeeded

CRS-2677: Stop of 'ora.mdnsd' on 'jason1' succeeded

CRS-2677: Stop of 'ora.ctssd' on 'jason1' succeeded

CRS-5022: Stop of resource "ora.drivers.acfs" failed:current state is "UNKNOWN"

CRS-2675: Stop of 'ora.drivers.acfs' on 'jason1' failed

CRS-2677: Stop of 'ora.asm' on 'jason1' succeeded

CRS-2673: Attempting to stop 'ora.cluster_interconnect.haip' on'jason1'

CRS-2677: Stop of 'ora.cluster_interconnect.haip' on 'jason1'succeeded

CRS-2673: Attempting to stop 'ora.cssd' on 'jason1'

CRS-2677: Stop of 'ora.cssd' on 'jason1' succeeded

CRS-2673: Attempting to stop 'ora.gipcd' on 'jason1'

CRS-2677: Stop of 'ora.gipcd' on 'jason1' succeeded

CRS-2673: Attempting to stop 'ora.gpnpd' on 'jason1'

CRS-2677: Stop of 'ora.gpnpd' on 'jason1' succeeded

CRS-2799: Failed toshut down resource 'ora.drivers.acfs' on 'jason1'

CRS-2795: Shutdownof Oracle High Availability Services-managed resources on 'jason1' has failed

CRS-4687: Shutdowncommand has completed with errors.

CRS-4000: CommandStop failed, or completed with errors.

jason1:/u01/app/11.2.0/grid/bin #

    查看crs日志发现每次关闭时否有如下日志存在

CRS-10001:07-Jan-16 23:23 ACFS-9118: oracleacfs.ko driver in use - cannot unload

证明每次在关闭资源ora.drivers.acfs时,还有程序在使用该模块导致关闭失败。查看MOS内容如下:

SLES: 11.2.0.3 "crsctl stop crs" Fails to Stop ora.drivers.acfs With CRS-2675 (文档 ID 1417294.1)
Suse11SP3系统平台Crsctl执行关闭时报错处理


In this Document

APPLIES TO:
Oracle Database - Enterprise Edition - Version 11.2.0.3 and later
SUSE \ UnitedLinux x86-64

SYMPTOMS

11.2.0.3 Grid Infrastructure on Suse Linux, "crsctl stop crs" or "crsctl stop crs -f" fails:

  • "crsctl stop crs" or "crsctl stop crs -f" output

CRS-2675: Stop of 'ora.drivers.acfs' on 'racnode1' failed
..
CRS-2799: Failed to shut down resource 'ora.drivers.acfs' on 'racnode1'
CRS-2795: Shutdown of Oracle High Availability Services-managed resources on 'racnode1' has failed
CRS-4687: Shutdown command has completed with errors.
CRS-4000: Command Stop failed, or completed with errors.

  • $GRID_HOME/log//alert.log

[client(4936)]CRS-10001:01-Feb-12 12:35 ACFS-9290: Waiting for ASM to shutdown.
[client(5098)]CRS-10001:01-Feb-12 12:35 ACFS-9118: oracleacfs.ko driver in use - cannot unload.
[client(5117)]CRS-10001:01-Feb-12 12:35 ACFS-9118: oracleacfs.ko driver in use - cannot unload.

/log/racnode1/agent/ohasd/orarootagent_root/orarootagent_root.log"

  • "$GRID_HOME/bin/acfsload stop" output

..
ACFS-9119: oracleacfs driver failed to unload.

  • $GRID_HOME/log//agent/ohasd/orarootagent_root/orarootagent_root.log

2012-02-15 09:44:43.219: [    AGFW][2097063696] {0:0:36062} Agent received the message: RESOURCE_STOP[ora.drivers.acfs 1 1] ID 4099:217493
2012-02-15 09:44:43.219: [    AGFW][2097063696] {0:0:36062} Preparing STOP command for: ora.drivers.acfs 1 1
2012-02-15 09:44:43.219: [    AGFW][2097063696] {0:0:36062} ora.drivers.acfs 1 1 state changed from: ONLINE to: STOPPING
2012-02-15 09:44:43.220: [ora.drivers.acfs][2094962448] {0:0:36062} [stop] (:CLSN00108:) clsn_agent::stop {
2012-02-15 09:44:43.220: [ora.drivers.acfs][2094962448] {0:0:36062} [stop] Arg Value = stop
2012-02-15 09:44:43.220: [ora.drivers.acfs][2094962448] {0:0:36062} [stop] getOracleHomeAttrib: oracle_home = /ocw/grid
2012-02-15 09:44:43.220: [ora.drivers.acfs][2094962448] {0:0:36062} [stop] Utils::getCrsHome crsHome /ocw/grid
..
2012-02-15 09:44:43.220: [ora.drivers.acfs][2094962448] {0:0:36062} [stop] Adding Environment Variables _ORA_AGENT_ACTION=TRUE
2012-02-15 09:44:43.220: [ora.drivers.acfs][2094962448] {0:0:36062} [stop] Adding Environment Variables __IS_HASD_AGENT=
2012-02-15 09:44:43.220: [ora.drivers.acfs][2094962448] {0:0:36062} [stop] Utils:execCmd action = 2 flags = 6 ohome = (null) cmdname = acfsload.
2012-02-15 09:44:43.220: [ora.drivers.acfs][2094962448] {0:0:36062} [stop] getOracleHomeAttrib: oracle_home = /ocw/grid
2012-02-15 09:44:43.321: [ora.drivers.acfs][2094962448] {0:0:36062} [stop] (:CLSN00010:)ACFS-9290: Waiting for ASM to shutdown.
2012-02-15 09:44:43.321: [ora.drivers.acfs][2094962448] {0:0:36062} [stop] (:CLSN00010:)
..
2012-02-15 09:44:53.433: [ora.drivers.acfs][2094962448] {0:0:36062} [stop] (:CLSN00010:)ACFS-9118: oracleacfs.ko driver in use - cannot unload.
2012-02-15 09:44:53.433: [ora.drivers.acfs][2094962448] {0:0:36062} [stop] (:CLSN00010:)
2012-02-15 09:44:53.433: [ora.drivers.acfs][2094962448] {0:0:36062} [stop] execCmd ret = 0
2012-02-15 09:44:53.434: [ora.drivers.acfs][2094962448] {0:0:36062} [stop] (:CLSN00108:) clsn_agent::stop }
2012-02-15 09:44:53.434: [    AGFW][2094962448] {0:0:36062} Command: stop for resource: ora.drivers.acfs 1 1 completed with status: SUCCESS

CAUSE

The issue was investigated in bug 13726093 and it's closed as OS issue

SOLUTION


Engage OS vendor to disable software that scans ACFS devices.

The temporary workaround is to disable the resource if ACFS is not needed. To disable:

# $GRID_HOME/bin/acfsroot disable


Once it's disabled and node rebooted, it's status will be

ora.registry.acfs
           ONLINE  OFFLINE      racnode1

 

Note: 

It's known that multipath daemon may open /dev/ofsctl:

lsof /dev/ofsctl
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
multipath 5356 root 58r BLK 251,0 0t0 41683748 /dev/ofsctl

Adding ofsctl to multipath blacklist solves the issue.



for findability: rootcrs.pl -unlock ; roothas.pl -unlock

REFERENCES

BUG:13606669 - CRSCTL STOP CLUSTERWARE FAILS TO STOP, ACFS-9118
BUG:13613644 - CRSCTL STOP CRS IS NOT STOPPING THE ORA.DRIVERS.ACFS RESOURCE 11.2.0.3
BUG:13726093 - CRSCTL STOP CRS FAILS TO STOP ACFS
BUG:13736590 - CRS-2799: FAILED TO SHUT DOWN RESOURCE 'ORA.DRIVERS.ACFS'
BUG:13810374 - FAILS TO STOP ACFS RESOURCE IN 11.2.0.3



    因本实例中使用multipath绑定硬盘作为ASM磁盘,故multipath服务打开/dev/ofsctl设备,所以导致ora.drivers.acfs失败,最终整个关闭命令完成带有错误。根据提示在multipath配置文件中设置

blacklist{

    devnode "^sda"

    devnode "ofsctl"

}

设置后,再次重试关闭命令问题解决。

相关内容

热门资讯

菲律宾总统称未下达逮捕德拉罗萨... 新华社马尼拉5月13日电(记者赵晨捷 李萌)据菲律宾媒体报道,菲总统马科斯13日称未下达逮捕参议员德...
时隔九年再度来京,特朗普有何诉... ◆5月12日,特朗普登上“空军一号”前对着镜头挥手告别。(图源:美联社)文/何平编辑/漆菲5月13日...
硬科技管控,中美关系的新压舱石 特朗普此次访华,英伟达CEO黄仁勋随行的消息提振美股市场,凸显芯片与人工智能已成为中美关系的核心议题...
报告:今年一季度AI原生APP... 中国青年网北京5月12日电(记者 高蕾)近日,第三方智能数据服务商QuestMobile发布了《中国...
七大新品发布!国轩高科第15届... 央广网合肥5月13日消息(记者徐鹏)5月16日至17日,电池龙头企业国轩高科将在合肥举办第15届全球...
百度伐谋2.0发布,李彦宏:能... 5月13日举办的Create2026百度AI开发者大会开幕式上,自我演化决策智能体百度伐谋升级至2....
泰顶级豪门曝性侵丑闻!哥哥侵犯... 泰国最有影响力的巨头之一Singha集团(胜狮集团),这两天爆出性侵丑闻。集团第四代成员,环保活动家...
什么信号?多地要求干部带头缴纳... 多地要求干部带头缴纳物业费。最近一段时间,物业费成了社会关注的焦点。原因竟然是多地密集出台文件,号召...
“这不是威胁而是绝佳机遇”,默... 【文/观察者网 张菁娟】“当下挑战之所以如此巨大,是因为我们长期以来为自己制造了太多问题,而这些问题...
老杜盟友半路杀出,“闪电夺权”... 最近两天,马尼拉的政治温度直接爆表。5月11日上午,菲律宾众议院以255票赞成、26票反对、9票弃权...