[IBM i]

Uninstalling interim fixes for the Web 2.0 and Mobile Toolkit from IBM i operating systems using the command line

You can use the IBM® Installation Manager command-line function to remove interim fixes from the Web 2.0 and Mobile Toolkit.

About this task

Use this procedure whenever you want to remove an interim fix from your system using the command line.
Tip: You can also uninstall interim fixes using silent response files with Installation Manager. For information on creating and using response files, read Installing fix packs for the Web 2.0 and Mobile Toolkit on IBM i operating systems using response files and the IBM Installation Manager Version 1.5 Information Center.

Procedure

  1. Sign on to the IBM i system with a user profile that has *ALLOBJ and *SECADM special authorities.
  2. On a CL command line, run the STRQSH command to start the Qshell command shell.
  3. Make sure that the umask is set to 022.
    To verify the umask setting, issue the following command:
    umask
    To set the umask setting to 022, issue the following command:
    umask 022
  4. Change to the Installation_Manager_binaries/eclipse/tools directory, where Installation_Manager_binaries is the installation root directory for the Installation Manager.

    On IBM i systems, the root directory for the Installation Manager is /QIBM/ProdData/InstallationManager.

  5. Uninstall the interim fix:
    ./imcl uninstall interim_fix_name
      -installationDirectory product_installation_location
  6. Optional: List all installed packages to verify the uninstallation.
    ./imcl listInstalledPackages -long
Task topic    

Terms and conditions for product documentation | Feedback

Last updated: January 29, 2018 10:59 AM GMT-06:00
http://www14.software.ibm.com/webapp/wsbroker/redirect?version=v850webmob&product=was-nd-mp&topic=tweb_uninstall_fixes_i
File name: tweb_ins_uninstall_fixes_i.html