AIX operating systemsLinux operating systemsWindows operating systems

Uninstalling the Operations Center in silent mode

To uninstall the Operations Center in silent mode, you must run the uninstallation program of IBM® Installation Manager from the command line with the parameters for silent mode.

Before you begin

The input directory, which is in the directory where the installation package is extracted, contains the following sample response files for installing, updating, and uninstalling the Operations Center:
  • install_response_sample.xml
  • update_response_sample.xml
  • uninstall_response_sample.xml

You can use these sample files as they are, with the default values, or you can customize them.

Procedure

  1. In the directory where IBM Installation Manager is installed, go to the following subdirectory:
    • AIX operating systemsLinux operating systemseclipse/tools
    • Windows operating systemseclipse\tools

    For example:

    • AIX operating systemsLinux operating systems/opt/IBM/InstallationManager/eclipse/tools
    • Windows operating systemsC:\Program Files\IBM\Installation Manager\eclipse\tools
  2. From the tools directory, issue the following command, where response_file represents the response file path, including the file name:
    • AIX operating systemsLinux operating systems./imcl -input response_file -silent
    • Windows operating systemsimcl.exe -input response_file -silent
    The following command is an example:
    • AIX operating systemsLinux operating systems./imcl -input /tmp/input/uninstall_response.xml -silent
    • Windows operating systemsimcl.exe -input C:\tmp\input\uninstall_response.xml -silent