[COMMON] # Log Directory path DEFAULT_LOG_DIR = /user/service/logs # Log write level: 7:debug 6:info(Default) 5:notice 4:warning 3:error 2:critical 1:alert 0:emergency LOG_LEVEL = 6 # RC ID RC_ID = ##RCID## # RCDB Access Information RCDB_IP = ##DATABASE## RCDB_PORT = ##DATABASE_PORT## RCDB_DB_NAME = localdb RCDB_ACCT = syshost RCDB_ACCT_PW = PASSWDTEMP # FHS status broadcasting UDP port ( vmasd broadcasting udp port ) FHS_STATUS_BROADCAST_UDP_PORT = 13201 # skip keyword : h|path (head) or m|path(middle) or t|path(tail) SKIP_KEYWORD = h|/INCINERATE,t|.ICS_TEMP,t|.ics_temp,t|.SB_TEMP,t|.sb_temp #-----------------------------------------------# [rc_du] # Log Directory path #DEFAULT_LOG_DIR =/user/service/logs # Log write level: 7:debug 6:info(Default) 5:notice 4:warning 3:error 2:critical 1:alert 0:emergency #LOG_LEVEL = 7 #-----------------------------------------------# [rc_gcmd] # Log Directory path #DEFAULT_LOG_DIR =/user/service/logs # Log write level: 7:debug 6:info(Default) 5:notice 4:warning 3:error 2:critical 1:alert 0:emergency #LOG_LEVEL = 7 # RCDB Access Information #RCDB_IP = ##DATABASE## #RCDB_PORT = ##DATABASE_PORT## #RCDB_DB_NAME = localdb #RCDB_ACCT = syshost #RCDB_ACCT_PW = PASSWDTEMP # Max count of file delete request thread # The recommended default value is 20. # The maximum value of 100. MAX_DELETE_THREAD = 20 #-----------------------------------------------# [rc_mngd] # Log Directory path #DEFAULT_LOG_DIR =/user/service/logs # Log write level: 7:debug 6:info(Default) 5:notice 4:warning 3:error 2:critical 1:alert 0:emergency #LOG_LEVEL = 7 # RC ID #RC_ID = ##RCID## # RCDB Access Information #RCDB_IP = ##DATABASE## #RCDB_PORT = ##DATABASE_PORT## #RCDB_DB_NAME = localdb #RCDB_ACCT = syshost #RCDB_ACCT_PW = PASSWDTEMP # Database Connection Pool #DB_POOL = 2 # FHS Contro Port(TCP) = ftsd listen port FHS_CONTROL_TCP_PORT = 14001 # RC Domain host name RC_DOMAIN_NAME = ##DOMAIN_NAME## # SSL Key File SSL_CERTIFICATE_FILE = /user/service/etc/rc_mmngd_CA.pem SSL_PRIVATEKEY_FILE = /user/service/etc/rc_mmngd_privkey.pem # RC Management Service List ## delimiter : | ## listen port,Service Type(XML,SDK,ETC),SSL(Y,N) SERVICE_LIST = 13112,XML,Y|13104,SDK,N|13111,ETC,N|13113,STR,N #-----------------------------------------------# [rc_rmcd] # Log Directory path #DEFAULT_LOG_DIR =/user/service/logs # Log write level: 7:debug 6:info(Default) 5:notice 4:warning 3:error 2:critical 1:alert 0:emergency #LOG_LEVEL = 7 # RC ID # RC_ID = ##RCID## # FHS FTSD (File TranSfer Daemon) Service Port FHS_TRANSFER_DAEMON_PORT = 14001 # Max Queue Count(size) limit ( 0: infinite ) MAX_QUEUE_COUNT = 4096 # Max Retry Count if file processing failed. # ( Total try count = MAX_RETRY_COUNT + 1 ) MAX_RETRY_COUNT = 2 # File Hash Check Level: 0:Not use hash, 1:Partitial hash(Default), 2:Full Hash FILE_HASH_CHECK_LEVEL = 1 # Max count of file replication request thread MAX_REPLICATION_THREAD = 30 # FHS Hot content info listen TCP port FHS_HOTCONTENT_LISTEN_TCP_PORT = 13110 # Hot content cache create minimum fd count set HOTCONTENT_CREATE_MINIMUM_FD_COUNT = 5 # Cache File Timeout (sec) (Default: 24Hour) CACHE_FILE_TIMEOUT = 84600 # Max count of file cache request thread MAX_CACHE_THREAD = 30 # Target select interval on running # range : 180 ~ 1800 (second) TARGET_SELECT_INTERVAL = 180 # Target select interval on starting # range : 1 ~ unlimited (hour) (Default: 168Hour(7Days)) TARGET_SELECT_INTERVAL_ON_STARTING = 168 #-----------------------------------------------# [rc_mond] # FHS csagentd send data(system, service check info) receiving TCP port PORT_TCP_LISTEN_SYSTEM_STAT = 14003 PORT_TCP_LISTEN_CHECK_STAT = 14004 # FHS fimngd communication TCP port # - alive fhs list.... PORT_TCP_LISTEN_SEND_INFO = 14005 # GMS (new_sh_statusd) GMS_SERVER = cc-gms.ktsh.co.kr GMS_PORT_STAT = 13109 # Max storage usage(%) for prevent content upload # range : 0 ~ 100 STORAGE_MAX_USAGE_TO_DISABLE = 98 #-----------------------------------------------# [rc_sscd] # FHS fimngd send data(service network state) receiving TCP port PORT_TCP_LISTEN_SERVICE_STAT = 14006 # GTS (cc_statd) GTS_SERVER = cc-gts.ktsh.co.kr GTS_PORT_STAT = 13107 # Local DB (sqlite3) file name # default : /user/service/rc_sscd.db LOCAL_DB_FILE = /user/service/rc_sscd.db # Calculate storage used size by only full scan mode # 0 : full, partial scan mixed use. (default) # 1 : only full scan use, STORAGE_CALCULATE_ONLY_FULL_SCAN = 0 #-----------------------------------------------# [rc_syncd] # Operator Command Port OP_PORT = 14002 # Database connection pool DB_POOL = 4 # work pool WORK_POOL = 20 # When endtime(svcsync) to obtain coefficient that are subtracted. (sec) SAFETY_FACTOR = 180 # Get the set amount of time at a time. (Day) ONCE_SIZE = 1 # time between svcsync runs & target interval # range : 30 ~ CHK_MIDDLE (second) #CHK_SMALL = 60 # range : CHK_SMALL ~ (second) #CHK_MIDDLE = 3600 # range : 1Days, hour(0-23) CHK_ONCE = 7 # diff commnad #DIFF_COMMAND = /user/service/etc/diff_com.sh # skip keyword : h|path (head) or m|path(middle) or t|path(tail) #SKIP_KEYWORD = h|/INCINERATE,t|.ICS_TEMP,t|.ics_temp,t|.SB_TEMP,t|.sb_temp # FHS storage mount info multi set enable # ex ( FHS_STORAGE_MOUNT = /stg/node0,/stg/node1 ) #FHS_STORAGE_MOUNT = /stg/node0,/stg/node1,/stg/node2 #-----------------------------------------------# [rc_cmove] # Log Directory path #DEFAULT_LOG_DIR =/user/service/logs # Log write level: 7:debug 6:info(Default) 5:notice 4:warning 3:error 2:critical 1:alert 0:emergency #LOG_LEVEL = 7 # RCDB Access Information #RCDB_IP = ##DATABASE## #RCDB_PORT = ##DATABASE_PORT## #RCDB_DB_NAME = localdb #RCDB_ACCT = syshost #RCDB_ACCT_PW = PASSWDTEMP # Database Connection Pool DB_POOL = 4 # work pool WORK_POOL = 20 # FHS storage mount info multi set enable # ex ( FHS_STORAGE_MOUNT = /stg/node0,/stg/node1 ) #FHS_STORAGE_MOUNT = /stg/node0,/stg/node1,/stg/node2 #-----------------------------------------------# [rc_balanced] # Max Queue Count(size) limit # default: 4096 MAX_QUEUE_COUNT = 4096 # FHS ftsd TCP Listen Port (default: 14001) FHS_TRANSFER_DAEMON_PORT = 14001 # Rebalance target FHS reselect time limit (minutes) # default 30 (min 10, max 1440) # use transfer total size calc FHS_RESELECTION_TIME_LIMIT = 30 # Content Hash Check Level # use transfer total size calc. full hash is transfer total size reduce. # 0:Not check (default), 1:Partitial(1M) hash, 2:Full Hash FILE_HASH_CHECK_LEVEL = 0 #-----------------------------------------------# [rc_apid] # Log write level: 7:debug 6:info(Default) 5:notice 4:warning 3:error 2:critical 1:alert 0:emergency #LOG_LEVEL = 7 # FHS ftsd TCP service port (default: 14001) FHS_TRANSFER_DAEMON_PORT = 14001 # content size, MD5 hash info request Listen Port (default:14021) PORT_TCP_LISTEN_SIZE_HASH = 14021 #-----------------------------------------------#