Introduction

This chapter describes the structure of the configuration files required for OpenFrame operation.

The configuration files for each product are stored in the following directory. They are loaded into the database by using the ofconfig tool. During actual system operation, the configuration values are retrieved by requesting the service from the Tmax server, ofrcfsvr.

 $OPENFRAME_HOME/config

The configuration file structure is as follows. Each KEY of a SECTION is set to a VALUE.

#
# TYPE
#   1 : Y_N
#   2 : String
#   3 : Number
#
# AVAIL VALUE
#   delimiter : COMMA(',') or DASH('-'; NUMBER(TYPE 3) range)
#
#
#
-----------------------------------------------------------------------------------------------------------
 SUBJECT | SECTION |  KEY           | TYPE | DEFAULT_VALUE   |  VALUE          | AVAIL_VALUE | DESCRIPTION
-----------------------------------------------------------------------------------------------------------
 cobol   | HCOB85  | COMMAND        |  2   | ccbl2002        | ccbl2002        |             |
 cobol   | HCOB85  | COPY_EXT       |  2   | cpy,cbl,txt,TXT | cpy,cbl,txt,TXT |             |
 console | CONSOLE | RETRY_COUNT    |  3   | 3               | 3               |             |
 console | CONSOLE | RETRY_INTERVAL |  3   | 5               | 5               |             |
 console | CONSOLE | ALIVE_INTERVAL |  3   | 10              | 10              |             |
 console | CONSOLE | CHECK_AUTH     |  1   | NO              | YES             |             |
      :                     :                    :                       :
      :                     :                    :                       :

The following describes each column in the configuration files.

Column Description

SUBJECT

Classification for configuration items by module.

SECTION

Classification for configuration items by function in each module.

KEY

Configuration item name used to get the setting value.

TYPE

Value type of the configuration item.

  • 1: Y_N (either YES or NO)

  • 2: String (string value)

  • 3: Number (number value)

DEFAULT_VALUE

Default value.

VALUE

Setting value.

AVAIL_VALUE

Available value or range.

DESCRIPTION

Description about the configuration item. This does not affect the system operation.

For more information about managing configuration settings, refer to "ofconfig" in OpenFrame Base Tool Reference Guide.