This step is required only if you are running the CA SYSVIEW Option for WebSphere MQ.
This step defines a log stream to contain the WebSphere MQ data collector created records. A unique log stream must be created on each system.
Note: The parmlib members for specifying log stream names are located in the sysview.CNM4BPRM data set.
Follow these steps:
Provides default configuration options for the WebSphere MQ Data Collector function.
LOGSTREAM-MQSDATA-NAME logstream.name
If the logging function is not going to be used or the log stream has not been defined, set the following option:
LOGSTREAM-MQSDATA-NAME NONE
Associates a log name that is defined in this member with a log stream name.
Sysname Logname.......LogStream-Name Sysname MQSDATA.MQHR logstream.name
The log stream for WebSphere MQ Option is defined and the collected data can be viewed online.
Example: Define an MQHR Log Stream
This example shows an MQ log stream:
//MQS EXEC PGM=IXCMIAPU,REGION=0M
//SYSPRINT DD SYSOUT=*
//SYSIN DD *
DATA TYPE(LOGR) REPORT(NO)
DEFINE LOGSTREAM
NAME(GSVX130.MQSDATA.MQHR.smfi)
AUTODELETE(YES)
DASDONLY(YES)
DESCRIPTION(MQS_MQHR)
DIAG(NO)
EHLQ(LOGGER)
HIGHOFFLOAD(70)
LOWOFFLOAD(0)
LS_SIZE(1000)
MAXBUFSIZE(32767)
MODEL(NO)
OFFLOADRECALL(YES)
RETPD(5)
STG_SIZE(750)
|
Copyright © 2013 CA.
All rights reserved.
|
|