Uninstall an interim fix in command line mode
To uninstall an iFix on the command line:
- Go to the Installation Manager tools directory, for example:
cd /InstallationManager/bin/eclipse/tools - Check what is currently installed for FTM SWIFT:
The output includes a line for the installed fix pack. There are additional lines for installed iFixes. All lines have the format:./imcl listInstalledPackages -long | grep com.ibm.dni
Locate the line for the iFix you are going to uninstall and note inst_dir and package_id.inst_dir : package_id : name : version - Enter the following command:
where inst_dir and package_id are the values you determined in step 2. For example:./imcl uninstall package_id -installationDirectory inst_dir./imcl uninstall com.ibm.dni.v324.iFix001_3.2.4.20201017_1543 -installationDirectory /opt/ibm/ftm - Verify the uninstall result:
Check that the line for the iFix you located in step 2 is no longer displayed../imcl listInstalledPackages -long | grep com.ibm.dni