<?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: syslog -- centralised log server in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-centralised-log-server/m-p/4793626#M391963</link>
    <description>Does a ping to the 192.1.10.18 works?&lt;BR /&gt;Do you have multiple gateways?&lt;BR /&gt;Does your system have multiple interfaces in the same subnet?&lt;BR /&gt;netstat -ni&lt;BR /&gt;netstat -nrv&lt;BR /&gt;&lt;BR /&gt;probably you can try a nettl trace at link layer ( with option -m 100 to limit the size)&lt;BR /&gt;then try a ping , and something which produce syslog output,&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 31 May 2011 05:01:46 GMT</pubDate>
    <dc:creator>Laurent Menase</dc:creator>
    <dc:date>2011-05-31T05:01:46Z</dc:date>
    <item>
      <title>syslog -- centralised log server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-centralised-log-server/m-p/4793625#M391962</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Centralised log server has been created in our environment for all Linux and HP Unix Servers in our environment.&lt;BR /&gt;&lt;BR /&gt;It is working fine for all the linux systems except HP Unix servers. I have given follwoing entries in /etc/syslog.conf&lt;BR /&gt;*.info;mail.none        @192.1.10.18&lt;BR /&gt;&lt;BR /&gt;where 192.1.10.18 is centralised log server IP.&lt;BR /&gt;&lt;BR /&gt;Centralised log server and the other systems are in different network subnet.&lt;BR /&gt;&lt;BR /&gt;For testing i have created an another HP Unix server as centralised log server in the same subnet of other HP Unix servers. Then it is working fine. Problem is with different subnet which is separated by firewall. Firewall team is saying they were not receiving any request in firewall log.&lt;BR /&gt;&lt;BR /&gt;What will be the cause of the issue?&lt;BR /&gt;&lt;BR /&gt;Manoj K&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 31 May 2011 03:37:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-centralised-log-server/m-p/4793625#M391962</guid>
      <dc:creator>ManojK_1</dc:creator>
      <dc:date>2011-05-31T03:37:23Z</dc:date>
    </item>
    <item>
      <title>Re: syslog -- centralised log server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-centralised-log-server/m-p/4793626#M391963</link>
      <description>Does a ping to the 192.1.10.18 works?&lt;BR /&gt;Do you have multiple gateways?&lt;BR /&gt;Does your system have multiple interfaces in the same subnet?&lt;BR /&gt;netstat -ni&lt;BR /&gt;netstat -nrv&lt;BR /&gt;&lt;BR /&gt;probably you can try a nettl trace at link layer ( with option -m 100 to limit the size)&lt;BR /&gt;then try a ping , and something which produce syslog output,&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 31 May 2011 05:01:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-centralised-log-server/m-p/4793626#M391963</guid>
      <dc:creator>Laurent Menase</dc:creator>
      <dc:date>2011-05-31T05:01:46Z</dc:date>
    </item>
    <item>
      <title>Re: syslog -- centralised log server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-centralised-log-server/m-p/4793627#M391964</link>
      <description>Have you checked the syntax of your syslog.conf file - made sure it doesn't contain any spaces, just tabs?&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Duncan</description>
      <pubDate>Tue, 31 May 2011 05:34:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-centralised-log-server/m-p/4793627#M391964</guid>
      <dc:creator>Duncan Edmonstone</dc:creator>
      <dc:date>2011-05-31T05:34:41Z</dc:date>
    </item>
    <item>
      <title>Re: syslog -- centralised log server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-centralised-log-server/m-p/4793628#M391965</link>
      <description>Can your HP-UX systems communicate with anything else outside their own subnet?&lt;BR /&gt;&lt;BR /&gt;If they can't (or you haven't had a reason to test until now), you should be aware of the Dead Gateway Detection system of HP-UX.&lt;BR /&gt;&lt;BR /&gt;By default, HP-UX expects that a gateway should answer to pings. If it doesn't, HP-UX thinks the gateway has died and stops trying to use it.&lt;BR /&gt;&lt;BR /&gt;Sometimes, network administrators configure their gateways to not answer to pings - this is rather common when the gateway is also the firewall.&lt;BR /&gt;&lt;BR /&gt;Please run:&lt;BR /&gt;# ndd -get /dev/ip ip_ire_gw_probe&lt;BR /&gt;&lt;BR /&gt;If it responds "1", then the Dead Gateway Detection is enabled.&lt;BR /&gt;&lt;BR /&gt;To disable it, run:&lt;BR /&gt;ndd -set /dev/ip ip_ire_gw_probe 0&lt;BR /&gt;&lt;BR /&gt;(If the Dead Gateway Detection has already disabled your access to the default gateway, you would have to delete and re-add the gateway route entry to "refresh" it.)&lt;BR /&gt;&lt;BR /&gt;If this fixes your problem, add this to your /etc/rc.config.d/nddconf file to make it persistent:&lt;BR /&gt;TRANSPORT_NAME[0]=ip&lt;BR /&gt;NDD_NAME[0]=ip_ire_gw_probe&lt;BR /&gt;NDD_VALUE[0]=0&lt;BR /&gt;&lt;BR /&gt;(Note: if you have other settings in your nddconf file, remember to adjust the number inside the [brackets] so it does not overlap with the numbers of the other settings.)&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Tue, 31 May 2011 07:21:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-centralised-log-server/m-p/4793628#M391965</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2011-05-31T07:21:10Z</dc:date>
    </item>
  </channel>
</rss>

