Uninstalling CICS Transaction Gateway on UNIX and Linux

You can uninstall CICS® Transaction Gateway either from the graphical user interface or from the command line. Alternatively you can perform an unattended uninstall either with or without a response file. The default uninstallation procedure uses the same method as the installation procedure.

Uninstalling from the graphical user interface

To uninstall CICS Transaction Gateway, run the ctguninst script as the root user:
ctguninst -i gui

Uninstalling from the console

To uninstall from the console:
ctguninst -i console

Unattended uninstall using a response file

To perform an unattended uninstall using a response file:
  1. Copy and modify the supplied sample file uninstallResponseSamp.txt to a temporary file, for example: /tmp/responsefile.txt
  2. Issue the following command:
    ctguninst -i silent -f /tmp/responsefile.txt

Unattended uninstall without a response file

To perform an unattended uninstall without a response file (where the default option preserves the configuration, log, and trace files):
ctguninst -i silent

To perform an unattended uninstall without using a response file that removes all files, including configuration, log, and trace files:

ctguninst -i silent -DPRESERVE_CONFIG_2=1

Information Information

Feedback


Timestamp icon Last updated: Tuesday, 19 November 2013


https://ut-ilnx-r4.hursley.ibm.com/tg_latest/help/topic/com.ibm.cics.tg.doc//ctgunx/uninstalling_unix_linux.html