Table of Contents Previous Next PDF


Oracle Tuxedo Application Runtime for Batch Post Installation

Oracle Tuxedo Application Runtime for Batch Post Installation
The following sections describe post-installation tasks after installing Oracle Tuxedo Application Runtime for Batch:
Understanding the Oracle Tuxedo Application Runtime for Batch Directory Structure
During the Oracle Tuxedo Application Runtime for Batch software installation, all files are decompressed within the installation directory.
Table 5‑1 lists brief descriptions of Oracle Tuxedo Application Runtime for Batch directories and files.
 
ejr*/COBOL_MF
ejr*/COMMON
ejr*/CONF
ejr*/GENERATION_FILE
ejr*/SAMPLE
ejr*/SORT_MicroFocus
ejr*/SORT_SyncSort
Installation Verification
Sample applications are provided for Batch Runtime Execution Engine, Batch Runtime TuxJES respectively, which can be used to verify the installation and also 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 Batch, Oracle recommends that 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 Batch is installed at /home/user/oracle/artbatch12110, the command you need to run is:
ln -s /opt/cobol-it-64/bin/cobcrun /home/user/oracle/artbatch12110/Batch_RT/bin/cobrun
Uninstalling Oracle Tuxedo Application Runtime for Batch
Uninstalling Oracle Tuxedo Application Runtime for Batch in GUI-Mode
To uninstall Oracle Tuxedo Application Runtime for Batch software using GUI-Mode, do the following:
ON UNIX:
Execute the command ./uninstall
1.
2.
Click Uninstall to start uninstalling Oracle Tuxedo Application Runtime for Batch. When the process is complete, the screen is displayed.
Note:
If the uninstalled features include Batch Runtime, the BatchRT.conf configuration file located in the ejr/CONF/ directory is backed up as $ORACLEHOME/.BatchRT.conf.bak.
3.
Click Done to complete the uninstall.
Uninstalling Oracle Tuxedo Application Runtime for Batch in Console-Mode
To uninstall Oracle Tuxedo Application Runtime for Batch on a UNIX platform using console mode you must do the following:
1.
./uninstall -i console
Listing 5‑1 displays an Oracle Tuxedo Application Runtime for Batch component uninstallation.
Listing 5‑1 UNIX Uninstallation Example
-------------------------------------

About to uninstall...

Oracle Tuxedo Application Runtime for CICS and Batch
12c

This will remove features installed by InstallAnywhere. It will not remove
files and folders created after the installation.

PRESS <ENTER> TO CONTINUE:

==========================================================================
Uninstall Options
-----------------
 
ENTER THE NUMBER FOR YOUR CHOICE, OR PRESS <ENTER> TO ACCEPT THE DEFAULT:
 
->1- Completely remove all features and components.
2- Choose specific features that were installed by InstallAnywhere.
 
Please choose one of the following options:
 
==========================================================================
Uninstalling...
---------------

...*
*
*************************
*************************
*************************
************************
...*
*
*************************
*************************
*************************
************************
...*
*
*************************
*************************
*************************
************************
...*
*
*************************
*************************
*************************
*************************

==========================================================================
Uninstall Complete
------------------

All items were successfully uninstalled.
 
Note:
Please find backup of Batch_RT/ejr/CONF/BatchRT.conf at /home/user/oracle/.BatchRT.conf.bak

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