Agent Parameters
CONN_MAX
CONN_MAX specifies the max number of connections between processes.
Parameter Format
Parameter type
Integer
Default Value
128
Class
Optional, Static
Range
32 - 1024
LISTENER_PORT
LISTENER_PORT specifies the port number used by each process. All processes on the same machine must use different ports.
Parameter Format
Parameter type
Integer
Default Value
7600
Class
Optional, Static
Range
1024 - 65535
LOG_BACKUP_DIR
LOG_BACKUP_DIR specifies the directory where the ProSync log files are backed up. It must be specified as an absolute path.
Parameter Format
Parameter type
path
Default Value
""
Class
Mandatory, Static
Range
LOG_BACKUP_SIZE
LOG_BACKUP_SIZE specifies the maximum size of all backup files in the process. If this limit is exceeded, the oldest log files in the directory are deleted.
Parameter Format
Parameter type
Integer
Default Value
0
Class
Optional, Dynamic
Range
0 - 128G
LOG_DIR
LOG_DIR specifies the directory where the ProSync log files are stored. It must be specified as an absolute path.
Parameter Format
Parameter type
path
Default Value
""
Class
Mandatory, Static
Range
LOG_FILE_SIZE
LOG_FILE_SIZE specifies the maximum log file size. If a log file exceeds this limit, it is moved to the backup directory and a new log file is created.
Parameter Format
Parameter type
Integer
Default Value
104857600
Class
Optional, Dynamic
Range
1M - 1G
LOG_LEVEL
LOG_LEVEL specifies the log level of the process. A higher log-level produces more detailed logs.
Parameter Format
Parameter type
Integer
Default Value
3
Class
Mandatory, Dynamic
Range
1 - 5
PRS_AGENT_CM_PROBE_TIMEOUT
cm probe timeout. when it's 0, indefinitely wait returns from cm. works only when USE_CM=Y
Parameter Format
Parameter type
Integer
Default Value
0
Class
Optional, Static
Range
0 - PRS_AGENT_CM_PROBE_TIMEOUT < PRS_AGENT_PROC_STATUS_INTERVAL
PRS_AGENT_PROC_CHECK_INTERVAL
time interval to check whether child process is dead or not.
Parameter Format
Parameter type
Integer
Default Value
1
Class
Optional, Static
Range
1 - 3600
PRS_AGENT_PROC_MAX_FAIL_CNT
maximum fail count to calibrate process status internally. works only when USE_CM=Y
Parameter Format
Parameter type
Integer
Default Value
5
Class
Optional, Static
Range
1 - 3600
PRS_AGENT_PROC_STARTUP_TIMEOUT
startup timeout seconds, [startup request to wthr - logon recv]. works only when USE_CM=Y
Parameter Format
Parameter type
Integer
Default Value
10
Class
Optional, Static
Range
5 - 256
PRS_AGENT_PROC_STATUS_INTERVAL
proc status check interval. works only when USE_CM=Y
Parameter Format
Parameter type
Integer
Default Value
3
Class
Optional, Static
Range
2 - 256
PRS_AGENT_PROC_STATUS_REPLY_TIMEOUT
read idle timeout seconds, for status reply. works only when USE_CM=Y
Parameter Format
Parameter type
Integer
Default Value
10
Class
Optional, Static
Range
6 - 256
PRS_AGENT_TIME_INTERVAL
time interval to get statistic information. agent sends info req msg to ext and apply.
Parameter Format
Parameter type
Integer
Default Value
60
Class
Optional, Static
Range
1 - 3600
REPO_RESOURCE_INSERT_INTERVAL
This parameter decides how often to insert resource data into repoDB.
Parameter Format
Parameter type
Integer
Default Value
60
Class
Optional, Static
Range
60 - 3600
USE_CM
USE_CM specifiese whether use cm management for failover or not.
Parameter Format
Parameter type
Boolean
Default Value
N
Class
Optional, Static
Range
Last updated