<?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: Linux Syslog server and HP-UX Client Server in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/linux-syslog-server-and-hp-ux-client-server/m-p/5267559#M52825</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;i can collect logs from windows PC on syslog linux server by using Datagram  SyslogAgent software. but still i need your help to i can collect logs from HP-UX 11.23 server.&lt;BR /&gt;i configuring the Unix server as in the steps below:&lt;BR /&gt;&lt;BR /&gt;1. Log in as root&lt;BR /&gt; &lt;BR /&gt;2. Go to /etc/syslog.conf&lt;BR /&gt;&lt;BR /&gt;3. Add a line:  *.*&lt;TAB&gt;@&lt;SENTINEL server="" ip="" address=""&gt;&lt;BR /&gt;&lt;BR /&gt;4. Save and Close&lt;BR /&gt;&lt;BR /&gt;# netstat -na | grep 514&lt;BR /&gt;&lt;BR /&gt;tcp        0      0  *.514                  *.*                     LISTEN&lt;BR /&gt;udp        0      0  *.514                *.*&lt;BR /&gt;&lt;BR /&gt;5. Go to the /etc/hosts file (in case DNS is not configured or temporarily down)&lt;BR /&gt;&lt;BR /&gt;Enter a line:   &lt;SENTINEL_SERVER_IP&gt;&lt;TAB&gt;&lt;SENTINEL_SERVER_FQDN&gt;&lt;TAB&gt;&lt;SENTINEL_SERVER_BIOS_NAME&gt;#Sentinel Server&lt;BR /&gt;&lt;BR /&gt;10. Now execute the following commands&lt;BR /&gt; &lt;BR /&gt;/sbin/init.d/syslogd stop&lt;BR /&gt;syslogd -v&lt;BR /&gt;kill -HUP `cat /etc/syslog.pid`&lt;BR /&gt;/sbin/init.d/syslogd start&lt;BR /&gt;&lt;BR /&gt;Only i see these logs when i try to telnet to syslog server from unix server&lt;BR /&gt;&lt;BR /&gt;"Dec 26 13:12:41 syslog xinetd[3186]: START: telnet pid=11657 from=10.8.1.69&lt;BR /&gt;Dec 26 13:12:44 syslog xinetd[3186]: EXIT: telnet status=0 pid=11657 duration=3(sec)"&lt;BR /&gt;&lt;BR /&gt;How i can to collect all logs of unix server ?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;/SENTINEL_SERVER_BIOS_NAME&gt;&lt;/TAB&gt;&lt;/SENTINEL_SERVER_FQDN&gt;&lt;/TAB&gt;&lt;/SENTINEL_SERVER_IP&gt;&lt;/SENTINEL&gt;&lt;/TAB&gt;</description>
    <pubDate>Sun, 26 Dec 2010 10:52:50 GMT</pubDate>
    <dc:creator>Mousa55</dc:creator>
    <dc:date>2010-12-26T10:52:50Z</dc:date>
    <item>
      <title>Linux Syslog server and HP-UX Client Server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-syslog-server-and-hp-ux-client-server/m-p/5267557#M52823</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;I am in the process of setting up a syslog server on RHEL 5.5, to collects logs from servers (HP-UX, Linux, Windows and Cisco Network Devices) and &lt;BR /&gt;i following These steps on Syslog Linux server&lt;BR /&gt;&lt;BR /&gt;# vi /etc/sysconfig/syslog&lt;BR /&gt;Configure syslogd option as follows:&lt;BR /&gt;SYSLOGD_OPTIONS="-m 0 -r -x"&lt;BR /&gt;Save and close the file. Restart syslogd, enter:&lt;BR /&gt;# service syslog restart&lt;BR /&gt;&lt;BR /&gt;Then i Configuring the Client server by following These steps (Unix)&lt;BR /&gt;&lt;BR /&gt;#Add an entry in the /etc/hosts file in the format&lt;BR /&gt;IP-address     hostname    &lt;BR /&gt;ex. 10.15.1.5   syslog&lt;BR /&gt;&lt;BR /&gt;#add the following line to their /etc/syslog.conf files: &lt;BR /&gt;&lt;BR /&gt;*.*         @10.15.1.5 &lt;BR /&gt;&lt;BR /&gt;#restart syslogd.&lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/syslogd stop&lt;BR /&gt;/sbin/init.d/syslogd start &lt;BR /&gt; &lt;BR /&gt;But still i cannot see any logs from HP-UX on syslog linux server under (tail -f /var/log/messages&lt;BR /&gt; Or other path) How i can solving this issue?&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Sat, 25 Dec 2010 12:53:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-syslog-server-and-hp-ux-client-server/m-p/5267557#M52823</guid>
      <dc:creator>Mousa55</dc:creator>
      <dc:date>2010-12-25T12:53:50Z</dc:date>
    </item>
    <item>
      <title>Re: Linux Syslog server and HP-UX Client Server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-syslog-server-and-hp-ux-client-server/m-p/5267558#M52824</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;on Client server (HP-UX)&lt;BR /&gt;&lt;BR /&gt;# netstat -an | grep 514&lt;BR /&gt;tcp        0      0  *.514                  *.*                     LISTEN&lt;BR /&gt;udp        0      0  *.514                  *.*&lt;BR /&gt;# netstat -a | grep syslog&lt;BR /&gt;udp        0      0  *.syslog               *.*&lt;BR /&gt;&lt;BR /&gt;On syslog server (Linux)&lt;BR /&gt;&lt;BR /&gt;[root@syslog ~]# netstat -an | grep 514&lt;BR /&gt;udp        0      0 0.0.0.0:514                 0.0.0.0:*                               &lt;BR /&gt;unix  2      [ ACC ]     STREAM     LISTENING     18524  /tmp/orbit-root/linc-12df-0-1ba5143440fb1&lt;BR /&gt;unix  2      [ ACC ]     STREAM     LISTENING     18640  /tmp/orbit-root/linc-12f7-0-1ba51434acc46&lt;BR /&gt;unix  2      [ ACC ]     STREAM     LISTENING     18656  /tmp/orbit-root/linc-12f9-0-1ba51434b02bc&lt;BR /&gt;unix  2      [ ACC ]     STREAM     LISTENING     18735  /tmp/orbit-root/linc-12fb-0-1ba51434e6461&lt;BR /&gt;unix  2      [ ACC ]     STREAM     LISTENING     18748  /tmp/orbit-root/linc-130e-0-1ba51434ea311&lt;BR /&gt;unix  2      [ ACC ]     STREAM     LISTENING     19125  /tmp/orbit-root/linc-1304-0-1ba5143676c77&lt;BR /&gt;unix  2      [ ACC ]     STREAM     LISTENING     19170  /tmp/orbit-root/linc-1300-0-1ba5143128d20&lt;BR /&gt;unix  3      [ ]         STREAM     CONNECTED     19173  /tmp/orbit-root/linc-1300-0-1ba5143128d20&lt;BR /&gt;unix  3      [ ]         STREAM     CONNECTED     19148  /tmp/orbit-root/linc-12f7-0-1ba51434acc46&lt;BR /&gt;unix  3      [ ]         STREAM     CONNECTED     19129  /tmp/orbit-root/linc-1304-0-1ba5143676c77&lt;BR /&gt;unix  3      [ ]         STREAM     CONNECTED     18997  /tmp/orbit-root/linc-12f7-0-1ba51434acc46&lt;BR /&gt;unix  3      [ ]         STREAM     CONNECTED     18956  /tmp/orbit-root/linc-12f7-0-1ba51434acc46&lt;BR /&gt;unix  3      [ ]         STREAM     CONNECTED     18917  /tmp/orbit-root/linc-12f7-0-1ba51434acc46&lt;BR /&gt;unix  3      [ ]         STREAM     CONNECTED     18845  /tmp/orbit-root/linc-12f9-0-1ba51434b02bc&lt;BR /&gt;unix  3      [ ]         STREAM     CONNECTED     18802  /tmp/orbit-root/linc-12f7-0-1ba51434acc46&lt;BR /&gt;unix  3      [ ]         STREAM     CONNECTED     18800  /tmp/orbit-root/linc-130e-0-1ba51434ea311&lt;BR /&gt;unix  3      [ ]         STREAM     CONNECTED     18755  /tmp/orbit-root/linc-130e-0-1ba51434ea311&lt;BR /&gt;unix  3      [ ]         STREAM     CONNECTED     18751  /tmp/orbit-root/linc-130e-0-1ba51434ea311&lt;BR /&gt;unix  3      [ ]         STREAM     CONNECTED     18738  /tmp/orbit-root/linc-12fb-0-1ba51434e6461&lt;BR /&gt;unix  3      [ ]         STREAM     CONNECTED     18659  /tmp/orbit-root/linc-12f9-0-1ba51434b02bc&lt;BR /&gt;unix  3      [ ]         STREAM     CONNECTED     18653  /tmp/orbit-root/linc-12f7-0-1ba51434acc46&lt;BR /&gt;unix  3      [ ]         STREAM     CONNECTED     18643  /tmp/orbit-root/linc-12f7-0-1ba51434acc46&lt;BR /&gt;unix  3      [ ]         STREAM     CONNECTED     18527  /tmp/orbit-root/linc-12df-0-1ba5143440fb1&lt;BR /&gt;unix  3      [ ]         STREAM     CONNECTED     15149  &lt;BR /&gt;&lt;BR /&gt;[root@syslog ~]# netstat -a | grep syslog&lt;BR /&gt;tcp        0   4156 syslog:ssh                  hqit134.sp.local:49467      ESTABLISHED &lt;BR /&gt;udp        0      0 *:syslog                    *:*                                     &lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Sat, 25 Dec 2010 12:58:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-syslog-server-and-hp-ux-client-server/m-p/5267558#M52824</guid>
      <dc:creator>Mousa55</dc:creator>
      <dc:date>2010-12-25T12:58:54Z</dc:date>
    </item>
    <item>
      <title>Re: Linux Syslog server and HP-UX Client Server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-syslog-server-and-hp-ux-client-server/m-p/5267559#M52825</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;i can collect logs from windows PC on syslog linux server by using Datagram  SyslogAgent software. but still i need your help to i can collect logs from HP-UX 11.23 server.&lt;BR /&gt;i configuring the Unix server as in the steps below:&lt;BR /&gt;&lt;BR /&gt;1. Log in as root&lt;BR /&gt; &lt;BR /&gt;2. Go to /etc/syslog.conf&lt;BR /&gt;&lt;BR /&gt;3. Add a line:  *.*&lt;TAB&gt;@&lt;SENTINEL server="" ip="" address=""&gt;&lt;BR /&gt;&lt;BR /&gt;4. Save and Close&lt;BR /&gt;&lt;BR /&gt;# netstat -na | grep 514&lt;BR /&gt;&lt;BR /&gt;tcp        0      0  *.514                  *.*                     LISTEN&lt;BR /&gt;udp        0      0  *.514                *.*&lt;BR /&gt;&lt;BR /&gt;5. Go to the /etc/hosts file (in case DNS is not configured or temporarily down)&lt;BR /&gt;&lt;BR /&gt;Enter a line:   &lt;SENTINEL_SERVER_IP&gt;&lt;TAB&gt;&lt;SENTINEL_SERVER_FQDN&gt;&lt;TAB&gt;&lt;SENTINEL_SERVER_BIOS_NAME&gt;#Sentinel Server&lt;BR /&gt;&lt;BR /&gt;10. Now execute the following commands&lt;BR /&gt; &lt;BR /&gt;/sbin/init.d/syslogd stop&lt;BR /&gt;syslogd -v&lt;BR /&gt;kill -HUP `cat /etc/syslog.pid`&lt;BR /&gt;/sbin/init.d/syslogd start&lt;BR /&gt;&lt;BR /&gt;Only i see these logs when i try to telnet to syslog server from unix server&lt;BR /&gt;&lt;BR /&gt;"Dec 26 13:12:41 syslog xinetd[3186]: START: telnet pid=11657 from=10.8.1.69&lt;BR /&gt;Dec 26 13:12:44 syslog xinetd[3186]: EXIT: telnet status=0 pid=11657 duration=3(sec)"&lt;BR /&gt;&lt;BR /&gt;How i can to collect all logs of unix server ?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;/SENTINEL_SERVER_BIOS_NAME&gt;&lt;/TAB&gt;&lt;/SENTINEL_SERVER_FQDN&gt;&lt;/TAB&gt;&lt;/SENTINEL_SERVER_IP&gt;&lt;/SENTINEL&gt;&lt;/TAB&gt;</description>
      <pubDate>Sun, 26 Dec 2010 10:52:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-syslog-server-and-hp-ux-client-server/m-p/5267559#M52825</guid>
      <dc:creator>Mousa55</dc:creator>
      <dc:date>2010-12-26T10:52:50Z</dc:date>
    </item>
    <item>
      <title>Re: Linux Syslog server and HP-UX Client Server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-syslog-server-and-hp-ux-client-server/m-p/5267560#M52826</link>
      <description>Have you tried using the "logger" command on UNIX (HP-UX, etc) to test actually sending log entries to syslog?&lt;BR /&gt;&lt;BR /&gt;Try that firstly.&lt;BR /&gt;</description>
      <pubDate>Mon, 27 Dec 2010 14:24:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-syslog-server-and-hp-ux-client-server/m-p/5267560#M52826</guid>
      <dc:creator>Zinky</dc:creator>
      <dc:date>2010-12-27T14:24:33Z</dc:date>
    </item>
    <item>
      <title>Re: Linux Syslog server and HP-UX Client Server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-syslog-server-and-hp-ux-client-server/m-p/5267561#M52827</link>
      <description>Thanks</description>
      <pubDate>Tue, 28 Dec 2010 05:20:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-syslog-server-and-hp-ux-client-server/m-p/5267561#M52827</guid>
      <dc:creator>Mousa55</dc:creator>
      <dc:date>2010-12-28T05:20:18Z</dc:date>
    </item>
  </channel>
</rss>

