Sample sqdagents.cfg |
Scroll |
Sample sqdagents.cfg files are provided below.
Example 1
A Capture Controller Daemon running on z/OS and servicing multiple capture agents
acl=acl.cfg
message_level=2
message_file=../logs/acl.log
service=2626
[db2cdc]
type=cdcstore
cab=/home/sqdata/db2cdc/db2cdc.cab
auto_start=yes
[imscdc]
type=capture
cab=/home/sqdata/imscdc/imscdc.cab
[vsamcdc]
type=capture
cab=/home/sqdata/vsampub/vsampub.cab
Note, the public/private key files and the authorized key list file will be specified as part of the z/OS SQDAEMON Started Task JCL.
Example 2
An Engine Controller Daemon running on Linux servicing one local Engine agent.
acl=<SQDATA_VAR_DIR>/daemon/cfg/acl.cfg
authorized_keys=<SQDATA_VAR_DIR>/daemon/nacl_auth_keys
identity=<SQDATA_VAR_DIR>/id_nacl
message_file=../logs/daemon.log
service=2626
[DB2TOORA]
type=engine
program=SQDATA
args=DB2TOORA.prc
working_directory=<SQDATA_VAR_DIR>
message=<SQDATA_VAR_DIR>
stderr_file=<SQDATA_VAR_DIR>/DB2TOORA.rpt
stdout_file=<SQDATA_VAR_DIR>/DB2TOORA.rpt
auto_start=yes