<?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: redirect log in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/redirect-log/m-p/4234187#M329038</link>
    <description>is it possible to do it using "sam"? &lt;BR /&gt;&lt;BR /&gt;help me please</description>
    <pubDate>Tue, 15 Jul 2008 13:34:23 GMT</pubDate>
    <dc:creator>kacou</dc:creator>
    <dc:date>2008-07-15T13:34:23Z</dc:date>
    <item>
      <title>redirect log</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/redirect-log/m-p/4234184#M329035</link>
      <description>&lt;BR /&gt;&lt;BR /&gt;To redirect my system log to a server (sun), I modify the /etc/sysclog.conf file like it. (See below). How can I do the same in hp-ux machine? (B.11.23 , model :9000/800/rp3440)&lt;BR /&gt;&lt;BR /&gt;# cat syslog.conf&lt;BR /&gt;# @(#)B11.23_LR&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;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;auth.*  @10.2.x.x&lt;BR /&gt;user.*  @10.2.x.x&lt;BR /&gt;authpriv.*      @10.2.x.x&lt;BR /&gt;#&lt;BR /&gt;</description>
      <pubDate>Tue, 15 Jul 2008 13:10:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/redirect-log/m-p/4234184#M329035</guid>
      <dc:creator>kacou</dc:creator>
      <dc:date>2008-07-15T13:10:05Z</dc:date>
    </item>
    <item>
      <title>Re: redirect log</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/redirect-log/m-p/4234185#M329036</link>
      <description>Same way, same file.  Do a man on syslogd.  It's all explained there.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Tue, 15 Jul 2008 13:14:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/redirect-log/m-p/4234185#M329036</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2008-07-15T13:14:36Z</dc:date>
    </item>
    <item>
      <title>Re: redirect log</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/redirect-log/m-p/4234186#M329037</link>
      <description>and don't forget to restart syslog daemon.</description>
      <pubDate>Tue, 15 Jul 2008 13:17:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/redirect-log/m-p/4234186#M329037</guid>
      <dc:creator>Kenan Erdey</dc:creator>
      <dc:date>2008-07-15T13:17:32Z</dc:date>
    </item>
    <item>
      <title>Re: redirect log</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/redirect-log/m-p/4234187#M329038</link>
      <description>is it possible to do it using "sam"? &lt;BR /&gt;&lt;BR /&gt;help me please</description>
      <pubDate>Tue, 15 Jul 2008 13:34:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/redirect-log/m-p/4234187#M329038</guid>
      <dc:creator>kacou</dc:creator>
      <dc:date>2008-07-15T13:34:23Z</dc:date>
    </item>
    <item>
      <title>Re: redirect log</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/redirect-log/m-p/4234188#M329039</link>
      <description>just a slight mistake. put a tab before @&lt;BR /&gt;&lt;BR /&gt;like&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;auth.*     @10.2.x.x&lt;BR /&gt;user.*     @10.2.x.x&lt;BR /&gt;authpriv.* @10.2.x.x&lt;BR /&gt;</description>
      <pubDate>Tue, 15 Jul 2008 15:39:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/redirect-log/m-p/4234188#M329039</guid>
      <dc:creator>Jeeshan</dc:creator>
      <dc:date>2008-07-15T15:39:35Z</dc:date>
    </item>
    <item>
      <title>Re: redirect log</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/redirect-log/m-p/4234189#M329040</link>
      <description>In the SUN SYSTEM there is this file in the /etc/syslog.conf. But in the hp-ux system this file does not exist. So help me to configure my system on hp-ux&lt;BR /&gt;--------------------------------- see below the screen print&lt;BR /&gt;&lt;BR /&gt;# if a non-loghost machine chooses to have authentication messages&lt;BR /&gt;# sent to the loghost machine, un-comment out the following line:&lt;BR /&gt;auth.notice                     ifdef(`LOGHOST', /var/log/authlog, @loghost)&lt;BR /&gt;&lt;BR /&gt;mail.debug                      ifdef(`LOGHOST', /var/log/syslog, @loghost)&lt;BR /&gt;&lt;BR /&gt;nb : dÃ©commenter la ligne auth.notice  &lt;BR /&gt;</description>
      <pubDate>Tue, 15 Jul 2008 15:49:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/redirect-log/m-p/4234189#M329040</guid>
      <dc:creator>kacou</dc:creator>
      <dc:date>2008-07-15T15:49:11Z</dc:date>
    </item>
    <item>
      <title>Re: redirect log</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/redirect-log/m-p/4234190#M329041</link>
      <description>Have a read through the syslogd man page.  That should answer most of your questions.&lt;BR /&gt;&lt;BR /&gt;# man syslogd</description>
      <pubDate>Tue, 15 Jul 2008 15:57:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/redirect-log/m-p/4234190#M329041</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2008-07-15T15:57:42Z</dc:date>
    </item>
    <item>
      <title>Re: redirect log</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/redirect-log/m-p/4234191#M329042</link>
      <description>it's not clear!!</description>
      <pubDate>Tue, 15 Jul 2008 16:00:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/redirect-log/m-p/4234191#M329042</guid>
      <dc:creator>kacou</dc:creator>
      <dc:date>2008-07-15T16:00:13Z</dc:date>
    </item>
    <item>
      <title>Re: redirect log</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/redirect-log/m-p/4234192#M329043</link>
      <description>What is not clear?&lt;BR /&gt;&lt;BR /&gt;You have been told how do this.&lt;BR /&gt;&lt;BR /&gt;You edit /etc/syslog.conf.&lt;BR /&gt;&lt;BR /&gt;Your entries are of the format:&lt;BR /&gt;&lt;BR /&gt;&lt;FACILITY&gt;.&lt;LEVEL&gt;&lt;TAB&gt;@hostname&lt;BR /&gt;&lt;BR /&gt;like&lt;BR /&gt;&lt;BR /&gt;mail.emerg&lt;TAB&gt;@loghost&lt;BR /&gt;&lt;BR /&gt;(Where &lt;TAB&gt; means hit the TAB key as the fields in this file are separated by tabs)&lt;BR /&gt;&lt;BR /&gt;&lt;/TAB&gt;&lt;/TAB&gt;&lt;/TAB&gt;&lt;/LEVEL&gt;&lt;/FACILITY&gt;</description>
      <pubDate>Tue, 15 Jul 2008 17:49:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/redirect-log/m-p/4234192#M329043</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2008-07-15T17:49:55Z</dc:date>
    </item>
  </channel>
</rss>

