> > Can someone point me in the right direction to get me > started? Is there > even a better method? Thanks. >
Do you already have syslogd running under z/OS? If so, just go over to your Linux image and do a "man syslog.conf". In there you will find how to log remotely. It involves updating your /etc/syslog.conf file and signalling the syslogd daemon to reread the file. I just tested the following in my syslog.conf: *.* @techframe This sends all messages to the host called "techframe". I tested by issueing the following command in Linux: logger 'This is a test message from a Linux guest' This produced the following message on the z/OS console: 11.26.50 TECH STC00293 BPXF024I (BPXOINIT) Jun 2 12:26:50 tux.ecolab.com root: This is a test message from a Linux guest Leland ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390
