Syntax
sqdconf modify <cab_file_name>
[--lsn=<number>]
--add-zlog=<log_stream_name>
--remove-zlog=<log_stream_name>
[--encryption | --no-encryption]
[--auth-keys-list=<name>]
[--high-threshold=<number>]
[--low-threshold=<number>]
[--reset-stats]
Keyword and Parameter Descriptions
cab_file_name - Configuration file for the zLog Publisher Agent, including its path.
[ --lsn =<number>] - IMS Only, This specifies a point in time to start publishing, using the native database's system for uniquely identifying such points. This log point indicates that any transaction committed prior to or at this log point is deemed already published. Zero means current.
--add-zlog=<log_stream_name> - Add a System Log Stream.
--remove-zlog=<log_stream_name> - Remove a System Log Stream.
[--encryption | --no-encryption] - Enables or disables NaCL encryption of the published CDC record payload. Precisely recommends zIIP processors be used to enhance CPU cycle efficiency and reduce CPU cost associated with NaCL software encryption.
[--auth-keys-list="<name>"] - Required for NaCL software encrypted CDC record payload. File name must be enclosed in quotes and must contain public key(s) of only the subscribing Engines requiring encryption of the CDC record payload. See --encryption option.
[--high-threshold=<seconds>] - Monitor latency by specifying the High threshold, in seconds, for a WTO (write to operator) message on the console and system log.
[--low-threshold=<seconds>] - Monitor latency by specifying the Low threshold, in seconds, for a WTO (write to operator) message on the console and system log.
[--reset-stats] - Reset cumulative statistics for the Publisher
|