System Configuration

This chapter describes the configuration items required by Base.

1. openframe_base.conf

To operate Base, set each item of the following subjects in openframe_base.conf, then save the settings to the system by using the ofconfig tool.

Subject Description

acs

Specifies information about the SMS class selection rules used by the storage management system.

api3270

Specifies the general settings of 3270 stream conversion function in OpenFrame.

console

Specifies settings for OpenFrame console and commands.

cpm

Specifies the settings for the code page conversion process of OpenFrame.

ds

Specifies the general settings for data sets used by OpenFrame.

dstool

Specifies the settings used by data set-related tool programs.

keyseq

Specifies the key sequences of the data sets used by OpenFrame.

ofsys

Specifies the general system settings for OpenFrame (mainly those regarding the system directory structure).

saf

Specifies the OpenFrame system access control settings.

smf

Specifies the settings used by SMF.

sms

Specifies the definitions of the SMS classes used by the storage management system.

sort

Specifies the general settings for SORT utility.

  1. For more information about ofconfig, refer to OpenFrame Tool Reference Guide.

  2. For more information each subject, refer to OpenFrame Configuration Guide.

2. dbconn.conf

To connect OpenFrame products to database, the database connection information must be specified in the dbconn.conf file in ${OPENFRAME_HOME}/config.

To operate Base, save Tibero database connection information to the file by creating clauses and configuration items required by specific modules.

2.1. [SYS1_ODBC]

The following is an example of the SYS1_ODBC clause used by Base.

[SYS1_ODBC]
    DATABASE=tb_oframe7
    USERNAME=tibero
    ENPASSWD=AA68690384C8042F154AEDF2A7B9F2A52B27EB63AF0777D67076195863248D2A
Item Description

DATABASE

Specifies the database name.

USERNAME

Specifies the user name to connect to the database.

ENPASSWD

Specifies the user password to connect to the database.