HA Parameters (config.txt
)
The following parameters define the HA configuration parameters
[ COMMON ] CyberMgrPortLocal: 46678 . . . . . . . . . . . . . HADirectory: /common/directory/HATest HACyberMgrPrimary: primary.cybermgr.acme.com:46678 HACyberMgrSecondary: secondary.cybermgr.acme.com:46678 CyberMgrTraceLevel: N { N,Y,D } CyberMgrTracePath: /data/ps810/trace/Responder VRefreshInterval: 10 { # of sec, 0 turn off visibility }
The following parameters define configuration parameters used by HA and non-HA mode
ConfigDirectory: /common/directory/HATest/config
PQFDirectory: /common/directory/HATest/PQF
TransnumFileName: /common/directory/HATest/trn/transnum
LogEventFileName: /common/directory/HATest/log/Log.txt
Config.txt Parameter | Description |
---|---|
CyberMgrPortLocal
|
Defines the port that the local CyberMgr listens on. This parameter is used in both HA and non-HA mode. |
HADirectory
|
Defines a common location that all Platform servers in the cluster can access. To disable HA mode, set the value to "N". |
HACyberMgrPrimary
|
Defines the IP name or IP address and port of the Primary CyberMgr . |
HACyberMgrSecondary
|
Defines the IP name or IP address and port of the Secondary CyberMgr . |
CyberMgrTraceLevel
|
Defines the trace level for CyberMgr . Set parameter only if directed to by TIBCO Support. |
CyberMgrTracePath
|
Defines the CyberMgr trace directory. |
VRefreshInterval
|
Defines the frequency of active transfers reporting their state to CyberMgr .
To disable active transfers tracking, set the value to 0.
|
ConfigDirectory
|
Defines the directory where configuration files, (other than config.txt ) are located. In HA mode, this name should be the same as the HADirectory suffixed with "/config ". |
PQFDirectory
|
Defines the directory where the PQF (restart) files are located. When running in HA mode, this directory should be accessible for read/write from all instances in the HA cluster. |
TransnumFileName
|
Defines the fully qualified name of the transaction number file. When running in HA mode, this file must be accessible for read/write by CyberMgr Primary and Secondary daemons in the HA cluster. |
LogEventFileName
|
Defines the fully qualified name of the audit log file. When running in HA mode, this file must be accessible for read from all instances in the HA cluster and for write by CyberMgr Primary and Secondary daemons. The current date ".YYYYMMDD" is suffixed to the LogFileName. |