<?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: Network Issue in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/network-issue/m-p/4692798#M530728</link>
    <description>Not saying "this is certainly it", by a long stretch, but one that has tripped me up when introducing new network areas and routes to existing structures with huge load changes is what I'm noting below.  I'm including it because I believe it can/does look like what you're describing, and once researched is pretty easy to rule out as a possible problem.&lt;BR /&gt;&lt;BR /&gt;Ask your networking guys if the spanning tree root bridge is moving between the main switches for the buildings is moving around when the network load moves from building to building.  It needs to be reviewed per vlan, per managed switch that can/does tree spanning, while keeping in mind that most any enterprise class switch falls into this category.&lt;BR /&gt;&lt;BR /&gt;I've seen that one, where the root bridge of a VLAN can move around with a load moving at a time to a diff switch.  You'll probably want to set priorities on those switch so that they can't decide for themselves who owns the root bridge.  If you talk to the network guys and they don't know what you're talking about, you probably need a little outside help to explain to your team what it is and how it works, and how to set it up and maintain it properly.  It's an important step that can be easy to overlook.  It manifests itself as temporary outages, to full on persistent ones.  All occurences I've seen are more wave like in function, of duration 5 to 15 minutes.  Besides looking directly inside the switch for topology change events (there is a counter in there), a big tip off is a big landslide of unexplained broadcast traffic during the connectivity event.  That's the root switch event itself, trying to figure out new paths to all the assets out there.</description>
    <pubDate>Thu, 30 Sep 2010 20:01:45 GMT</pubDate>
    <dc:creator>TwoProc</dc:creator>
    <dc:date>2010-09-30T20:01:45Z</dc:date>
    <item>
      <title>Network Issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/network-issue/m-p/4692793#M530723</link>
      <description>Hi expert,&lt;BR /&gt;I am facing a disturbing problem. &lt;BR /&gt;We have an Alpha server running tru64 and datase application.&lt;BR /&gt;Users connect to databse application by telnet.&lt;BR /&gt;There are two type of users those that are in a samme bulding of the server and those that are on another buldings.&lt;BR /&gt;Now to increase the performence we have buy a new rx 6600 server running hpux 11iv3 based opreating system and installed the database application on the rx server.&lt;BR /&gt;We have also an application that monitoring our network.&lt;BR /&gt;The rx server and aplha server use the same gateway.&lt;BR /&gt;Every morning users connect to the Alpha server and woat this work, all is fine  at this.&lt;BR /&gt;At afternoon we ask users to connect to rx server and problem begins.&lt;BR /&gt;Our network minotoring application show us that all network link failed, by putting the link in red like in the picture attached and user lose connection. But user in the same bulding of rx server still connected.&lt;BR /&gt;When use ask user to reconnect to aplha server the link become green that means all is fine.&lt;BR /&gt;Now I don't no where to investigate anymore.&lt;BR /&gt;I ready to give more information if you.&lt;BR /&gt;Please help me.</description>
      <pubDate>Wed, 29 Sep 2010 09:56:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/network-issue/m-p/4692793#M530723</guid>
      <dc:creator>richard_kouadio</dc:creator>
      <dc:date>2010-09-29T09:56:33Z</dc:date>
    </item>
    <item>
      <title>Re: Network Issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/network-issue/m-p/4692794#M530724</link>
      <description>Are the users who are in the same building as the rx6600 also in the same IP subnet?  That is, do they not have to go through a router to reach the HP-UX system?&lt;BR /&gt;&lt;BR /&gt;HP-UX has a feature called dead gateway detection - it will periodically ping the configured gateways (eg the the default gateway) if if it does not receive a reply after a certain number of tries, will assume the gateway is down and mark that route as unuable.  If your gateways are configured to not respond to pings (eg ICMP Echo Requests) this could cause the HP-UX system to mistakenly believe the gateway is down.&lt;BR /&gt;&lt;BR /&gt;This functionality can be controlled via an ndd setting (man ndd) called ip_ire_gateway_probe:&lt;BR /&gt;&lt;BR /&gt;$ ndd -h ip_ire_gw_probe&lt;BR /&gt;&lt;BR /&gt;ip_ire_gw_probe:&lt;BR /&gt;&lt;BR /&gt;    Enable dead gateway probes.  This option should only be disabled on&lt;BR /&gt;    networks containing gateways which do not respond to ICMP echo&lt;BR /&gt;    requests (ping).&lt;BR /&gt;    [0-1] Default: 1 (probe for dead gateways)&lt;BR /&gt;&lt;BR /&gt;you can set that by hand and then edit the /etc/rc.config.d/netconf file - do be certain to read the comments in that file and make sure you do the right things with the indicies for the variables and such...</description>
      <pubDate>Wed, 29 Sep 2010 22:58:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/network-issue/m-p/4692794#M530724</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2010-09-29T22:58:26Z</dc:date>
    </item>
    <item>
      <title>Re: Network Issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/network-issue/m-p/4692795#M530725</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;In addition to Ricks suggestion,&lt;BR /&gt;&lt;BR /&gt;1. Are you using virtual IPs for the application?&lt;BR /&gt;&lt;BR /&gt;2. "Our network minotoring application show us that all network link failed"&lt;BR /&gt;&lt;BR /&gt;Are you able to ping (or check the connectivity manually). the server from other building, after you see the application shows connections are disabled?&lt;BR /&gt;&lt;BR /&gt;3. Please confirm, if your samebuilding users are connected via router ( different subnet)&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 30 Sep 2010 01:11:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/network-issue/m-p/4692795#M530725</guid>
      <dc:creator>SoorajCleris</dc:creator>
      <dc:date>2010-09-30T01:11:40Z</dc:date>
    </item>
    <item>
      <title>Re: Network Issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/network-issue/m-p/4692796#M530726</link>
      <description>The users in the same bulding don't use gateway to communicate with rx server.&lt;BR /&gt;There are in the same subnet.</description>
      <pubDate>Thu, 30 Sep 2010 17:52:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/network-issue/m-p/4692796#M530726</guid>
      <dc:creator>richard_kouadio</dc:creator>
      <dc:date>2010-09-30T17:52:19Z</dc:date>
    </item>
    <item>
      <title>Re: Network Issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/network-issue/m-p/4692797#M530727</link>
      <description>Then that certainly sounds like the ip_ire_gw_probe bit.</description>
      <pubDate>Thu, 30 Sep 2010 19:28:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/network-issue/m-p/4692797#M530727</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2010-09-30T19:28:44Z</dc:date>
    </item>
    <item>
      <title>Re: Network Issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/network-issue/m-p/4692798#M530728</link>
      <description>Not saying "this is certainly it", by a long stretch, but one that has tripped me up when introducing new network areas and routes to existing structures with huge load changes is what I'm noting below.  I'm including it because I believe it can/does look like what you're describing, and once researched is pretty easy to rule out as a possible problem.&lt;BR /&gt;&lt;BR /&gt;Ask your networking guys if the spanning tree root bridge is moving between the main switches for the buildings is moving around when the network load moves from building to building.  It needs to be reviewed per vlan, per managed switch that can/does tree spanning, while keeping in mind that most any enterprise class switch falls into this category.&lt;BR /&gt;&lt;BR /&gt;I've seen that one, where the root bridge of a VLAN can move around with a load moving at a time to a diff switch.  You'll probably want to set priorities on those switch so that they can't decide for themselves who owns the root bridge.  If you talk to the network guys and they don't know what you're talking about, you probably need a little outside help to explain to your team what it is and how it works, and how to set it up and maintain it properly.  It's an important step that can be easy to overlook.  It manifests itself as temporary outages, to full on persistent ones.  All occurences I've seen are more wave like in function, of duration 5 to 15 minutes.  Besides looking directly inside the switch for topology change events (there is a counter in there), a big tip off is a big landslide of unexplained broadcast traffic during the connectivity event.  That's the root switch event itself, trying to figure out new paths to all the assets out there.</description>
      <pubDate>Thu, 30 Sep 2010 20:01:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/network-issue/m-p/4692798#M530728</guid>
      <dc:creator>TwoProc</dc:creator>
      <dc:date>2010-09-30T20:01:45Z</dc:date>
    </item>
    <item>
      <title>Re: Network Issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/network-issue/m-p/4692799#M530729</link>
      <description>Hi rick,&lt;BR /&gt;We are able to ping our gateway.&lt;BR /&gt;Do you think that despite this ndd -ip_ire_gw_probe can solve my problem?</description>
      <pubDate>Sat, 02 Oct 2010 15:56:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/network-issue/m-p/4692799#M530729</guid>
      <dc:creator>richard_kouadio</dc:creator>
      <dc:date>2010-10-02T15:56:47Z</dc:date>
    </item>
    <item>
      <title>Re: Network Issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/network-issue/m-p/4692800#M530730</link>
      <description>If the *rx6600* is able to ping the gateway then there is something else happening.  BTW, "back in the day" when this was common, the symptom would be that there would be connectivity through the gateway for a little while, and then it would cease.  Basically, that was the interval over which the HP-UX stack was still making-up its mind about the gateway.</description>
      <pubDate>Mon, 04 Oct 2010 19:08:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/network-issue/m-p/4692800#M530730</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2010-10-04T19:08:16Z</dc:date>
    </item>
  </channel>
</rss>

