<?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: forwarding syslog in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/forwarding-syslog/m-p/2721705#M63328</link>
    <description>From man syslogd [assume you're on host fred]&lt;BR /&gt;*.emerg           @admin&lt;BR /&gt;&lt;BR /&gt;send all of the messages of the *.emerg to the syslog host admin&lt;BR /&gt;&lt;BR /&gt;If you use fully qualified domain names (FQDN), us @yourhost.yourdomain.com.</description>
    <pubDate>Fri, 10 May 2002 19:34:43 GMT</pubDate>
    <dc:creator>Christopher Caldwell</dc:creator>
    <dc:date>2002-05-10T19:34:43Z</dc:date>
    <item>
      <title>forwarding syslog</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/forwarding-syslog/m-p/2721700#M63323</link>
      <description>How do I forward all /var/adm/syslog/syslog.log messages to a remote syslogd server? I tried putting ip of syslog server with name loghost in the /etc/hosts file and did kill -HUP (syslog PID) but that didn't seem to do it.. Any one know? TIA!</description>
      <pubDate>Fri, 10 May 2002 18:59:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/forwarding-syslog/m-p/2721700#M63323</guid>
      <dc:creator>Aaron Sheard</dc:creator>
      <dc:date>2002-05-10T18:59:11Z</dc:date>
    </item>
    <item>
      <title>Re: forwarding syslog</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/forwarding-syslog/m-p/2721701#M63324</link>
      <description>Hi Aaron,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;You should configure the /etc/syslog.conf file.&lt;BR /&gt;&lt;BR /&gt;Do a "man syslogd" for more info on how to configure the syslog.conf file to send the syslog messages to another server.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Fri, 10 May 2002 19:04:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/forwarding-syslog/m-p/2721701#M63324</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2002-05-10T19:04:14Z</dc:date>
    </item>
    <item>
      <title>Re: forwarding syslog</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/forwarding-syslog/m-p/2721702#M63325</link>
      <description>Hi Aaron&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;/etc/syslog.conf&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Manoj Srivastava</description>
      <pubDate>Fri, 10 May 2002 19:08:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/forwarding-syslog/m-p/2721702#M63325</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2002-05-10T19:08:23Z</dc:date>
    </item>
    <item>
      <title>Re: forwarding syslog</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/forwarding-syslog/m-p/2721703#M63326</link>
      <description>Forgive my ignorance but i checked the man pages and they dont show any example of forwarding events to a syslogd server.&lt;BR /&gt;&lt;BR /&gt;I tried this in syslog.conf and sent kill -HUP to (syslogd pid) &lt;BR /&gt;&lt;BR /&gt;but it still doesnt seem to work:&lt;BR /&gt;&lt;BR /&gt;(where wslg000 is the syslog server)&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                 *</description>
      <pubDate>Fri, 10 May 2002 19:30:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/forwarding-syslog/m-p/2721703#M63326</guid>
      <dc:creator>Aaron Sheard</dc:creator>
      <dc:date>2002-05-10T19:30:19Z</dc:date>
    </item>
    <item>
      <title>Re: forwarding syslog</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/forwarding-syslog/m-p/2721704#M63327</link>
      <description>oops!&lt;BR /&gt;&lt;BR /&gt;this is the file: mail.debug              /var/adm/syslog/mail.log&lt;BR /&gt;*.info;mail.none        /var/adm/syslog/syslog.log&lt;BR /&gt;*.info;mail.none        wslg000&lt;BR /&gt;*.alert                 /dev/console&lt;BR /&gt;*.alert                 root&lt;BR /&gt;*.emerg                 *</description>
      <pubDate>Fri, 10 May 2002 19:34:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/forwarding-syslog/m-p/2721704#M63327</guid>
      <dc:creator>Aaron Sheard</dc:creator>
      <dc:date>2002-05-10T19:34:42Z</dc:date>
    </item>
    <item>
      <title>Re: forwarding syslog</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/forwarding-syslog/m-p/2721705#M63328</link>
      <description>From man syslogd [assume you're on host fred]&lt;BR /&gt;*.emerg           @admin&lt;BR /&gt;&lt;BR /&gt;send all of the messages of the *.emerg to the syslog host admin&lt;BR /&gt;&lt;BR /&gt;If you use fully qualified domain names (FQDN), us @yourhost.yourdomain.com.</description>
      <pubDate>Fri, 10 May 2002 19:34:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/forwarding-syslog/m-p/2721705#M63328</guid>
      <dc:creator>Christopher Caldwell</dc:creator>
      <dc:date>2002-05-10T19:34:43Z</dc:date>
    </item>
    <item>
      <title>Re: forwarding syslog</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/forwarding-syslog/m-p/2721706#M63329</link>
      <description>can i use:&lt;BR /&gt;&lt;BR /&gt;*      @wslg000.mydomain.net.&lt;BR /&gt;&lt;BR /&gt;?&lt;BR /&gt;&lt;BR /&gt;I tried that, using the fqdn (which is pingable) and sent kill -HUP - syslog on local server reflected the syslod restart but i'm not getting any messages at the server.</description>
      <pubDate>Fri, 10 May 2002 19:42:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/forwarding-syslog/m-p/2721706#M63329</guid>
      <dc:creator>Aaron Sheard</dc:creator>
      <dc:date>2002-05-10T19:42:51Z</dc:date>
    </item>
    <item>
      <title>Re: forwarding syslog</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/forwarding-syslog/m-p/2721707#M63330</link>
      <description>OK!! I finally have it working - this is what I added (Thanks guys!)&lt;BR /&gt;&lt;BR /&gt;*.info;mail.none        @wslg000.supernet.net.&lt;BR /&gt;*.alert @wslg000.mydomain.net.&lt;BR /&gt;*.emerg @wslg000.mydomain.net.</description>
      <pubDate>Fri, 10 May 2002 20:05:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/forwarding-syslog/m-p/2721707#M63330</guid>
      <dc:creator>Aaron Sheard</dc:creator>
      <dc:date>2002-05-10T20:05:55Z</dc:date>
    </item>
  </channel>
</rss>

