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:
- Copy and modify the supplied sample file uninstallResponseSamp.txt to
a temporary file, for example: /tmp/responsefile.txt
- 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