<?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: Is syslog, syslog everywhere? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/is-syslog-syslog-everywhere/m-p/2867265#M821529</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The syslog is pretty standard on many flavors of Unix.  &lt;BR /&gt;&lt;BR /&gt;Here is a recent thread that discusses how to setup syslog to point to a remote server:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xe2b73a1c04ffd61190050090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xe2b73a1c04ffd61190050090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;To stop and restart syslog you can either do:&lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/syslog stop&lt;BR /&gt;/sbin/init.d/syslog start&lt;BR /&gt;&lt;BR /&gt;Or you can just send a HUP signal to the syslogd PID to make it re-read the config file.&lt;BR /&gt;&lt;BR /&gt;To test it, you can use the 'logger' command to send messages to syslogd to go into the syslog file.&lt;BR /&gt;&lt;BR /&gt;JP&lt;BR /&gt;</description>
    <pubDate>Wed, 18 Dec 2002 19:49:29 GMT</pubDate>
    <dc:creator>John Poff</dc:creator>
    <dc:date>2002-12-18T19:49:29Z</dc:date>
    <item>
      <title>Is syslog, syslog everywhere?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/is-syslog-syslog-everywhere/m-p/2867263#M821527</link>
      <description>In maintaining system standards and compatibility I need to create a loghost.  We have a current established logging system but since letting syslog use remoting logging on a secure LAN disconnected from the internet (and thereby preventing non-corporate users viewing the traffic) would be more cost effective that's my route and I'm sticking to it.  Now, the question is, is syslog the same everywhere?  No. It's not.  So how do I get syslog on HP-UX 11.x to log to Sun Solaris 8?  If I can't so be it I have alternate plans.  But I figure IF indeed syslog is a standard (BSD - gotta love it) then I can use it.  If not then how do I:&lt;BR /&gt;  a)  tell syslog to log to a remote server&lt;BR /&gt;  b)  restart syslog to start logging&lt;BR /&gt;  c)  test syslog to make sure it works&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Eric</description>
      <pubDate>Wed, 18 Dec 2002 19:39:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/is-syslog-syslog-everywhere/m-p/2867263#M821527</guid>
      <dc:creator>Eric Coulter</dc:creator>
      <dc:date>2002-12-18T19:39:08Z</dc:date>
    </item>
    <item>
      <title>Re: Is syslog, syslog everywhere?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/is-syslog-syslog-everywhere/m-p/2867264#M821528</link>
      <description>There is a syslog daemon that is standard across most unix servers.  &lt;BR /&gt;&lt;BR /&gt;The file that syslog messages are logged to is DIFFERENT across platforms.  In solaris, as you probably know, the file is /var/adm/messages.</description>
      <pubDate>Wed, 18 Dec 2002 19:23:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/is-syslog-syslog-everywhere/m-p/2867264#M821528</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2002-12-18T19:23:23Z</dc:date>
    </item>
    <item>
      <title>Re: Is syslog, syslog everywhere?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/is-syslog-syslog-everywhere/m-p/2867265#M821529</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The syslog is pretty standard on many flavors of Unix.  &lt;BR /&gt;&lt;BR /&gt;Here is a recent thread that discusses how to setup syslog to point to a remote server:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xe2b73a1c04ffd61190050090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xe2b73a1c04ffd61190050090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;To stop and restart syslog you can either do:&lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/syslog stop&lt;BR /&gt;/sbin/init.d/syslog start&lt;BR /&gt;&lt;BR /&gt;Or you can just send a HUP signal to the syslogd PID to make it re-read the config file.&lt;BR /&gt;&lt;BR /&gt;To test it, you can use the 'logger' command to send messages to syslogd to go into the syslog file.&lt;BR /&gt;&lt;BR /&gt;JP&lt;BR /&gt;</description>
      <pubDate>Wed, 18 Dec 2002 19:49:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/is-syslog-syslog-everywhere/m-p/2867265#M821529</guid>
      <dc:creator>John Poff</dc:creator>
      <dc:date>2002-12-18T19:49:29Z</dc:date>
    </item>
    <item>
      <title>Re: Is syslog, syslog everywhere?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/is-syslog-syslog-everywhere/m-p/2867266#M821530</link>
      <description>Thanks a lot gents.  I wasn't sure how closely related syslog on HP-UX was to Solaris.  That worked.</description>
      <pubDate>Wed, 18 Dec 2002 20:06:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/is-syslog-syslog-everywhere/m-p/2867266#M821530</guid>
      <dc:creator>Eric Coulter</dc:creator>
      <dc:date>2002-12-18T20:06:04Z</dc:date>
    </item>
    <item>
      <title>Re: Is syslog, syslog everywhere?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/is-syslog-syslog-everywhere/m-p/2867267#M821531</link>
      <description>Hi Eric,&lt;BR /&gt;&lt;BR /&gt;On a related sidenote, here is a pretty decent little Unix cross-reference, if your interested.&lt;BR /&gt;&lt;BR /&gt;Happy Holidays,&lt;BR /&gt;Kel&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.unixguide.net/unixguide.cgi" target="_blank"&gt;http://www.unixguide.net/unixguide.cgi&lt;/A&gt;</description>
      <pubDate>Wed, 18 Dec 2002 22:19:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/is-syslog-syslog-everywhere/m-p/2867267#M821531</guid>
      <dc:creator>Kelli Ward</dc:creator>
      <dc:date>2002-12-18T22:19:28Z</dc:date>
    </item>
  </channel>
</rss>

