Pre-Set Sideloader Configurations

Certain default configurations for MATRIXX components must not be changed using a MATRIXX Engine or Traffic Routing Agent (TRA) configuration source.

The following sections describe configurations that must not be changed, arranged according to the file in which they appear.

Engine Sideloader

In an engine configuration source, the following configuration must be included in the process_control_cfg_sed.extra file (along with any overrides to other configuration properties) and must not be changed:

/ping_acceptor_tout_msec = 500/ a ping_acceptor_rst_on_close = 1\nping_acceptor_close_on_accept = 0\nping_acceptor_close_on_core_wait = 0\nrlimit_core = unlimited\nnonroot_lift_rlimit_to_max = 1

TRA Sideloader

In a TRA configuration source, the following configuration must be included in the process_control.cfg file (along with any overrides to other configuration properties) and must not be changed:

ping_acceptor_tout_msec = 500
ping_acceptor_rst_on_close = 1
ping_acceptor_close_on_accept = 0
ping_acceptor_close_on_core_wait = 0
rlimit_core = unlimited
nonroot_lift_rlimit_to_max = 1

In a TRA configuration source, the following configurations must be included unchanged in the rcc_base.cfg file.

# DO NOT SET
type = rcc

# DO NOT SET
network_mode = client

# DO NOT SET
checkpoint.base_directory = /rcc_data

# DO NOT SET
admin_checkpoint.base_directory = /rcc_data

# DO NOT SET
[main]
rca.address = 
rca.remote.1.address = 127.0.0.1
rca.remote.1.port = 4090