AIX系统学习之--卸载软件错误
成都创新互联是一家专业提供班玛企业网站建设,专注与网站建设、成都网站设计、H5开发、小程序制作等业务。10年已为班玛众多企业、政府机构等服务。创新互联专业网站建设公司优惠进行中。
系统环境:
操作系统:AIX 5.3.8
Oracle: Oracle 10gR2
案例分析:
HACMP安装失败,卸载hacmp出现以下错误:
[root@aix213 /]#smit remove
Remove Installed Software
Type or select values in entry fields.
Press Enter AFTER making all desired changes.
[Entry Fields]
* SOFTWARE name [cluster*] +
PREVIEW only? (remove operation will NOT occur) no +
REMOVE dependent software? no +
EXTEND file systems if space needed? no +
DETAILED output? no +
Command: running stdout: yes stderr: no
Before command completion, additional instructions may appear below.
geninstall -u -I " -J -w" -Z -f File 2>&1
File:
cluster*
installp: There are incomplete installation operations
on the following filesets. Run installp -C to clean up
the previously failed installations before continuing.
cluster.doc.en_US.es.pdf
cluster.doc.en_US.es.html
按照提示,用以下方式解决:
[root@aix213 /]#installp -C cluster.doc.en_US.es.pdf
installp: Cleaning up software for: cluster.doc.en_US.es.pdf 5.2.0.0 cluster.doc.en_US.es.html 5.2.0.0 Installation Summary -------------------- Name Level Part Event Result ------------------------------------------------------------------------------- cluster.doc.en_US.es.pdf 5.2.0.0 USR CLEANUP SUCCESS cluster.doc.en_US.es.html 5.2.0.0 USR CLEANUP SUCCESS
然后再重新用smit remove卸载成功!