<?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: Remote syslog from HP-UX to Linux Server in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-syslog-from-hp-ux-to-linux-server/m-p/4866497#M397647</link>
    <description>On Linux site:&lt;BR /&gt;/etc/sysconfig/syslog{&lt;BR /&gt;SYSLOGD_OPTIONS="-m 0 -r"&lt;BR /&gt;}&lt;BR /&gt;/etc/syslog.conf{&lt;BR /&gt;*.*     /var/adm/messages&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;kill -1 PID for syslog&lt;BR /&gt;&lt;BR /&gt;On HP-UX Site:&lt;BR /&gt;/etc/syslog.conf{&lt;BR /&gt;*.debug @xxx.xxx.xxx.xxx&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;kill -1 PID for syslog&lt;BR /&gt;logger -t mail.notice "Test from HP-UX"&lt;BR /&gt;&lt;BR /&gt;Checked the Linux site, and the logs are appearing now.  Thanks for the help everybody!&lt;BR /&gt;</description>
    <pubDate>Thu, 21 Oct 2004 08:31:27 GMT</pubDate>
    <dc:creator>MattJ123</dc:creator>
    <dc:date>2004-10-21T08:31:27Z</dc:date>
    <item>
      <title>Remote syslog from HP-UX to Linux Server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-syslog-from-hp-ux-to-linux-server/m-p/4866482#M397632</link>
      <description>I'm attempting to setup remote syslog for certain log files originating on an HP-UX 11 server and the remote site is a Redhat Linux server.&lt;BR /&gt;&lt;BR /&gt;On the linux server, I have enabled the -r flag:&lt;BR /&gt;SYSLOGD_OPTIONS="-m 0 -r"&lt;BR /&gt;and netstat -ln:&lt;BR /&gt;udp        0      0 0.0.0.0:514             0.0.0.0:*&lt;BR /&gt;confirms that the Redhat server is in fact, listening for syslog. &lt;BR /&gt;&lt;BR /&gt;On the HP-UX side:&lt;BR /&gt;/etc/syslog.conf&lt;BR /&gt;mail.*        @xxx.xxx.xxx.xxx&lt;BR /&gt;and the /sbin/init.d/syslog stop/start has been done.&lt;BR /&gt;&lt;BR /&gt;The linux server isn't receiving remote syslog,  Why?</description>
      <pubDate>Wed, 20 Oct 2004 14:14:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-syslog-from-hp-ux-to-linux-server/m-p/4866482#M397632</guid>
      <dc:creator>MattJ123</dc:creator>
      <dc:date>2004-10-20T14:14:32Z</dc:date>
    </item>
    <item>
      <title>Re: Remote syslog from HP-UX to Linux Server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-syslog-from-hp-ux-to-linux-server/m-p/4866483#M397633</link>
      <description>It appears that you are trying to send this log to an nfs export share on the Linux System.&lt;BR /&gt;&lt;BR /&gt;Make sure all options, including squash are set correctly on the Linux NFS export. If not, root won't get appropriate permissions to write the file. Its possible to block NFS access by hostname or ip address, so I suggest a careful look at the /etc/exports file.&lt;BR /&gt;&lt;BR /&gt;If there are problems exportfs -av to re-export the filesystems.&lt;BR /&gt;&lt;BR /&gt;Most Linux boxes have a default iptables or ipchains firewall that blocks port 514 and other NFS ports.&lt;BR /&gt;&lt;BR /&gt;check the /etc/sysconfig/iptables or ipchains file and see that apprioriate ports are open.&lt;BR /&gt;&lt;BR /&gt;Failed write attempts should show up in the /var/log/message file on the Linux box, unless the firewall is blocking.&lt;BR /&gt;&lt;BR /&gt;service iptables stop&lt;BR /&gt;&lt;BR /&gt;resetart syslog on the HP box to test if the firewall is causing trouble.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 20 Oct 2004 14:19:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-syslog-from-hp-ux-to-linux-server/m-p/4866483#M397633</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-10-20T14:19:50Z</dc:date>
    </item>
    <item>
      <title>Re: Remote syslog from HP-UX to Linux Server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-syslog-from-hp-ux-to-linux-server/m-p/4866484#M397634</link>
      <description>NFS is not running on either site.  I believe that syslogd can receive messages through udp, much as it does locally.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.cse.msu.edu/~westrant/symlink/pages/HoneynetDocs/remote-syslog.htm" target="_blank"&gt;http://www.cse.msu.edu/~westrant/symlink/pages/HoneynetDocs/remote-syslog.htm&lt;/A&gt; as the site that gave me the idea.</description>
      <pubDate>Wed, 20 Oct 2004 14:22:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-syslog-from-hp-ux-to-linux-server/m-p/4866484#M397634</guid>
      <dc:creator>MattJ123</dc:creator>
      <dc:date>2004-10-20T14:22:59Z</dc:date>
    </item>
    <item>
      <title>Re: Remote syslog from HP-UX to Linux Server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-syslog-from-hp-ux-to-linux-server/m-p/4866485#M397635</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;On your linux server check the location of mail.* in the /etc/syslog.conf. Is it logging the mail log to syslog or some mail log file.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;regds&lt;BR /&gt;</description>
      <pubDate>Wed, 20 Oct 2004 14:24:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-syslog-from-hp-ux-to-linux-server/m-p/4866485#M397635</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2004-10-20T14:24:06Z</dc:date>
    </item>
    <item>
      <title>Re: Remote syslog from HP-UX to Linux Server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-syslog-from-hp-ux-to-linux-server/m-p/4866486#M397636</link>
      <description>I've tried doing a *.*   @xxx.xxx.xxx.xxx and am still not receiving anything on the linux site.  I then attempted a &lt;BR /&gt;mailx -s "test" email@domain.com &amp;lt;&lt;EOF&gt;&lt;/EOF&gt;This is a test message&lt;BR /&gt;EOF&lt;BR /&gt;&lt;BR /&gt;and in the HP server it appears in the mail.log, nothing on the linux server</description>
      <pubDate>Wed, 20 Oct 2004 14:29:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-syslog-from-hp-ux-to-linux-server/m-p/4866486#M397636</guid>
      <dc:creator>MattJ123</dc:creator>
      <dc:date>2004-10-20T14:29:00Z</dc:date>
    </item>
    <item>
      <title>Re: Remote syslog from HP-UX to Linux Server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-syslog-from-hp-ux-to-linux-server/m-p/4866487#M397637</link>
      <description>Matthew,&lt;BR /&gt; &lt;BR /&gt;  Couple of things&lt;BR /&gt;&lt;BR /&gt;1) /etc/syslog.conf is little sensitive about the spacing.&lt;BR /&gt;&lt;BR /&gt;   mail.*&lt;TAB&gt; @xxx.xxx.xxx.xxx&lt;BR /&gt;&lt;BR /&gt;2) You need to send a HUP signal to the syslogd in the HP-UX server.&lt;BR /&gt;&lt;BR /&gt;   # kill -1 `cat /var/run/syslogd.pid`&lt;BR /&gt;&lt;BR /&gt;Test the communication using the logger command&lt;BR /&gt;&lt;BR /&gt;logger -t mail.notice "Test from HP-UX"&lt;BR /&gt;&lt;BR /&gt;- Sundar.&lt;/TAB&gt;</description>
      <pubDate>Wed, 20 Oct 2004 14:49:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-syslog-from-hp-ux-to-linux-server/m-p/4866487#M397637</guid>
      <dc:creator>Sundar_7</dc:creator>
      <dc:date>2004-10-20T14:49:42Z</dc:date>
    </item>
    <item>
      <title>Re: Remote syslog from HP-UX to Linux Server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-syslog-from-hp-ux-to-linux-server/m-p/4866488#M397638</link>
      <description>Currently, the line in the /etc/syslog.conf on HP-UX looks like:&lt;BR /&gt;*.*     @&lt;BR /&gt;&lt;BR /&gt;the whitespace is 1 tab exactly&lt;BR /&gt;&lt;BR /&gt;I ran the logger command you mentioned:&lt;BR /&gt;in /var/log on the linux site:&lt;BR /&gt;grep -lR "HP-UX" *&lt;BR /&gt;&lt;BR /&gt;found nothing&lt;BR /&gt;</description>
      <pubDate>Wed, 20 Oct 2004 14:56:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-syslog-from-hp-ux-to-linux-server/m-p/4866488#M397638</guid>
      <dc:creator>MattJ123</dc:creator>
      <dc:date>2004-10-20T14:56:36Z</dc:date>
    </item>
    <item>
      <title>Re: Remote syslog from HP-UX to Linux Server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-syslog-from-hp-ux-to-linux-server/m-p/4866489#M397639</link>
      <description>/etc/syslog.conf&lt;BR /&gt;*.* @&lt;BR /&gt;&lt;BR /&gt;I dont see the Linux server name in there.&lt;BR /&gt;&lt;BR /&gt;*.* @linux-server&lt;BR /&gt;&lt;BR /&gt;did you send the HUP signal to syslogd in HP-UX ?&lt;BR /&gt;&lt;BR /&gt;I would not recommend *.* to a different server, because the syslogd at the receiving end has no means of idenifying syslog messages from HP-UX, so the messages from both LINUX and HP-UX will mingle in the same log files, which I dont think you would prefer.&lt;BR /&gt;</description>
      <pubDate>Wed, 20 Oct 2004 15:05:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-syslog-from-hp-ux-to-linux-server/m-p/4866489#M397639</guid>
      <dc:creator>Sundar_7</dc:creator>
      <dc:date>2004-10-20T15:05:07Z</dc:date>
    </item>
    <item>
      <title>Re: Remote syslog from HP-UX to Linux Server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-syslog-from-hp-ux-to-linux-server/m-p/4866490#M397640</link>
      <description>my apologies, my response was imcomplete.&lt;BR /&gt;*.* @ip.address&lt;BR /&gt;&lt;BR /&gt;for testing purposes I want to do *.* until I see something, then I will tweak from that point.&lt;BR /&gt;&lt;BR /&gt;kill -1 has been run again the syslogd&lt;BR /&gt;</description>
      <pubDate>Wed, 20 Oct 2004 15:07:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-syslog-from-hp-ux-to-linux-server/m-p/4866490#M397640</guid>
      <dc:creator>MattJ123</dc:creator>
      <dc:date>2004-10-20T15:07:08Z</dc:date>
    </item>
    <item>
      <title>Re: Remote syslog from HP-UX to Linux Server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-syslog-from-hp-ux-to-linux-server/m-p/4866491#M397641</link>
      <description>On your Linux SYSLOG Server's syslog.conf, have this:&lt;BR /&gt;&lt;BR /&gt;# Output to console&lt;BR /&gt;*.err;mail,kern.notice;daemon,auth.debug;user.info      /dev/console&lt;BR /&gt;&lt;BR /&gt;# Output to local file "messages" for local analysis&lt;BR /&gt;*.err;auth,daemon,mark,kern.debug;auth,mail,user.notice /var/adm/messages&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;On your SYSLOG "Clients", have this in addition to your customisations:&lt;BR /&gt;&lt;BR /&gt;# Forward to loghost MEDUSA on Lunar Sector 123&lt;BR /&gt;auth.info;mark.debug;*.debug    @medusa.sec23.moon.com&lt;BR /&gt;&lt;BR /&gt;HUP your syslogd processes and you should be all set for centralised logging.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;And adjust accordingly..&lt;BR /&gt;&lt;BR /&gt;HTH..&lt;BR /&gt;</description>
      <pubDate>Wed, 20 Oct 2004 15:17:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-syslog-from-hp-ux-to-linux-server/m-p/4866491#M397641</guid>
      <dc:creator>Zinky</dc:creator>
      <dc:date>2004-10-20T15:17:38Z</dc:date>
    </item>
    <item>
      <title>Re: Remote syslog from HP-UX to Linux Server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-syslog-from-hp-ux-to-linux-server/m-p/4866492#M397642</link>
      <description>&amp;gt;# Output to console&lt;BR /&gt;&amp;gt;*.err;mail,kern.notice;daemon,auth.debug;user.info /dev/console&lt;BR /&gt;&amp;gt;# Output to local file "messages" for local analysis&lt;BR /&gt;&amp;gt;*.err;auth,daemon,mark,kern.debug;auth,mail,user.notice /var/adm/messages&lt;BR /&gt;did both entries to the config and restarted daemon&lt;BR /&gt;&lt;BR /&gt;as stated earlier i have *.* @xxx.xxx.xx.xxx&lt;BR /&gt;and its been hupped.&lt;BR /&gt;&lt;BR /&gt;would you believe I'm still not getting log entries on the linux site?&lt;BR /&gt;&lt;BR /&gt;i even tried *.* @xxx.xxx.xx.xxx:514</description>
      <pubDate>Wed, 20 Oct 2004 15:29:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-syslog-from-hp-ux-to-linux-server/m-p/4866492#M397642</guid>
      <dc:creator>MattJ123</dc:creator>
      <dc:date>2004-10-20T15:29:27Z</dc:date>
    </item>
    <item>
      <title>Re: Remote syslog from HP-UX to Linux Server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-syslog-from-hp-ux-to-linux-server/m-p/4866493#M397643</link>
      <description>That is strange.&lt;BR /&gt;&lt;BR /&gt;Have you inquired from some Linux sites as well?&lt;BR /&gt;</description>
      <pubDate>Wed, 20 Oct 2004 15:33:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-syslog-from-hp-ux-to-linux-server/m-p/4866493#M397643</guid>
      <dc:creator>Zinky</dc:creator>
      <dc:date>2004-10-20T15:33:24Z</dc:date>
    </item>
    <item>
      <title>Re: Remote syslog from HP-UX to Linux Server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-syslog-from-hp-ux-to-linux-server/m-p/4866494#M397644</link>
      <description>yes, i have tried from linux hosts as well with no luck.  &lt;BR /&gt;&lt;BR /&gt;same options in the remote sites syslog.conf:&lt;BR /&gt;*.* @xxx.xxx.xxx.xxx&lt;BR /&gt;&lt;BR /&gt;/etc/init.d/syslog restart&lt;BR /&gt;&lt;BR /&gt;on the syslog server&lt;BR /&gt;ls /var/adm/log&lt;BR /&gt;messages 0 bytes&lt;BR /&gt;&lt;BR /&gt;the file was created, but nothing is being written to it.</description>
      <pubDate>Wed, 20 Oct 2004 15:39:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-syslog-from-hp-ux-to-linux-server/m-p/4866494#M397644</guid>
      <dc:creator>MattJ123</dc:creator>
      <dc:date>2004-10-20T15:39:15Z</dc:date>
    </item>
    <item>
      <title>Re: Remote syslog from HP-UX to Linux Server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-syslog-from-hp-ux-to-linux-server/m-p/4866495#M397645</link>
      <description>Matthew,&lt;BR /&gt;&lt;BR /&gt;The problem I think is with the client, I just did on my HP-UX boxen (syslog server is another HP-UX boxen). There should be a TAB separator between the notifications and the @SYSLOGHOST:&lt;BR /&gt;&lt;BR /&gt;# Forward to loghost MEDUSA on Lunar Sector 123&lt;BR /&gt;auth.info;mark.debug;*.debug &lt;TAB here="" insted="" of="" white="" spaces=""&gt;@medusa.sec23.moon.com&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I could not earlier make it to work if the spearator were spaces...&lt;BR /&gt;&lt;BR /&gt;HTH.&lt;BR /&gt;&lt;/TAB&gt;</description>
      <pubDate>Wed, 20 Oct 2004 15:40:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-syslog-from-hp-ux-to-linux-server/m-p/4866495#M397645</guid>
      <dc:creator>Zinky</dc:creator>
      <dc:date>2004-10-20T15:40:46Z</dc:date>
    </item>
    <item>
      <title>Re: Remote syslog from HP-UX to Linux Server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-syslog-from-hp-ux-to-linux-server/m-p/4866496#M397646</link>
      <description>I think your problem lies in the fact that on HP-UX you can't use asterisk for selecting all levels (i.e. facility.level). You can use asterisk to select all facilities though.&lt;BR /&gt;&lt;BR /&gt;mail.* /* DOESN'T WORK */&lt;BR /&gt;*.debug /* SHOULD WORK */&lt;BR /&gt;&lt;BR /&gt;You can run syslogd on HP-UX with debugging enabled (-d) and it should print error messages about lines in syslog.conf that it rejected.&lt;BR /&gt;&lt;BR /&gt;Specifying particular level (e.g. debug) will select that level and all higher severity levels, so if you specify mail.debug in syslog.conf it will effectively select all levels (debug, info, notice, warning, err, crit, alert, emerg).&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 20 Oct 2004 20:47:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-syslog-from-hp-ux-to-linux-server/m-p/4866496#M397646</guid>
      <dc:creator>Ermin Borovac</dc:creator>
      <dc:date>2004-10-20T20:47:42Z</dc:date>
    </item>
    <item>
      <title>Re: Remote syslog from HP-UX to Linux Server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-syslog-from-hp-ux-to-linux-server/m-p/4866497#M397647</link>
      <description>On Linux site:&lt;BR /&gt;/etc/sysconfig/syslog{&lt;BR /&gt;SYSLOGD_OPTIONS="-m 0 -r"&lt;BR /&gt;}&lt;BR /&gt;/etc/syslog.conf{&lt;BR /&gt;*.*     /var/adm/messages&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;kill -1 PID for syslog&lt;BR /&gt;&lt;BR /&gt;On HP-UX Site:&lt;BR /&gt;/etc/syslog.conf{&lt;BR /&gt;*.debug @xxx.xxx.xxx.xxx&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;kill -1 PID for syslog&lt;BR /&gt;logger -t mail.notice "Test from HP-UX"&lt;BR /&gt;&lt;BR /&gt;Checked the Linux site, and the logs are appearing now.  Thanks for the help everybody!&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Oct 2004 08:31:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-syslog-from-hp-ux-to-linux-server/m-p/4866497#M397647</guid>
      <dc:creator>MattJ123</dc:creator>
      <dc:date>2004-10-21T08:31:27Z</dc:date>
    </item>
  </channel>
</rss>

