Table of Contents Previous Next PDF


Performing Post-Installation Tasks

Performing Post-Installation Tasks
The following sections describe the tasks you perform after installing Oracle Tuxedo Application Runtimes:
Understanding the Oracle Tuxedo Application Runtime for CICS and Batch Directory Structure
During the Oracle Tuxedo Application Runtime for CICS, Batch and IMS software installation, all files are decompressed within the installation directory.
Table 4‑1 lists Oracle Tuxedo Application Runtime for CICS, Batch and IMS directories and files under installed directory $ORACLE_HOME/art12.1.3.0.0.
 
Installation Verification
Sample applications are provided for CICS Runtime, Batch Runtime Execution Engine, and Batch Runtime TuxJES, respectively; they can be used to verify the installation and to demonstrate the configuration. The Readme file in the samples provides guidance on how to execute the samples.
Before executing Oracle Tuxedo Application Runtime for CICS and Batch, Oracle recommends you set umask value as strict as possible.
Switch COBOL Compiler
If you didn't choose "COBOL-IT" as the default COBOL compiler during installation, and want to switch to COBOL-IT afterwards, you need to add one extra symbol link.
For example, if your COBOL-IT is installed at /opt/cobol-it-64, and Oracle Tuxedo Application Runtime for CICS and Batch is installed at /home/user/oracle_home/art12.1.3.0.0, the command you need to run is:
ln -s /opt/cobol-it-64/bin/cobcrun /home/user/oracle_home/art12.1.3.0.0/Batch_RT/bin/cobrun
Note:
Uninstalling Oracle Tuxedo Application Runtimes
Uninstalling Oracle Tuxedo Application Runtimes in GUI-Mode
The following steps show uninstallation process in GUI mode.
1.
Go to <ORACLE_HOME>/oui/bin, run "runInstaller" on Unix/Linux platform. You can completely remove Oracle Tuxedo Application Runtimes 12c Release 2 (12.1.3) just by clicking "Deinstall" Products.
2.
Select products and click "Remove" to remove those products from your system.
3.
To remove the products, click "Yes" in the following Confirmation dialog. Click "No" to cancel the removal.
4.
After uninstall finishes, this panel appears and reports whether it is successful.
5.
Check the product list from Inventory, finding if the product is already uninstall successfully.
Uninstalling Oracle Tuxedo Application Runtimes in Silent Mode
Not only can you perform command line installations, you can also perform command line deinstallations. A command line deinstallation enables you to remove Oracle products or Oracle homes from your system without using the Oracle Universal Installer graphical user interface.
You can choose to display no dialog boxes or prompts, or you can selectively avoid displaying certain dialog boxes that are normally used during a deinstallation.
Use the following commands to immediately display the Inventory dialog box, which allows you to select items for removal without navigating the Oracle Universal Installer startup screen:
./runInstaller -deinstall -silent (on UNIX)
If you want to hide the inventory dialog box during a deinstallation, you can specify the products to be removed in the DEINSTALL_LIST parameter of the response file; specify Oracle homes to be removed with the REMOVE_HOMES variable; specify the name of the current Oracle home name with ORACLE_HOME_NAME. For example, on a UNIX machine, enter:
./runInstaller -deinstall -silent "DEINSTALL_LIST={"artbase","12.1.3.0.0"}" ORACLE_HOME_NAME="OUIHome2" REMOVE_HOMES={"/home/test/OraHome_2"}

Copyright © 1994, 2017, Oracle and/or its affiliates. All rights reserved.