您可以使用 IBM® Installation Manager 指令行功能,從 WebSphere® Application Server Liberty 中移除臨時修正程式。
關於這項作業
每當您想要利用指令行來移除系統中的臨時修正程式時,請使用這個程序。
程序
- 利用具備 *ALLOBJ 和 *SECADM 特殊權限的使用者設定檔來登入 IBM i 系統。
- 在 WebSphere Application Server Liberty 安裝架構上,停止所有伺服器和應用程式。
- 在 CL 指令行上,執行 STRQSH 指令,以啟動 Qshell 指令 Shell。
- 確定 umask 已設為 022。
如果要驗證 umask 設定,請發出下列指令:
umask
如果要將 umask 設定設為 022,請發出下列指令:
umask 022
- 切換至 Installation_Manager_binaries/eclipse/tools 目錄,其中 Installation_Manager_binaries 是 Installation Manager 的安裝根目錄。
在 IBM i 系統上,Installation Manager 的根目錄是 /QIBM/ProdData/InstallationManager。
- 解除安裝臨時修正程式:
./imcl uninstall interim_fix_name
-installationDirectory offering_installation_location
- 選擇性的: 列出已安裝的所有套件,以驗證解除安裝作業。
./imcl listInstalledPackages -long