標籤:oracle
AIX系統學習之--卸載軟體錯誤
系統內容:
作業系統:AIX 5.3.8
Oracle: Oracle 10gR2
案例分析:
HACMP安裝失敗,卸載hacmp出現以下錯誤:
[[email protected] /]#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
按照提示,用以下方式解決:
[[email protected] /]#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.0Installation 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系統學習之--卸載軟體錯誤