千家信息网

HP-UX 11.31安装WBEMMgmtBundle Analysis Phase had errors怎么办

发表于:2025-02-14 作者:千家信息网编辑
千家信息网最后更新 2025年02月14日,这篇文章将为大家详细讲解有关HP-UX 11.31安装WBEMMgmtBundle Analysis Phase had errors怎么办,小编觉得挺实用的,因此分享给大家做个参考,希望大家阅读完这
千家信息网最后更新 2025年02月14日HP-UX 11.31安装WBEMMgmtBundle Analysis Phase had errors怎么办

这篇文章将为大家详细讲解有关HP-UX 11.31安装WBEMMgmtBundle Analysis Phase had errors怎么办,小编觉得挺实用的,因此分享给大家做个参考,希望大家阅读完这篇文章后可以有所收获。

# 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相关包(可以不用卸载)

[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

导出来之后也可以生产成depot文件

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

安装完成之后需验证:

关于"HP-UX 11.31安装WBEMMgmtBundle Analysis Phase had errors怎么办"这篇文章就分享到这里了,希望以上内容可以对大家有一定的帮助,使各位可以学到更多知识,如果觉得文章不错,请把它分享出去让更多的人看到。

0