Uninstalling Liberty fix packs from distributed operating systems using response files
You can roll back WebSphere Application Server Liberty to an earlier version using Installation Manager response files.
Avant de commencer
During the rollback process, Installation Manager must access files from the earlier version of the package. By default, these files are stored on your computer when you install a package. If you change the default setting or delete the saved files, Installation Manager requires access to the repository that was used to install the earlier version.
Procédure

Exemple
L'exemple ci-dessous montre un fichier de réponses permettant de ramener le produit à une version antérieure.
<?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='C:\Program Files\IBM\WebSphere\Liberty'>
</profile>
<rollback>
<offering profile='WebSphere Liberty' id='com.ibm.websphere.liberty.ND' version='16.0.2.20161025_2108'/>
</rollback>
</agent-input>
Conseils :