溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊(cè)×
其他方式登錄
點(diǎn)擊 登錄注冊(cè) 即表示同意《億速云用戶服務(wù)條款》

Oracle打Patch報(bào)錯(cuò)Missing command :fuser

發(fā)布時(shí)間:2020-07-27 08:30:10 來(lái)源:網(wǎng)絡(luò) 閱讀:1390 作者:hbxztc 欄目:關(guān)系型數(shù)據(jù)庫(kù)

今天在給開(kāi)發(fā)的測(cè)試環(huán)境安裝開(kāi)發(fā)Oracle數(shù)據(jù)庫(kù)打Patch時(shí)報(bào)錯(cuò):

[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在服務(wù)器上查找fuser命令,沒(méi)有找到,使用yum search fuser查找相關(guān)包

[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包就沒(méi)有問(wèn)題了


向AI問(wèn)一下細(xì)節(jié)

免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如果涉及侵權(quán)請(qǐng)聯(lián)系站長(zhǎng)郵箱:is@yisu.com進(jìn)行舉報(bào),并提供相關(guān)證據(jù),一經(jīng)查實(shí),將立刻刪除涉嫌侵權(quán)內(nèi)容。

AI