LINE # CONTROL CARDS
1 DATA TYPE(LOGR) REPORT(NO)
2
3 DEFINE LOGSTREAM NAME(STC.ZCON455.DFHLOG)
4 DASDONLY(YES)
5 MAXBUFSIZE(64000)
6 STG_SIZE(3000) RETPD(8)
7 LOWOFFLOAD(20) HIGHOFFLOAD(95)
8
9 DEFINE LOGSTREAM NAME(STC.ZCON455.DFHSHUNT)
10 DASDONLY(YES)
11 MAXBUFSIZE(64000)
12 STG_SIZE(5000) RETPD(8)
13 LOWOFFLOAD(0) HIGHOFFLOAD(80)
1ADMINISTRATIVE DATA UTILITY: MESSAGES DATA TYPE = LOGR
+_______________________________________________________________________________
IXG005I LOGR POLICY PROCESSING LINE# 3
IXG010E NO SPACE IS AVAILABLE FOR LOGSTREAM ENTRIES
IXG002E LOGR POLICY PROCESSING ENDED WITH RETCODE=00000008 RSNCODE=00000823
IXG003I LOGR POLICY PROCESSING ENCOUNTERED AN UNEXPECTED ERROR. DIAGNOSIS INFO
1 DATA TYPE(LOGR) REPORT(NO)
2
3 DEFINE LOGSTREAM NAME(STC.ZCON455.DFHLOG)
4 DASDONLY(YES)
5 MAXBUFSIZE(64000)
6 STG_SIZE(3000) RETPD(8)
7 LOWOFFLOAD(20) HIGHOFFLOAD(95)
8
9 DEFINE LOGSTREAM NAME(STC.ZCON455.DFHSHUNT)
10 DASDONLY(YES)
11 MAXBUFSIZE(64000)
12 STG_SIZE(5000) RETPD(8)
13 LOWOFFLOAD(0) HIGHOFFLOAD(80)
1ADMINISTRATIVE DATA UTILITY: MESSAGES DATA TYPE = LOGR
+_______________________________________________________________________________
IXG005I LOGR POLICY PROCESSING LINE# 3
IXG010E NO SPACE IS AVAILABLE FOR LOGSTREAM ENTRIES
IXG002E LOGR POLICY PROCESSING ENDED WITH RETCODE=00000008 RSNCODE=00000823
IXG003I LOGR POLICY PROCESSING ENCOUNTERED AN UNEXPECTED ERROR. DIAGNOSIS INFO
I have already googled this return code, and I found this on IBM's site:
Explanation: Environment error. The LOGR couple data set cannot be updated because the maximum number of entries for the specified type has already been reached.
Action:Format a new LOGR couple data set using the IXCL1DSU utility. In the new LOGR couple data set either delete unused entries or increase the allowed number of entries on the LSR parameter (for log stream entries) or the LSTRR parameter (for coupling facility structure entries).
PSWITCH the current alternate LOGR couple data set to primary.
Add the new LOGR couple data set as alternate.
PSWITCH the new LOGR couple data set from alternate to primary.
Well, here come my questions:
1. Can it be, that someone just misconfigured my profile (cause in "Part3.pdf" there isn't any mention about this problem, it looks like everything should work just fine)?
2. If no, can you please give me more or less detailed explanation how to use this "IXCL1DSU utility"?