利用回應檔從 IBM i 作業系統解除安裝 Liberty 修正套件
您可以利用 Installation Manager 回應檔,將 WebSphere® Application Server Liberty Core 回復到舊版。
開始之前
在回復程序期間,Installation Manager 必須存取舊版套件中的檔案。依預設,在您安裝套件時,會將這些檔案儲存在您的電腦中。如果變更預設值或刪除已儲存的檔案,則 Installation Manager 要求存取用於安裝較舊版本的儲存庫。
程序
範例
以下是將產品回復到舊版的回應檔範例。
<?xml version="1.0" encoding="UTF-8"?>
<agent-input>
<server>
<repository location='https://www.ibm.com/software/repositorymanager/com.ibm.websphere.liberty.v85'/>
</server> <profile id='WebSphere Liberty V8.5' installLocation='/QIBM/ProdData/WebSphere/AppServer/V85/LibertyCore'>
</profile>
<rollback>
<offering profile='WebSphere Liberty V8.5' id='com.ibm.websphere.liberty.v85' version='8.5.5.20101025_2108'/>
</rollback>
</agent-input>
提示: