For IBM i platformsDistributed: [AIX MacOS Linux Windows]

Removing a fix pack from a Liberty Java archive installation

If you installed Liberty by using the self-extracting Java archive, you can uninstall a fix pack from the Liberty runtime environment in a given location by migrating any user data and server configurations to the previous Liberty runtime environment in a different location, and deleting the fix pack runtime environment.

Procedure

  1. Stop all servers running on the system.
    • <liberty_VX>/bin/server stop <server_name>
  2. Move any user data and server configurations.
    For more information see the Move any user data and server configurations step in the installation task.
  3. Delete the fix pack runtime environment.
  4. Start the servers.
    • <liberty_VX->/bin/server start <server_name>