A Sample Installation Properties File

The following example shows an installation properties file mentioned in Creating an Installation Properties File. When the OSC installer is executed, it will install OSC according to the sequence set in the file.

################################################################################
#         Configuration Sample for OpenFrame Online Installation               #
#                                                                              #
#   File : osc.install.properties                                              #
#   Date : 20210406                                                            #
#   Version : 7.1                                                              #
#                                                                              #
################################################################################

################################################################################
#                     Specifies Core Information                               #
# Entry Descriptions:                                                          #
#   OPENFRAME_HOME = <path>                                                    #
#   COBOL        =<name> NO|OFCOBOL|MFCOBOL                                    #
#   PLI          =<name> YES|NO                                                #
#   TP_NODE_NAME = <name> name for TMAX node                                   #
################################################################################

OPENFRAME_HOME=/home/oframe/OpenFrame
COBOL=OFCOBOL
PLI=YES
TP_NODE_NAME=NODE1

################################################################################
#                      Secifies the TSAM Information                           #
# Entry Descriptions:                                                          #
#   DEFAULT_VOLSER= <name> Default volume serial                               #
#   CORE_TDL_SHMKEY = <key> shared memory key for TDL                          #
#   SYSTEM_TABLESPACE = Specifies a TABLESPACE that manages                    #
#                       System-related data separately.                        #
#   OLOG_TABLESPACE = Specifies a TABLESPACE that manages                      #
#                     online transaction log data separately.                  #
################################################################################

DEFAULT_VOLSER=DEFVOL
CORE_TDL_SHMKEY=87954
SYSTEM_TABLESPACE=OFM_REPOSITORY
OLOG_TABLESPACE=OFM_LOG

################################################################################
#                      Secifies the VTAM Information                           #
# Entry Descriptions:                                                          #
#   VTAM_PORT= <number> vtam port number                                       #
#              ( Mapping thei LU PORT of OFGW )                                #
################################################################################

VTAM_PORT=5667

################################################################################
#                      Secifies the OSC OIVP configuration (for OIVP insatll)  #
#[OSC] section:                                                                #
#   specifies OSC General Information                                          #
# Entry Descriptions:                                                          #
#   OSC_APP_OSC_SYS_SHMKEY = <key> shared memory key for System                #
#   OSC_APP_USR_SHMKEY = <key> shared memory key for User                      #
#   USERID = <name> region userid                                              #
#                                                                              #
#[TSQ] section:                                                                #
# [CPM] section:                                                               #
#   REGION_CCSID = <number>[,<number>] Coded Character Set ID for region       #
#   3270_CCSID = <number>[,<number>] Coded Character Set ID for 3270 Gateway   #
################################################################################

OSC_APP_SYS_SHMKEY=65122
OSC_APP_USR_SHMKEY=66122
OSC_APP_TSQ_SHMKEY=67122
OSC_APP_CPM_REGION_CCSID=437
OSC_APP_CPM_3270_CCSID=37

################################################################################
#                      Secifies the OSC OSCTLSVR Information(for OIVP insatll) #
# Entry Descriptions:                                                          #
#   OSC_TL_OSCTLSVR_PORT = <number> port number for the osctlsvr               #
################################################################################

OSC_TL_OSCTLSVR_PORT=68122