11.1.8.3 Description
kixpkggen.py
is used to generate Oracle Tuxedo domain package for CICS
application.
kixpkggen.py
is written in Python, which requires Python version 2.6.6 or
higher to run.
- Input
-
kixpkggen.py
takes an XML configuration file and CICS asset as input. The CICS asset is a compressed file in ZIP format and should follow this structure. - Output
-
kixpkggen.py
generates an Oracle Tuxedo domain package for CICS in ZIP format. In the package,kixpkggen.py
generates configuration files that ART for CICS application needs, includingUBBCONFIG
file, resource files, scripts, and so on. This output package has the following structure.
To deploy and run the application, you should unzip output package to APPDIR
on every node of the domain, and then execute the followings.
- Set up runtime environment variables.
. ./setenv
- Set up the application.
./scripts/deploy.sh
- Boot the application. If it is MP domain, run boot script on every node of the domain. You should run boot script on slave machines before you run it on the master machine.
./scripts/boot.sh
To shutdown the application, run the followings on the master machine.
./scripts/shutdown.sh
Parent topic: kixpkggen(1)