Example property file settings for peer-to-peer failover
The following settings show the peer-to-peer settings from the properties file of an example master probe:
PidFile : "master_pid_file"'
Server : "NCOMS"
RulesFile : "master_rules_file"
MessageLog : "master_log_file"
PeerHost : "slave_hostname"
PeerPort : 5555 # [communication port between master and slave probes]
Mode : "master"
JmsFilter: ALA_clientId in ('netcool@master@127.0.0.1', '') and ALA_category not in
('STATISTICS', 'ACCOUNTING')
PersistentJmsId : netcool@master@127.0.0.1
The following settings show the peer-to-peer settings from the properties file of the corresponding slave probe:
PidFile : "slave_pid_file"'
Server : "NCOMS"
RulesFile : "slave_rules_file"
MessageLog : "slave_log_file"
PeerHost : "master_hostname"
PeerPort : 5555 # [communication port between master and slave probes]
Mode : "slave"
JmsFilter: ALA_clientId in ('netcool@slave@127.0.0.1', '') and ALA_category not in
('STATISTICS', 'ACCOUNTING')
PersistentJmsId : netcool@slave@127.0.0.1
Note: The properties files
also contain all other properties required to configure the probe.