Uninstalling fix packs from the Web Server Plug-ins on IBM i operating systems using response files
You can roll back the Web Server Plug-ins to an earlier version 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.
About this task
Perform this procedure to use Installation Manager to roll back the Web Server Plug-ins to an earlier version using Installation Manager response files.
Note: For information on installing and removing fix packs for WebSphere Application Server
offerings on IBM i systems using the Installation Manager command line, read the following
topics:
Procedure
Example
The following is an example of a response file for rolling back the Web Server Plug-ins to an
earlier version.
<?xml version="1.0" encoding="UTF-8"?>
<agent-input>
<server>
<repository 'https://www.ibm.com/software/repositorymanager/com.ibm.websphere.PLG.v85'/>
</server>
<profile id='Web Server Plug-ins for IBM WebSphere Application Server V8.5' installLocation='/QIBM/ProdData/WebSphere/AppServer/V85/PLG'>
<data key='eclipseLocation' value='/QIBM/ProdData/InstallationManager'/>
</profile>
<rollback>
<offering profile='Web Server Plug-ins for IBM WebSphere Application Server V8.5' id='com.ibm.websphere.PLG.v85' version='8.5.0.20101025_2108'/>
</rollback>
</agent-input>
Tips: