Uninstalling WebSphere eXtreme Scale Client using the command line

You can uninstall WebSphere® eXtreme Scale Client using IBM® Installation Manager from the command line.

Procedure

  1. Log on to your system.
  2. Stop all processes that are running in your environment.
    • To stop all processes that are running in your WebSphere Application Server environment, see Command-line utilities.
    • To stop Liberty servers that are running in your WebSphere Application Server, see the Liberty profile server command.
  3. Change to the eclipse/tools subdirectory in the directory where you installed Installation Manager.
  4. Use the imcl command to uninstall the product.
    [Windows]
    imcl.exe uninstall com.ibm.websphere.v85,optional_feature_ID
      -installationDirectory installation_directory
    [Unix][Linux]
    ./imcl uninstall com.ibm.websphere.v85,optional_feature_ID
      -installationDirectory installation_directory
    Tips:
    • The offering_ID is the offering ID that is listed in Offering IDs for WebSphere eXtreme Scale Client products.
    • You can remove a list of features that are separated by commas—the feature ID. For example,
      imcl uninstall com.ibm.websphere.WXS.v85,xs.console.feature,xs.samples.feature 
      • client indicates the stand-alone client feature
      • server indicates the stand-alone server feature
      • console indicates the web based monitoring console
      • samples indicates the samples
    • If a list of features is not specified, the entire product is uninstalled.

    Go to the IBM Installation Manager Version 1.5 Information Center for more information.

  5. Optional: Uninstall IBM Installation Manager.
    Important: Before you can uninstall IBM Installation Manager, you must uninstall all of the packages that were installed by Installation Manager.

    Read the IBM Installation Manager Version 1.5 Information Center for information about using the uninstall script to perform this procedure.

Parent topic: Uninstalling WebSphere eXtreme Scale Client using IBM Installation Manager