Uninstalling the product

You can uninstall the product and any maintenance files for the product that are installed in your environment. Complete the uninstallation process either silently or by following the graphical user interface (GUI).

Before you begin

The install_root/uninstall_xd_operations subdirectory must exist. If the process fails before the uninstallation files are copied to the workstation, you cannot complete this task. Additionally, you must uninstall any existing maintenance files before attempting to uninstall the product. The wizard will not proceed with the uninstallation if existing maintenance files are detected.

Procedure

  1. Stop all processes before starting the uninstallation process.

    Run the following command to stop the deployment manager:

    • [For Linux operating system][For Unix operating system] ./stopManager.sh
    • [For Windows operating system] stopManager.bat

    Run the following command to stop the nodes:

    • [For Linux operating system][For Unix operating system] ./stopNode.sh
    • [For Windows operating system] stopNode.bat

    [For Linux operating system][For Unix operating system] Complete a search to validate that the Java processes are stopped.

    [For Windows operating system] Use the task manager to stop the Java processes.

  2. Uninstall the product using the wizard or silently.

    Run the following script from the install_root/uninstall_xd_operations directory to start the wizard:

    • [For Linux operating system][For Unix operating system] uninstall
    • [For Windows operating system] uninstall.exe

    Run the following script from the install_root/uninstall_xd_operations directory to silently uninstall the product:

    • [For Linux operating system][For Unix operating system] ./uninstall.sh -silent
    • [For Windows operating system] uninstall.bat -silent
  3. Uninstall the deployment manager. Run the following script from the install_root/uninstall_xd_operations directory:
    • [For Linux operating system][For Unix operating system] uninstall
    • [For Windows operating system] uninstall.exe
  4. Uninstall the centralized installation manager repository. Run the uninstaller in silent mode, and specify the following option:
    [For Windows operating system]
    uninstall.bat -OPT uninstallCimgr=true -silent
    [For Linux operating system][For Unix operating system]
    ./uninstall -OPT uninstallCimgr=true -silent
    Restriction: This option is only supported with the uninstallation of WebSphere® Virtual Enterprise.

Results

The product is uninstalled. Review the log files in the install_root/logs/package_name/uninstall/log directory for any errors.

The URL for this topic is: