Chapter 10. SQL Remote Administration
Executethe following command against the remote database:
SET REMOTE link-name OPTION
PUBLIC.OUTPUT_LOG_SEND_LIMIT = ’nnn’
Thevalue of this option is the number of bytes at the tail of the output log
(thatis, the most recent entries) which are sent to the consolidated site.
Youcan use

nnn

Kto indicate kilobytes. Thedefault setting is ’5K’.
Ifyou supply a value that is too large to fit in the maximum message size,
SQLRemote overrides the option value and sends only what will fit in
themessage.
Youcan also send log information even in the absence of errors by setting
theOUTPUT_LOG_SEND_NOW option to YES. SQL Remote then sends
theoutput log information on the next poll and resets the option to ‘NO’
afterthe log is sent.
Toconfigure a consolidated site to receive log information
1. Use either the -ro or the -rt Message Agent option.
Formore information, see “The Message Agent” on page 292.
227