Uninstalling Liberty fix packs from IBM i operating systems by using response files
You can rollback WebSphere® Application Server Liberty to an earlier version by using Installation Manager response files.
Before you begin
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.
Procedure
Example
The following is an example of a response file for rolling
back the product to an earlier version.
<?xml version="1.0" encoding="UTF-8"?>
<agent-input>
<server>
<repository location='https://www.ibm.com/software/repositorymanager/com.ibm.websphere.liberty.BASE'/>
</server>
<profile id='WebSphere Liberty' installLocation='/QIBM/ProdData/WebSphere/Liberty/Base'>
</profile>
<rollback>
<offering profile='WebSphere Liberty' id='com.ibm.websphere.liberty.BASE' version='16.0.2.20161025_2108'/>
</rollback>
</agent-input>
Tips: