Ooh, shiny! Thanks, Jim! I did the "quick and dirty, get it running, make it nice later" customization.
Love to see working code! Hope all is well with you and yours. . .it's been a few years. Cheers,,,Steve Steven F. Conway, CISSP LA Systems z/OS Systems Support Phone: 703.295.1926 [email protected] From: "Petersen, Jim" <[email protected]> To: [email protected] Date: 03/24/2011 08:43 AM Subject: Re: SYSLOGD Sent by: IBM Mainframe Discussion List <[email protected]> Steve, It is easy peasy. Got it working correctly the 1st time I tried it. We offload our SYSLOGD to GDG's nightly. These go in the syslog.conf file BeginArchiveParms DSNPrefix XXX.SDAILY.SYSLOGD.HD01 StorClas XXGDG MgmtClas XXGDG8 EndArchiveParms # *.err /var/log/syslogd/errors.log -N ERRORS(+1) # *.*.*.* /var/log/syslogd/syslog.log -N SYSLOG(+1) *.INETD*.*.* /var/log/syslogd/inetd.log -N INETD(+1) *.OMPROUTE.*.* /var/log/syslogd/omproute.log -N OMPROUTE(+1) #*.PAGENT*.*.* /var/log/syslogd/pagent.log -N PAGENT(+1) *.FTP*.*.* /var/log/syslogd/ftp.log -N FTP(+1) #*.TCPCS.daemon.* /var/log/syslogd/ATTLS.log -N ATTLS(+1) *.TRMD*.local4.* /var/log/syslogd/FILT.log -N TRMD(+1) #*.IKED*.local4.* /var/log/syslogd/IKED.log -N IKED(+1) *.TRMD*.daemon.* /var/log/syslogd/IDS.log -N IDS(+1) *.SYSLOGD*.*.* /var/log/syslogd/syslogd.log -N SYSLOGD(+1) *.*.daemon.* /var/log/syslogd/daemon.log -N DAEMON(+1) *.info /var/log/syslogd/info.log -N INFO(+1) ___________________________________________ Jim Petersen MVS - Lead Systems Engineer Home Depot Technology Center 1300 Park Center Drive, Austin, TX 78753 www.homedepot.com email:[email protected] 512-977-2615 direct 512-977-2930 fax 210-859-9887 cell phone -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of Steve Conway Sent: Tuesday, March 22, 2011 1:11 PM To: [email protected] Subject: Re: SYSLOGD Hi, John. We do a lot of ssh and FTP work. I find it useful to monitor activity, failed logins, stuff like that. The ISPF syslogd browser has a crap interface, but somebody must have liked it. Now, if I could find the time to play with making the nightly archive dataset into a GDG. . . Cheers,,,Steve Steven F. Conway, CISSP LA Systems z/OS Systems Support Phone: 703.295.1926 [email protected] From: John Norgauer <[email protected]> To: [email protected] Date: 03/22/2011 12:25 PM Subject: SYSLOGD Sent by: IBM Mainframe Discussion List <[email protected]> We have SYSLOGD running in our test LPAR and to-date have not really seen any use or have figured out any use for this daemon. Has your installation used this daemon for any meaningful purpose or has NOT having it running caused any grief? I am considering putting it into my new z/OS 1.11 production platform but have reservations about doing so. Our shop is running CICS, DB2 lots of FTP's SNTP and SFTP. John Norgauer Senior Systems Programmer Mainframe Technical Support Services University of California Davis Medical Center 2315 Stockton Blvd ASB 1300 Sacramento, Ca 95817 916-734-0536 SYSTEMS PROGRAMMING...... Guilty, until proven innocent !! " JN 2004 ........ "Hardware eventually breaks - Software eventually works" anon ........ ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html The information in this Internet Email is confidential and may be legally privileged. It is intended solely for the addressee. Access to this Email by anyone else is unauthorized. If you are not the intended recipient, any disclosure, copying, distribution or any action taken or omitted to be taken in reliance on it, is prohibited and may be unlawful. When addressed to our clients any opinions or advice contained in this Email are subject to the terms and conditions expressed in any applicable governing The Home Depot terms of business or client engagement letter. The Home Depot disclaims all responsibility and liability for the accuracy and content of this attachment and for any damages or losses arising from any inaccuracies, errors, viruses, e.g., worms, trojan horses, etc., or other items of a destructive nature, which may be contained in this attachment and shall not be liable for direct, indirect, consequential or special damages in connection with this e-mail message ! or its attachment. ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

