温馨提示×

温馨提示×

您好,登录后才能下订单哦!

密码登录×
登录注册×
其他方式登录
点击 登录注册 即表示同意《亿速云用户服务条款》

Oracle打Patch报错Missing command :fuser

发布时间:2020-07-27 08:30:10 来源:网络 阅读:1386 作者:hbxztc 栏目:关系型数据库

今天在给开发的测试环境安装开发Oracle数据库打Patch时报错:

[oracle@xxy01 24006111]$ opatch apply

Oracle Interim Patch Installer version 11.2.0.3.12

Copyright (c) 2017, Oracle Corporation.  All rights reserved.



Oracle Home       : /u01/app/oracle/product/11.2.0/db_1

Central Inventory : /u01/app/oraInventory

   from           : /u01/app/oracle/product/11.2.0/db_1/oraInst.loc

OPatch version    : 11.2.0.3.12

OUI version       : 11.2.0.4.0

Log file location : /u01/app/oracle/product/11.2.0/db_1/cfgtoollogs/opatch/opatch3017-03-13_09-36-47AM_1.log


Verifying environment and performing prerequisite checks...

Prerequisite check "CheckSystemCommandAvailable" failed.

The details are:

Missing command :fuser

Prerequisite check "CheckSystemCommandAvailable" failed.

The details are:

Missing command :fuser

Prerequisite check "CheckSystemCommandAvailable" failed.

The details are:

Missing command :fuser

Prerequisite check "CheckSystemCommandAvailable" failed.

The details are:

Missing command :fuser

Prerequisite check "CheckSystemCommandAvailable" failed.

The details are:

Missing command :fuser

Prerequisite check "CheckSystemCommandAvailable" failed.

The details are:

Missing command :fuser

Prerequisite check "CheckSystemCommandAvailable" failed.

The details are:

Missing command :fuser

Prerequisite check "CheckSystemCommandAvailable" failed.

The details are:

Missing command :fuser

Prerequisite check "CheckSystemCommandAvailable" failed.

The details are:

Missing command :fuser

Prerequisite check "CheckSystemCommandAvailable" failed.

The details are:

Missing command :fuser

Prerequisite check "CheckSystemCommandAvailable" failed.

The details are:

Missing command :fuser

Prerequisite check "CheckSystemCommandAvailable" failed.

The details are:

Missing command :fuser

UtilSession failed: 

Prerequisite check "CheckSystemCommandAvailable" failed.

Prerequisite check "CheckSystemCommandAvailable" failed.

Prerequisite check "CheckSystemCommandAvailable" failed.

Prerequisite check "CheckSystemCommandAvailable" failed.

Prerequisite check "CheckSystemCommandAvailable" failed.

Prerequisite check "CheckSystemCommandAvailable" failed.

Prerequisite check "CheckSystemCommandAvailable" failed.

Prerequisite check "CheckSystemCommandAvailable" failed.

Prerequisite check "CheckSystemCommandAvailable" failed.

Prerequisite check "CheckSystemCommandAvailable" failed.

Prerequisite check "CheckSystemCommandAvailable" failed.

Prerequisite check "CheckSystemCommandAvailable" failed.

Log file location: /u01/app/oracle/product/11.2.0/db_1/cfgtoollogs/opatch/opatch3017-03-13_09-36-47AM_1.log


使用find在服务器上查找fuser命令,没有找到,使用yum search fuser查找相关包

[root@xxy01 24006111]$# yum search fuser

Loaded plugins: product-id, security, subscription-manager

This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.

rhel                                                                                                                                                                                       | 4.1 kB     00:00 ... 

================================================================================================= Matched: fuser =================================================================================================

psmisc.x86_64 : Utilities for managing processes on your system

使用yum install -y psmisc 安装包

再打Patch包就没有问题了


向AI问一下细节

免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。

AI