설치용 속성파일 예제
다음은 설치용 속성파일에서 설명한 설치 스크립트의 예제이다.
################################################################################ # Configuration Sample for OpenFrame AIM Installation # # # # File : aim_ndb.properties # # Date : 20200910 # # Version : 7.3 # # # ################################################################################ ################################################################################ # 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/oframe/OpenFrame ################################################################################ # Specifies AIM configuration # # Entry Descriptions: # # DCMS_OS = <XSP | MSP> type of the legacy system to be migrated # # PSAM_LANG = <KR | JP | US> language for PSAM # # VTAM_PORT = <port> port number for VTAM # # DEFAULT_VOLSER = <name> Default volume serial # # SYSTEM_TABLESPACE = <name> TableSpace name for SYSTEM # # LOG_TABLESPACE = <name> TableSpace name for LOG (ONLINE TRANSATION LOG) # ################################################################################ DCMS_OS=MSP PSAM_LANG=JP VTAM_PORT=5011 DEFAULT_VOLSER=DEFVOL SYSTEM_TABLESPACE=OFM_REPOSITORY LOG_TABLESPACE=OFM_LOG ################################################################################ # 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=oframe