We have customized /etc/rc to include the start of syslog, very similar to what you say, and it works like that:
_BPX_JOBNAME='SYSLOGT' /usr/sbin/syslogd -d -c -u -f /usr/local/etc/syslogd.conf & On Mon, Oct 8, 2012 at 3:12 PM, Mark Zelden <[email protected]> wrote: > On Mon, 8 Oct 2012 11:31:17 +0200, IT Pro <[email protected]> wrote: > >>Hello, >> >>We upgraded from z/OS 1.9 to z/OS 1.12 a few months ago. >> >>We have configured SYSLOGD daemon to be started as a started task from >>a PROC, but when started we see in the MVS log "syslogd: FSUM1229 >>syslogd is already active", and the procedure ends. The start of the >>syslog is specified in the "AUTOLOG" of the TCPIP configuration. >> >>S SYSLOGT >>$HASP100 SYSLOGT ON STCINRDR >>$HASP373 SYSLOGT STARTED >>IEF403I SYSLOGT - STARTED - TIME=11.27.08 >>BPXF024I (USRFWKT) Oct 8 11:27:08 BOLSAWBD/USRFWKT SYSLOGT syslogd: >>FSUM1229 syslogd is already active >>IEF404I SYSLOGT - ENDED - TIME=11.27.08 >>$HASP395 SYSLOGT ENDED >> >>Could anybody give me a hint on this? I'm stuck at this. >>Thanks, >>Aitor. > > Are you using the same /etc/rc after you upgraded? For example, > this is how I start it from /etc/rc: > > # Start the SYSLOGD daemon which supplies logging functions for programs > _BPX_JOBNAME='SYSLOGD' /usr/sbin/syslogd -f /etc/syslog.conf & > > > -- > Mark Zelden - Zelden Consulting Services - z/OS, OS/390 and MVS > mailto:[email protected] > Mark's MVS Utilities: http://www.mzelden.com/mvsutil.html > Systems Programming expert at http://expertanswercenter.techtarget.com/ > > ---------------------------------------------------------------------- > For IBM-MAIN subscribe / signoff / archive access instructions, > send email to [email protected] with the message: INFO IBM-MAIN ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
