利用回應檔從 IBM i 作業系統解除安裝 Liberty 修正套件
您可以使用 Installation Manager 回應檔,將 WebSphere® Application Server Liberty 回復成舊版。
開始之前
在回復程序期間,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.ND'/>
</server>
<profile id='WebSphere Liberty' installLocation='/QIBM/ProdData/WebSphere/Liberty/ND'>
</profile>
<rollback>
<offering profile='WebSphere Liberty' id='com.ibm.websphere.liberty.ND' version='16.0.2.20161025_2108'/>
</rollback>
</agent-input>
提示: