AIX operating systems Linux operating systems Windows operating systems
IBM Tivoli Storage Manager, Version 7.1

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 systems Linux operating systems eclipse/tools
    • Windows operating systems eclipse\tools

    For example:

    • AIX operating systems Linux operating systems /opt/IBM/InstallationManager/eclipse/tools
    • Windows operating systems C:\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 systems Linux operating systems
    ./imcl -input response_file -silent
    Windows operating systems
    imcl.exe -input response_file -silent
    The following command is an example:
    AIX operating systems Linux operating systems
    ./imcl -input /tmp/input/uninstall_response.xml -silent
    Windows operating systems
    imcl.exe -input C:\tmp\input\uninstall_response.xml -silent


Feedback