On Mon, 21 Jul 2008 11:45:03 -0500, Rick Fochtman <[EMAIL PROTECTED]> wrote:
>----------------------------------<unsnip>---------------------------- >I'm curious; are you using an automated process to get SYSLOG to tape? >We use an automatic command to close the current log and open a new one >every night at midnight, but we've never been able to completely >automate the process of saving it to tape. Also, we like to keep seven >calendar days' worth on the spool, for SDSF searches, etc. If we could >save it to tape in a completely automated fashion, and restore to a >sequential dataset when needed, our regulators and auditors would be >ECSTATIC. > Yes. Automation does the writelog command at midnight and starts an STC. That STC is an external writer that picks up the syslog from class L (which is unique to syslog output in the spool) and writes the syslog to a disk GDG. After the "idle" message from the external writer, automation stops the external writer. The next step in STC copies the disk gdg to a tape GDG. In sysplex environments, one of the LPARs is chosen per sysplex to have additional steps to dump the operlog to disk and copy to tape. The GDG limit controls the retention of disk files, tape may be controlled by GDG limit an / or tape mgmt system retention period control (may not be the same everywhere). In a few of the LPARs, the disk GDG retention is set more than 3 or 4 GDGs but HSM migrates those to ML1 (the GDG limit is not high enough to where they ever end up on ML2). This is quicker than recall from virtual tape that is not in the buffer. Oh... in shared spool environments the writelog / STC only executes on one LPAR and I have a REXX exec I wrote that splits off the syslog into separate LPARs. This was so we didn't have to dedicate a different class per LPAR for the syslog. Back in "the day" output classes were hard to come by. Mark -- Mark Zelden Sr. Software and Systems Architect - z/OS Team Lead Zurich North America / Farmers Insurance Group - ZFUS G-ITO mailto:[EMAIL PROTECTED] z/OS Systems Programming expert at http://expertanswercenter.techtarget.com/ Mark's MVS Utilities: http://home.flash.net/~mzelden/mvsutil.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

