最近,本地测试数据库oracle 11.2.0.4 for rhel7打补丁的时候失败了,检查opatch应用补丁的日志显示错误提示如下: CRS-4133: Oracle High Availability Services has been stopped. Successfully unlock /u01/app/11.2.0/grid 2020-06-26 17:05:46: Invoking removeproc to clean oracle client procs 2020-06-26 17:05:46: Executing cmd: /sbin/fuser -k /u01/app/11.2.0/grid/bin/crsctl.bin 2020-06-26 17:05:46: Command output: > Failure in execution (rc=-1, 0, No such file or directory) for command /sbin/fuser -k /u01/app/11.2.0/grid/bin/crsctl.bin >End Command output 2020-06-26 17:05:46: f user command output for /u01/app/11.2.0/grid/bin/crsctl.bin is Failure in execution (rc=-1, 0, No such file or directory) for command /sbin/fuser -k /u01/app/11.2.0/grid/bin/crsctl.bin 2020-06-26 17:05:46: Oracle user for /u01/app/11.2.0/grid is grid 2020-06-26 17:05:46: Opening file /etc/oracle/ocr.loc 2020-06-26 17:05:46: Value (FALSE) is set for key=local_only 2020-06-26 17:05:46: Running as user grid: /u01/app/11.2.0/grid/OPatch/opatch prereq CheckApplicable -ph /tmp/psu/27107360/26925576 -oh /u01/app/11.2.0/grid 2020-06-26 17:05:46: s_run_as_user2: Running /bin/su grid -c ' /u01/app/11.2.0/grid/OPatch/opatch prereq CheckApplicable -ph /tmp/psu/27107360/26925576 -oh /u01/app/11.2.0 /grid ' 2020-06-26 17:05:47: Removing file /tmp/filewsfQVx 2020-06-26 17:05:47: Successfully removed file: /tmp/filewsfQVx 2020-06-26 17:05:47: /bin/su exited with rc=2 2020-06-26 17:05:47: Error : The opatch Applicable check failed. The patch /tmp/psu/27107360/26925576 is not applicable to /u01/app/11.2.0/grid 2020-06-26 17:05:47: Running as user grid: /u01/app/11.2.0/grid/OPatch/opatch prereq CheckApplicable -ph /tmp/psu/27107360/26609929 -oh /u01/app/11.2.0/grid 2020-06-26 17:05:47: s_run_as_user2: Running /bin/su grid -c ' /u01/app/11.2.0/grid/OPatch/opatch prereq CheckApplicable -ph /tmp/psu/27107360/26609929 -oh /u01/app/11.2.0 /grid ' 2020-06-26 17:05:48: Removing file /tmp/filePKM5qO 2020-06-26 17:05:48: Successfully removed file: /tmp/filePKM5qO 2020-06-26 17:05:48: /bin/su exited with rc=2 2020-06-26 17:05:48: Error : The opatch Applicable check failed. The patch /tmp/psu/27107360/26609929 is not applicable to /u01/app/11.2.0/grid 2020-06-26 17:05:48: Running as user grid: /u01/app/11.2.0/grid/OPatch/opatch prereq CheckApplicable -ph /tmp/psu/27107360/22502505 -oh /u01/app/11.2.0/grid 2020-06-26 17:05:48: s_run_as_user2: Running /bin/su grid -c ' /u01/app/11.2.0/grid/OPatch/opatch prereq CheckApplicable -ph /tmp/psu/27107360/22502505 -oh /u01/app/11.2.0 /grid ' 2020-06-26 17:05:49: Removing file /tmp/filecn51l7 2020-06-26 17:05:49: Successfully removed file: /tmp/filecn51l7 2020-06-26 17:05:49: /bin/su exited with rc=2 2020-06-26 17:05:49: Error : The opatch Applicable check failed. The patch /tmp/psu/27107360/22502505 is not applicable to /u01/app/11.2.0/grid 2020-06-26 17:05:49: Status of Applicable check for /u01/app/11.2.0/grid is 0 2020-06-26 17:05:49: Error:Patch Applicable check failed for /u01/app/11.2.0/grid 2020-06-26 17:05:49: Executing cmd: /bin/rpm -q sles-release 2020-06-26 17:05:49: Command output: > package sles-release is not installed 观察日志,提示比较明显的错误信息是:The opatch Applicable check failed. The patch /tmp/psu/27107360/...... is not applicable to /u01/app/11.2.0/grid。 按照以往的补丁应用经验,按照如下过程进行异常排查: 1、重新上传补丁包,排除补丁包不完整的情况 2、赋予补丁集777权限,grid解压,排除补丁包宿主权限问题 3、将补丁集放在单独的空目录,grid执行解压 经过上诉三个步骤,在应用补丁集时还是提示相同的错误,仔细观察补丁集应用日志,发现如下观察错误提示: 2020-06-26 17:05:46: Command output: > Failure in execution (rc=-1, 0, No such file or directory) for command /sbin/fuser -k /u01/app/11.2.0/grid/bin/crsctl.bin >End Command output 2020-06-26 17:05:46: fuser command output for /u01/app/11.2.0/grid/bin/crsctl.bin is Failure in execution (rc=-1, 0, No such file or directory) for command /sbin/fuser -k /u01/app/11.2.0/grid/bin/crsctl.bin 难道是/sbin/fuser命令不存在,经过排查,发现/sbin/fuser命令真的不在,死马当活马医,执行yum install psmisc,在集群 两个节点安装了psmisc.x86_64 0:22.20-15.el7,再次执行补丁集应用,补丁集应用成功。 # /u01/app/11.2.0/grid/OPatch/opatch auto /u01/soft/27107360 -oh /u01/app/11.2.0/grid Executing /u01/app/11.2.0/grid/perl/bin/perl /u01/app/11.2.0/grid/OPatch/crs/patch11203.pl -patchdir /u01/soft -patchn 27107360 -oh /u01/app/11.2.0/grid -paramfile /u01/app/11.2.0/grid/crs/install/crsconfig_params This is the main log file: /u01/app/11.2.0/grid/cfgtoollogs/opatchauto 2020-06-26_18-20-05.log This file will show your detected configuration and all the steps that opatchauto attempted to do on your system: /u01/app/11.2.0/grid/cfgtoollogs/opatchauto 2020-06-26_18-20-05.report.log 2020-06-26 18:20:05: Starting Clusterware Patch Setup Using configuration parameter file: /u01/app/11.2.0/grid/crs/install/crsconfig_params Stopping CRS... Stopped CRS successfully patch /u01/soft/27107360/26925576 apply successful for home /u01/app/11.2.0/grid patch /u01/soft/27107360/26609929 apply successful for home /u01/app/11.2.0/grid patch /u01/soft/27107360/22502505 apply successful for home /u01/app/11.2.0/grid Starting CRS... Installing Trace File Analyzer ACFS driver install actions failed CRS-4123: Oracle High Availability Services has been started. opatch auto succeeded.
ORACLE opatch 打补丁fuser command output for /u01/.../crsctl.bin is Failure
来源:这里教程网
时间:2026-03-03 16:08:10
作者:
编辑推荐:
- ORACLE opatch 打补丁fuser command output for /u01/.../crsctl.bin is Failure03-03
- DG搭建时备库打不开。ORA-16016: 线程 1 sequence# 7 的归档日志不可用定义03-03
- Oracle 11g 一主多备切换方案03-03
- 监听日志清理03-03
- 三大数据库如何写入WebShell?|美创安全实验室03-03
- oracle监听日志分析常用方法03-03
- Oracle12c集群启动时提示%CRS_LIMIT_OPENFILE%: invalid number03-03
- 清除Oracle控制文件中的归档信息v$archived_log03-03
下一篇:
相关推荐
-
雷神推出 MIX PRO II 迷你主机:基于 Ultra 200H,玻璃上盖 + ARGB 灯效
2 月 9 日消息,雷神 (THUNDEROBOT) 现已宣布推出基于英
-
制造商 Musnap 推出彩色墨水屏电纸书 Ocean C:支持手写笔、第三方安卓应用
2 月 10 日消息,制造商 Musnap 现已在海外推出一款 Oce
热文推荐
- Oracle 11g 一主多备切换方案
Oracle 11g 一主多备切换方案
26-03-03 - 三大数据库如何写入WebShell?|美创安全实验室
三大数据库如何写入WebShell?|美创安全实验室
26-03-03 - oracle监听日志分析常用方法
oracle监听日志分析常用方法
26-03-03 - 清除Oracle控制文件中的归档信息v$archived_log
清除Oracle控制文件中的归档信息v$archived_log
26-03-03 - 如何使用数据库Scheduler定时删除归档|美创运维日记
如何使用数据库Scheduler定时删除归档|美创运维日记
26-03-03 - Oracle Goldengate 12c打pus补丁
Oracle Goldengate 12c打pus补丁
26-03-03 - 19c CDB Physical Standby增量恢复遇到RMAN-00600 [5041]
- Oracle数据库的软件支持周期需知|美创运维日记
Oracle数据库的软件支持周期需知|美创运维日记
26-03-03 - 19c rhel7 GI安装 互信配置报错 INS-44000 INS-44015 INS-06006
- “有备无患、一键切换”记山东省妇幼保健院信息系统容灾演练实战
“有备无患、一键切换”记山东省妇幼保健院信息系统容灾演练实战
26-03-03
