10 Rebuilding ART Servers for CICS
You need to rebuild the ART CICS servers in case of updates on one of the following components:
- Major OS version
- Tuxedo
- RDBMS: Oracle or UDB
- WebSphere MQ
- COBOL compiler: Micro Focus COBOL or COBOL-IT
- C++ compiler
The following topic describes how to rebuild an ART Server for CICS:
10.1 Rebuilding the ART CICS Servers
To rebuild a server with Oracle as the RM, you can simply use the CICS Server Build Tool buildartcics. For example:
buildartcics -r Oracle_XA -o ARTSTRN
For detailed information of this tool, see CICS Runtime Server Build Tool in the Oracle Tuxedo Application Runtime for CICS Reference Guide
Besides, the file makefile_sample is provided as an
example to help you generate multiple CICS Runtime servers at a
time:
- Open the
<ART_INSTALL_DIR>/Cics_RT/toolsdirectory; - Set correct environment variables as required, such as “
ORACLE_HOME”, “TUXDIR”, “KIXDIR”, and “COBDIR/COBOLITDIR”. For more information of each environment variable, see CICS Runtime Server Build Tool Tool in the Oracle Tuxedo Application Runtime for CICS Reference Guide - Make sure all the servers in "
ALL_EXECUTABLES" target inmakefile_smapleare exactly the targeted servers you need; - Run “
gmake - f makefile_sample all”
Parent topic: Rebuilding ART Servers for CICS