<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: syslog.log entries in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-log-entries/m-p/2885386#M101841</link>
    <description>*.info;mail.none;local5.none    /var/adm/syslog/syslog.log&lt;BR /&gt;local5.info             /var/adm/syslog/ftp.log&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;local5 is for ftp.&lt;BR /&gt;&lt;BR /&gt;by changing the local5.info into a seperate logfile and also making the local5.none for the syslog file the ftp messages can be now re-directed to another log file</description>
    <pubDate>Mon, 20 Jan 2003 09:51:07 GMT</pubDate>
    <dc:creator>T G Manikandan</dc:creator>
    <dc:date>2003-01-20T09:51:07Z</dc:date>
    <item>
      <title>syslog.log entries</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-log-entries/m-p/2885381#M101836</link>
      <description>i have HP n class server with HP-Ux 11i as OS , the server is used extensively by our clients for FTP purpose , so the /var/adm/syslog/syslog.log if i go thro" the syslog.log it shows all the FTP entries which makes nearely impossible to analyze syslog. is there any way to divert these FTP entries from syslog.log to another file</description>
      <pubDate>Mon, 20 Jan 2003 08:00:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-log-entries/m-p/2885381#M101836</guid>
      <dc:creator>CCIL</dc:creator>
      <dc:date>2003-01-20T08:00:33Z</dc:date>
    </item>
    <item>
      <title>Re: syslog.log entries</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-log-entries/m-p/2885382#M101837</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;you have to customize the syslog.conf file.&lt;BR /&gt;&lt;BR /&gt;See syslogd(1m) and syslog(3C) for more information.&lt;BR /&gt;&lt;BR /&gt;Regards ...&lt;BR /&gt;Armin</description>
      <pubDate>Mon, 20 Jan 2003 08:11:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-log-entries/m-p/2885382#M101837</guid>
      <dc:creator>Armin Feller</dc:creator>
      <dc:date>2003-01-20T08:11:07Z</dc:date>
    </item>
    <item>
      <title>Re: syslog.log entries</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-log-entries/m-p/2885383#M101838</link>
      <description>you can this script, run it on crontab and will send a mail to you&lt;BR /&gt;</description>
      <pubDate>Mon, 20 Jan 2003 08:32:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-log-entries/m-p/2885383#M101838</guid>
      <dc:creator>kish_1</dc:creator>
      <dc:date>2003-01-20T08:32:08Z</dc:date>
    </item>
    <item>
      <title>Re: syslog.log entries</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-log-entries/m-p/2885384#M101839</link>
      <description>Change your /etc/syslog.conf file to this and it will log ftp messages to a new ftp logfile; (then restart syslog; /sbin/init.d/syslogd stop then start)&lt;BR /&gt;&lt;BR /&gt;# @(#) $Revision: 74.1 $&lt;BR /&gt;#&lt;BR /&gt;# syslogd configuration file.&lt;BR /&gt;#&lt;BR /&gt;# See syslogd(1M) for information about the format of this file.&lt;BR /&gt;#&lt;BR /&gt;local5.info;mail.none   /var/adm/syslog/ftp.log&lt;BR /&gt;mail.debug              /var/adm/syslog/mail.log&lt;BR /&gt;*.info;mail.none        /var/adm/syslog/syslog.log&lt;BR /&gt;*.alert                 /dev/console&lt;BR /&gt;*.alert                 root&lt;BR /&gt;*.emerg                 *&lt;BR /&gt;</description>
      <pubDate>Mon, 20 Jan 2003 08:41:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-log-entries/m-p/2885384#M101839</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2003-01-20T08:41:57Z</dc:date>
    </item>
    <item>
      <title>Re: syslog.log entries</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-log-entries/m-p/2885385#M101840</link>
      <description>Not too sure what you want to analyse.  If what you are after is the system errors and warnings (and not the FTP messages), try using "dmesg -".  A normal dmesg gives you all the errors and stuff but adding a "-" (minus) shows only what you have not seen yet.  The system keeps track of what you have then seen and what not.&lt;BR /&gt;&lt;BR /&gt;Obviously the first time it still show everything but thereafter only what you have not seen yet.&lt;BR /&gt;&lt;BR /&gt;Good luck&lt;BR /&gt;&lt;BR /&gt;Carlo</description>
      <pubDate>Mon, 20 Jan 2003 08:44:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-log-entries/m-p/2885385#M101840</guid>
      <dc:creator>Carlo Henrico_1</dc:creator>
      <dc:date>2003-01-20T08:44:28Z</dc:date>
    </item>
    <item>
      <title>Re: syslog.log entries</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-log-entries/m-p/2885386#M101841</link>
      <description>*.info;mail.none;local5.none    /var/adm/syslog/syslog.log&lt;BR /&gt;local5.info             /var/adm/syslog/ftp.log&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;local5 is for ftp.&lt;BR /&gt;&lt;BR /&gt;by changing the local5.info into a seperate logfile and also making the local5.none for the syslog file the ftp messages can be now re-directed to another log file</description>
      <pubDate>Mon, 20 Jan 2003 09:51:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-log-entries/m-p/2885386#M101841</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-01-20T09:51:07Z</dc:date>
    </item>
    <item>
      <title>Re: syslog.log entries</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-log-entries/m-p/2885387#M101842</link>
      <description>grep -v ftp /var/adm/syslog/syslog.log &amp;gt; /tmp/syslog_no_ftp;mv /tmp/syslog_no_ftp /var/adm/syslog/syslog.log.&lt;BR /&gt;put anywhere from crontab to alias (ed_syslog ex.) :)&lt;BR /&gt;&lt;BR /&gt;regards</description>
      <pubDate>Mon, 20 Jan 2003 11:14:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-log-entries/m-p/2885387#M101842</guid>
      <dc:creator>Zeev Schultz</dc:creator>
      <dc:date>2003-01-20T11:14:11Z</dc:date>
    </item>
  </channel>
</rss>

