Sample Installation Properties File
The following example shows an installation properties file described in Creating an Installation Properties File. The Base installer performs the installation in the order specified in this file.
################################################################################ # Configuration Sample for OpenFrame Base Installation # # # # File : base.install.properties.sample # # Date : 20210326 # # Version : 7.1 # # # ################################################################################ ################################################################################ # Configuration Syntax: # # <name> = character name # # <dataset> = dataset name (maximum length is 44 characters) # # <key> = system shared memory key (Decimal, or 0x prefixed for hexa) # # <size> = number in bytes # # <number> = number # # <A/B> = A | B # # <ip:port> = IP:PORT (e.g. 127.0.0.1:2000) # # <lang> = US | KR | JP # # <path> = unix file or directory path # # <notspecified> = format not specified (refer to administration guide) # # # # Comment Syntax: # # - add '#' at the beginning of the line # # # ################################################################################ ################################################################################ # Specifies OpenFrame Home Directory # # Entry Descriptions: # # OPENFRAME_HOME = <path> # ################################################################################ OPENFRAME_HOME=/home/oframe8/OpenFrame ################################################################################ # Specifies Core configuration # # Entry Descriptions: # # TP_HOST_NAME = <name> # # TP_HOST_IP = <ip> # # TP_SHMKEY = <key> # # TP_TPORTNO = <number> port number for TMAX port # # TP_UNBLOCK_PORT =<number> port number for TMAX unblock port # # TP_NODE_NAME = <name> name for TMAX node # # TP_NODE_LIST = <name > list for TMAX node # # TCACHE_SHMKEY = <key> shared memory key for TCACHE # ################################################################################ TP_HOST_NAME=OpenFrame TP_HOST_IP=255.255.255.1 TP_SHMKEY=85001 TP_TPORTNO=6001 TP_UNBLOCK_PORT=6051 TP_NODE_NAME=NODE1 TP_NODE_LIST=NODE1 TCACHE_SHMKEY=39101 ################################################################################ # Specifies Storage Configuration # # Entry Descriptions: # # MASCAT_NAME = <dataset> Master Catalog dataset name # # MASCAT_CREATE = <YES|NO> Automatically create master catalog or not? # # DEFAULT_VOLSER = <name> Default volume serial # # VOLADD_DEFINE = <YES|NO> Automatically define default volume or not? # ################################################################################ MASCAT_NAME=SYS1.MASTER.ICFCAT MASCAT_CREATE=YES DEFAULT_VOLSER=DEFVOL SYSTEM_TABLESPACE=OFM_REPOSITORY VOLADD_DEFINE=YES ################################################################################ # Specifies ODBC configuration # # Entry Descriptions: # # ODBC_USERNAME= <name> database username # # ODBC_PASSWORD= <password> database user password # # ODBC_DATABASE= <name> ODBC database data source name(DSN) # ################################################################################ ODBC_USERNAME=tibero ODBC_PASSWORD=tmax ODBC_DATABASE=oframe8 ################################################################################ # Specifies TSAM configuration # # Entry Descriptions: # # TSAM_DBTYPE= < TIBERO > TSAM database type # # DATASET_SHMKEY = <number> Shared memory key value for dataset # ################################################################################ TSAM_DBTYPE=TIBERO DATASET_SHMKEY=69082 ################################################################################ # Specifies include configuration # # Entry Descriptions: # # TSAM_INCLUDE1= System include Directory Path # # TSAM_INCLUDE2= System include Directory Path # # TSAM_INCLUDE3= System include Directory Path # ################################################################################ TSAM_INCLUDE1=/usr/include TSAM_INCLUDE2=/usr/local/include TSAM_INCLUDE3=/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include ################################################################################ # Specifies COBOL Compiler # # Entry Descriptions: # # COBOL_COMPILER = <MFCOBOL | OFCOBOL | NETCOBOL | DUMMY> Cobol Compiler # ################################################################################ COBOL_COMPILER=NETCOBOL ################################################################################ # Specifies OPENFRAME TYPE # # Entry Descriptions: # # BATCH_OS_TYPE = < MVS | MSP > OpenFrame OS Type # ################################################################################ BATCH_OS_TYPE=MVS ################################################################################ # Specifies dsview / spfedit CPM_PATH # # Entry Descriptions: # # CPM_PATH = Default CPM type < EBCASCUS | EBCASCJP | JEFASCK(MSP/XSP) > # ################################################################################ CPM_PATH=EBCASCJP.cpm ################################################################################ # Specifies license path # # Entry Descriptions: # # OPENFRAME_LICENSE_PATH = <path> OpenFrame license path # # TMAX_LICENSE_PATH = <path> Tmax license path # ################################################################################ OPENFRAME_LICENSE_PATH=/home/oframe8/Installer/license/OPENFRAME TMAX_LICENSE_PATH=/home/oframe8/Installer/license/TMAX