We have an HTTP server that currently has a SYSOUT of 12M lines. We have to bounce the HTTP server occasionally to free up all the space in the JES spool. Paperwork/outages suck so I was wondering if there is a way to "clear" the SYSOUT via a batch job. There may also be a setting in the HTTP server that will exclude these messages too which may be an even easier option. Any help is appreciated. Thanks, Jeff
Thousands of these messages
Ý111EC0E8 07/Apr/2015:05:09:51.474368¨: myauth had retcode 0.
Ý111EC0E8 07/Apr/2015:05:09:51.474469¨: myauth sending return_code 200.
HTTP srvr way to clear SYSOUT while a job/task is running?
-
- Posts: 12
- Joined: Wed May 20, 2015 8:38 pm
- Skillset: z/os administrator
- Referer: google search
-
- Global moderator
- Posts: 3720
- Joined: Sat Dec 19, 2009 8:32 pm
- Skillset: Systems programming, SAS, COBOL, CICS, JCL, SMS, VSAM, etc.
- Referer: other forum
- Location: Dubuque, Iowa, USA
Re: HTTP srvr way to clear SYSOUT while a job/task is runnin
In your httpd.conf file, what are AccessLogSizeLimit and ErrorLogSizeLimit set to? Practically, you might want to dummy out SYSOUT (although I haven't had a chance to research and verify that this is valid) and look at the logs through Unix System Services if any issues arise. You could also specify AccessLogExcludeReturnCode 200 to exclude them from the log.
-
- Posts: 12
- Joined: Wed May 20, 2015 8:38 pm
- Skillset: z/os administrator
- Referer: google search
Re: HTTP srvr way to clear SYSOUT while a job/task is runnin
AccessLogSizeLimit 0
ErrorLogSizeLimit 0
I see this in there...looks to be an example
# AccessLogExcludeReturnCode 300
make it
AccessLogExcludeReturnCode 200
seems easy enough
ErrorLogSizeLimit 0
I see this in there...looks to be an example
# AccessLogExcludeReturnCode 300
make it
AccessLogExcludeReturnCode 200
seems easy enough
-
- Posts: 12
- Joined: Wed May 20, 2015 8:38 pm
- Skillset: z/os administrator
- Referer: google search
-
- Posts: 12
- Joined: Wed May 20, 2015 8:38 pm
- Skillset: z/os administrator
- Referer: google search
Re: HTTP srvr way to clear SYSOUT while a job/task is runnin
that should cut the messages by 1/2. is there a way to get rid of myauth had retcode 0.
Ý11203258 07/Apr/2015:05:01:37.295591¨: myauth had retcode 0.
Ý11203258 07/Apr/2015:05:01:37.295591¨: myauth had retcode 0.
-
- Similar Topics
- Replies
- Views
- Last post
-
- 5
- 2709
-
by Pedro
View the latest post
Sat Feb 06, 2021 4:56 am
-
- 3
- 2286
-
by NicC
View the latest post
Sat Nov 21, 2020 3:16 am
-
-
Getting 0F01C008 Error while running SMP/e Apply Check Job
by csakil » Tue Apr 06, 2021 10:58 pm » in System programming - 0
- 2846
-
by csakil
View the latest post
Tue Apr 06, 2021 10:58 pm
-
-
-
RC's when running a REXX exec under ISPSTART in Batch
by golemis » Thu Nov 03, 2022 5:19 pm » in TSO & ISPF - 5
- 3494
-
by golemis
View the latest post
Fri Nov 04, 2022 2:19 pm
-