You can perform an attended install of CICS Transaction Gateway either from the graphical user interface or from the command line. Alternatively you can perform an unattended install, either with or without a response file.
Before installing the CICS Transaction Gateway, first follow the steps for Preparing to install CICS Transaction Gateway.
When installing from the graphical user interface, it is not possible to cancel the installation process if it has already started to copy files.
When installing from the command line, it is not possible to cancel the installation process if it has already started to copy files.
/DVD/ctg/platform/installer -i console
where DVD is the
mount point directory and platform is
your operating system.Unattended installation runs from the information stored in a response file; no user input is required.
To perform an unattended install using a response file:
installer -i silent -f /tmp/installer.properties >/tmp/installer.log 2>&1
If there is a file named installer.properties in the same location as the installer executable file, it is used as a response file even if it is not specified on the command line.
As part of the installation symbolic links are created in /usr/bin and /usr/lib so that the product can run without any operating system configuration.
To perform an unattended install without using a response file:
installer -i silent -DLICENSE_ACCEPTED=true >/tmp/installer.log 2>&1