<?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: User timeouts on 10.20 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/user-timeouts-on-10-20/m-p/2678222#M589503</link>
    <description>I should clarify:&lt;BR /&gt;The routers are using HSRP and are attached but we have some VLAN's active on 1 router and some on the other router.  Users in VLAN's on router 2 have issues getting to the server.  Users in VLAN's on router 1 have no issues.  Also, some users on router 2 have no problems at all getting to the server.  I for instance, am on router 2 and I have no problems.  A coworker also in the same VLAN will timeout occasionally.  I looked at netstat -rn and both her and I have identical configurations.&lt;BR /&gt;&lt;BR /&gt;We were able to workaround the issue by making VLANS with heavy usage of this server active router 1.  &lt;BR /&gt;&lt;BR /&gt;Router 2 continues to have the same issues, and it is only with this 1 HP 10.20 box.  We will do a full patch analysis on it next week and we may upgrade IOS on both routers as well.&lt;BR /&gt;&lt;BR /&gt;Any additional suggestions would be appreciated.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Eric</description>
    <pubDate>Fri, 08 Mar 2002 22:06:21 GMT</pubDate>
    <dc:creator>Eric Malzahn</dc:creator>
    <dc:date>2002-03-08T22:06:21Z</dc:date>
    <item>
      <title>User timeouts on 10.20</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-timeouts-on-10-20/m-p/2678218#M589499</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I've got a D360 running 10.20 connected to a Cisco switch.  The switch connects to redundant cisco routers (HSRP).  1 of these routers can see the D360's IP address with no problem.  The other from time to time will lose the connection.  Users that are primary to this router will also lose connectivity.  There are several other servers (Sun, HP 10.20 and 11, NT) that have no problem.  We have the latest HP patches for 100BT card.  My network team is running out of ideas.  Could this possibly be a 10.20 patch or other issue that I have overlooked?&lt;BR /&gt;Thanks,&lt;BR /&gt;Eric Malzahn</description>
      <pubDate>Thu, 07 Mar 2002 17:02:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-timeouts-on-10-20/m-p/2678218#M589499</guid>
      <dc:creator>Eric Malzahn</dc:creator>
      <dc:date>2002-03-07T17:02:09Z</dc:date>
    </item>
    <item>
      <title>Re: User timeouts on 10.20</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-timeouts-on-10-20/m-p/2678219#M589500</link>
      <description>Hi,&lt;BR /&gt;Since i've recently found out that by "ndd" IP periodically tests if the gateways are available by probe active gw's AND the dead ones, it might be that in your case the probe is of and therefor loses it's connection.&lt;BR /&gt;&lt;BR /&gt;Check its probe status:&lt;BR /&gt;ndd -get /dev/ip ip_ire_gw_probe &lt;BR /&gt;If 0, then no check&lt;BR /&gt;If 1, then checks are on.&lt;BR /&gt;&lt;BR /&gt;In case this does the trick, look at the settings in nddconf:&lt;BR /&gt;nddconf entry example: &lt;BR /&gt;TRANSPORT_NAME[0]=ip &lt;BR /&gt;NDD_NAME[0]=ip_ire_gw_probe &lt;BR /&gt;NDD_VALUE[0]=1&lt;BR /&gt; &lt;BR /&gt;</description>
      <pubDate>Thu, 07 Mar 2002 21:53:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-timeouts-on-10-20/m-p/2678219#M589500</guid>
      <dc:creator>Ceesjan van Hattum</dc:creator>
      <dc:date>2002-03-07T21:53:22Z</dc:date>
    </item>
    <item>
      <title>Re: User timeouts on 10.20</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-timeouts-on-10-20/m-p/2678220#M589501</link>
      <description>Sounds like a misuse of HSRP. The S in HSRP stands for Standby not Sharing. &lt;BR /&gt;&lt;BR /&gt;With HSRP only one router is active on the LAN at one time.  The other is just sitting there listening to hello packets from the active router to make sure that the prime router hasn't died.  He is not really supposed to do any talking.&lt;BR /&gt;&lt;BR /&gt;Your hosts are pointed at a virtual router with an ip different from either router A or B.  Only the active router is supposed to respond to traffic to that address.  The standby one is just supposed to sit there and do nothing.  Both routers are supposed to be able to get to any possible destination so the fact that the standby router doesn't want to talk should not bother anyone.&lt;BR /&gt;&lt;BR /&gt;Your having users on the standby router is weird.  You might want to look at doing a little reorganizing or at least add a link between the two routers.&lt;BR /&gt;&lt;BR /&gt;OK enough lecture.  Why do some PCs work and others not?&lt;BR /&gt;&lt;BR /&gt;Could be the way they get their default route.&lt;BR /&gt;Proxy ARP&lt;BR /&gt;RIP&lt;BR /&gt;IRDP&lt;BR /&gt;OSPF&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Take a look at&lt;BR /&gt;netstat -rn&lt;BR /&gt;on the ones that work and the ones that don't.  If it doesn't have a Default route pointing to the virtual router's ip address then it uses proxy ARP.  If it points to the real IP address of a router then it's not setup to make use of HSRP.&lt;BR /&gt;&lt;BR /&gt;Ron&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 07 Mar 2002 21:57:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-timeouts-on-10-20/m-p/2678220#M589501</guid>
      <dc:creator>Ron Kinner</dc:creator>
      <dc:date>2002-03-07T21:57:01Z</dc:date>
    </item>
    <item>
      <title>Re: User timeouts on 10.20</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-timeouts-on-10-20/m-p/2678221#M589502</link>
      <description>Hi, you can't do ndd on 10.20&lt;BR /&gt;&lt;BR /&gt;10.20 do not have a gw probe&lt;BR /&gt;mechanism like 11.0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Johan Gjestvang</description>
      <pubDate>Fri, 08 Mar 2002 18:15:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-timeouts-on-10-20/m-p/2678221#M589502</guid>
      <dc:creator>Johan Gjestvang</dc:creator>
      <dc:date>2002-03-08T18:15:54Z</dc:date>
    </item>
    <item>
      <title>Re: User timeouts on 10.20</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-timeouts-on-10-20/m-p/2678222#M589503</link>
      <description>I should clarify:&lt;BR /&gt;The routers are using HSRP and are attached but we have some VLAN's active on 1 router and some on the other router.  Users in VLAN's on router 2 have issues getting to the server.  Users in VLAN's on router 1 have no issues.  Also, some users on router 2 have no problems at all getting to the server.  I for instance, am on router 2 and I have no problems.  A coworker also in the same VLAN will timeout occasionally.  I looked at netstat -rn and both her and I have identical configurations.&lt;BR /&gt;&lt;BR /&gt;We were able to workaround the issue by making VLANS with heavy usage of this server active router 1.  &lt;BR /&gt;&lt;BR /&gt;Router 2 continues to have the same issues, and it is only with this 1 HP 10.20 box.  We will do a full patch analysis on it next week and we may upgrade IOS on both routers as well.&lt;BR /&gt;&lt;BR /&gt;Any additional suggestions would be appreciated.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Eric</description>
      <pubDate>Fri, 08 Mar 2002 22:06:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-timeouts-on-10-20/m-p/2678222#M589503</guid>
      <dc:creator>Eric Malzahn</dc:creator>
      <dc:date>2002-03-08T22:06:21Z</dc:date>
    </item>
  </channel>
</rss>

