설치용 속성파일 예제
다음은 설치용 속성 파일 작성에서 설명한 설치용 속성파일의 예제이다. TACF 인스톨러를 실행하면 인스톨러는 속성파일에 설정된 순서에 따라 설치를 한다.
################################################################################ # Configuration Sample for OpenFrame TACF Installation # # # # File : tacf.install.properties.sample # # Date : 20220802 # # Version : 7.3 # # # ################################################################################ ################################################################################ # Configuration Syntax: # # <name> = character name # # <dataset> = dataset name (maximum length is 44 characters) # # <key> = system shared memory key (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 # # <server> = OSC | OSI server type # # <path> = unix file or directory path # # <notspecified> = format not specified (refer to administration guide) # # # # Comment Syntax: # # - add '#' at the beginning of the line # # # ################################################################################ ################################################################################ # Secifies TACF , BATCH & IMS configuration # # Entry Descriptions: # # OPENFRAME_HOME = <path> OpenFrame Home directory # # # # USE_OS_AUTH = <YES|NO> Use OS authentification method or not? # # # # TACF_TABLESPACE = <name> Tablespace name for TACF # # TACF_TABLE_CREATE = <YES|NO> Automatically create default # # userlib dataset or not? # ################################################################################ OPENFRAME_HOME=/home/oframe3/OpenFrame USE_OS_AUTH=NO TACF_TABLESPACE=TACF00 TACF_TABLE_CREATE=YES