Both files that are global to the cluster and files that are local to the node belong to the runtime environment of the UTM cluster application.
You specify in the storage location of the files during UTM generation using the following KDCDEF statements:
CLUSTER CLUSTER-FILEBASE = cluster_filebase
cluster_filebase identifies the storage location of the UTM cluster files.CLUSTER-NODE FILEBASE = node_filebase
node_filebase identifies the storage location of the files local to the node.
You must specify cluster_filebase for the application run when the node applications are started using the start parameter CLUSTER-FILEBASE = cluster_filebase. The same value must be specified for this start parameter for all node applications.
It is crucial that the UTM cluster files, such as the cluster configuration file, are available under the base name (cluster_filebase) specified in the start parameters at the time at which the first node application is started.
UTM cluster files
A number of files that can be accessed jointly by all node applications are required in order to run a UTM cluster application. These UTM cluster files are created in a base directory specific to the UTM cluster application (cluster_filebase).
The following list indicates all the UTM cluster files. In this list, the file names are specified without base directory. The complete name in each case is as follows:
cluster_filebase/UTM-C.xxxx on Unix and Linux systems
cluster_filebase\UTM-C.xxxx on Windows systems
xxxx=CFG, USER, ..., LOCK
| Cluster configuration file |
| Cluster user file In a UTM cluster application without explicitly generated user IDs, the cluster user file is not needed and is therefore not generated. |
| Cluster page pool files, the number of which is defined during UTM generation. |
| Control file for the cluster page pool |
| Cluster GSSB file |
| Cluster ULS file |
| Administration journal which logs global administration actions |
| Journal file containing a copy of the KDCS Application Area (KAA). |
| Cluster lock file |
| Lock file for serialization of the start phase of the node applications. |
The UTM cluster files indicated by *) are created by KDCDEF at generation time (see section "UTM generation").
The journal files (.JRN1, .JRN2, .JKAA) and the lock files are set up by openUTM the first time the first node application is started.
CAUTION!
You must not rename any of these files or copy them to a different location. This applies during operation of the UTM cluster application and after the UTM cluster application has been terminated.
Files local to the node
Both files that are global to the cluster and files that are local to the node belong to the runtime environment of the UTM cluster application. A filename prefix that is unique within the cluster (node_filebase) is assigned to each node in the case of files that are local to the node. There are the following files local to the node for each node application:
the KDCFILE files (including the pagepool and restart areas) in the form of copies of the initial KDCFILE files:
node_filebase
/KDCA
node_filebase
\KDCA
node_filebase
/PxxA
node_filebase\PxxA
if required by the UTM generation
node_filebase
/RxxA
node_filebase\RxxA
if required by the UTM generationThe initial KDCFILE files are created using KDCDEF (see section "UTM generation"). You must copy these files for each node application.
You must organize the KDCFILEs of the node applications in such a way that all KDCFILEs of the node applications can be accessed by all other node applications.
System log file (SYSLOG file)
node_filebase
/SYSLOG
node_filebase\SYSLOG
The system log file SYSLOG can be a single file or a file generation group (FGG).
User log file
node_filebase
/USLA
node_filebase\USLA
The user log file USLOG must be a file generation group (FGG).
Execution logs
Diagnostics files
Other application-specific files
You must set up the SYSLOG file and the user log file and other application-specific files for each node application.