首页 > 代码库 > AIX系统学习之--卸载软件错误
AIX系统学习之--卸载软件错误
AIX系统学习之--卸载软件错误
系统环境:
操作系统: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卸载成功!
本文出自 “天涯客的blog” 博客,请务必保留此出处http://tiany.blog.51cto.com/513694/1564527
AIX系统学习之--卸载软件错误