溫馨提示×

溫馨提示×

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

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

HP-UX 11.31安裝WBEMMgmtBundle Analysis Phase had errors怎么辦

發(fā)布時間:2021-11-16 11:03:53 來源:億速云 閱讀:142 作者:小新 欄目:建站服務(wù)器

這篇文章將為大家詳細(xì)講解有關(guān)HP-UX 11.31安裝WBEMMgmtBundle Analysis Phase had errors怎么辦,小編覺得挺實(shí)用的,因此分享給大家做個參考,希望大家閱讀完這篇文章后可以有所收獲。

# tail -10f /var/adm/sw/swagent.log

       * Summary of Analysis Phase:
ERROR:       Exclude       SFM-CORE.SFMUI-PROPPAGE,r=C.07.17.03
ERROR:       Exclude       SFM-CORE.SFMUI-PROPPAGE-IA,r=C.07.17.03
ERROR:   2 of 113 filesets had Errors.
       * 17 of 113 filesets will be Skipped.
       * 94 of 113 filesets had no Errors or Warnings.
ERROR:   The Analysis Phase had errors.  See the above output for
         details.

解決過程:

1. 卸載WBEM相關(guān)包(可以不用卸載)

[PROD root@xxx:/#] swlist |grep -i wbem
  ProviderDefault                       B.11.31.1403   Select WBEM Providers
  WBEMMgmtBundle                        C.17.01        WBEMMgmtBundle
[PROD root@xxxx:/#] swlist -l product|grep -i wbem
  CLUP                  C.16.01        WBEMMgmtBundle
  SCSI-Provider         B.11.31.1403   CIM/WBEM Provider for SCSI HBA
  WBEMP-FCP             B.11.31.1705.02.01 FC Provider - CIM/WBEM Provider for Fibre Channel HBAs
  WBEMP-FS              B.11.31.1009   HP-UX File System CIM Provider.
  WBEMP-IOTreeIP        B.11.31.1403   CIM/WBEM Indication and Consolidated Status Provider for IOTree subsystem
  WBEMP-LAN             B.11.31.1707.01.01 LAN Providers - CIM/WBEM Providers for Ethernet interfaces.
  WBEMP-Storage         B.11.31.1705.02.01 Storage  Provider - CIM/WBEM Provider for Storage
  WBEMServices          A.02.13.06.04  WBEM Services CORE Product
  vmProvider            B.06.30        WBEM Provider for Integrity VM vmProvider

# swremove -x enforce_dependencies=false WBEMMgmtBundle

Remove the WBEM directories:

# cd /var/opt

# rm -r wbem

# cd /opt

# rm -r wbem

NOTE: Kill any processes that might stop you from removing theses directories.

The fuser -u command will help find any running processes (icapd will probably need to be killed).

# mkdir /mydepot

# swcopy -x enforce_dependencies=true -s /mnt SysFaultMgmt @ /mydepot                           ?   需要dependency 的包,就改成true

# tar -zvf mydepot.tar /mydepot

導(dǎo)出來之后也可以生產(chǎn)成depot文件

swpackage -x target_type=tape -s /mydepot -d /tmp/mydepot.depot

安裝完成之后需驗證:

 <WBEMMgmtBundle>

關(guān)于“HP-UX 11.31安裝WBEMMgmtBundle Analysis Phase had errors怎么辦”這篇文章就分享到這里了,希望以上內(nèi)容可以對大家有一定的幫助,使各位可以學(xué)到更多知識,如果覺得文章不錯,請把它分享出去讓更多的人看到。

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

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

AI