<?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 Bottleneck in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/network-bottleneck/m-p/2691961#M55593</link>
    <description>it is my expereince that even today, glance is a bit, well, paranoid about network packet rates.&lt;BR /&gt;&lt;BR /&gt;while glance is alarming on network, use lanadmin to check the queue length for tne NIC (or NICs) and see if it is constently non-zero. also, check for outbound discards or inbound discards, those could indicate that indeed there is a network bottleneck.&lt;BR /&gt;</description>
    <pubDate>Thu, 28 Mar 2002 18:27:51 GMT</pubDate>
    <dc:creator>rick jones</dc:creator>
    <dc:date>2002-03-28T18:27:51Z</dc:date>
    <item>
      <title>Network Bottleneck</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/network-bottleneck/m-p/2691954#M55586</link>
      <description>I'm getting network bottleneck alerts of 100% every few minutes lasting 5 minutes each time. My alarmdef file is set for a 100mps system since the customer's network is not a gigabit system. Does anyone have any suggestions?</description>
      <pubDate>Wed, 27 Mar 2002 16:05:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/network-bottleneck/m-p/2691954#M55586</guid>
      <dc:creator>Jackie Wynn</dc:creator>
      <dc:date>2002-03-27T16:05:18Z</dc:date>
    </item>
    <item>
      <title>Re: Network Bottleneck</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/network-bottleneck/m-p/2691955#M55587</link>
      <description>Jackie,&lt;BR /&gt;&lt;BR /&gt;What processes are running during that period? Do you have lsof?&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/lsof-4.61/" target="_blank"&gt;http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/lsof-4.61/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Also, check crontab to see if any job is firing up every five minutes.&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Wed, 27 Mar 2002 16:12:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/network-bottleneck/m-p/2691955#M55587</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-03-27T16:12:25Z</dc:date>
    </item>
    <item>
      <title>Re: Network Bottleneck</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/network-bottleneck/m-p/2691956#M55588</link>
      <description>What does 'glance' tell you at those moments?&lt;BR /&gt;press l 'network by interface&lt;BR /&gt;press N 'NFS GLobal Activity&lt;BR /&gt;press A 'Alarm History&lt;BR /&gt;&lt;BR /&gt;-Ceesjan&lt;BR /&gt;</description>
      <pubDate>Wed, 27 Mar 2002 16:15:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/network-bottleneck/m-p/2691956#M55588</guid>
      <dc:creator>Ceesjan van Hattum</dc:creator>
      <dc:date>2002-03-27T16:15:19Z</dc:date>
    </item>
    <item>
      <title>Re: Network Bottleneck</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/network-bottleneck/m-p/2691957#M55589</link>
      <description>Hi,&lt;BR /&gt;  You should also check the syslog during one of the bottlenecks to see if anyone is connecting remotely to the server.  The may be pulling or pushing large files during that time.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Rusty</description>
      <pubDate>Wed, 27 Mar 2002 16:18:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/network-bottleneck/m-p/2691957#M55589</guid>
      <dc:creator>Rusty Sapper</dc:creator>
      <dc:date>2002-03-27T16:18:58Z</dc:date>
    </item>
    <item>
      <title>Re: Network Bottleneck</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/network-bottleneck/m-p/2691958#M55590</link>
      <description>Depends on the topology.  I'll assume from what you wrote that it's a single 100Mbps NIC?  I'll assume you have checked for network errors?  Collision rates?  etc...&lt;BR /&gt;Is it in a switch or hub?&lt;BR /&gt;Do you have multiple NIC's?&lt;BR /&gt;&lt;BR /&gt;What applications are using the network?&lt;BR /&gt;What else is on the network with the server?&lt;BR /&gt;&lt;BR /&gt;Basically, if the customer does not want to invest in GIG or ATM, then you will need to plan out (very well) multiple NIC's and subnets.  Not an easy task!&lt;BR /&gt;I.E.&lt;BR /&gt;Oracle database, FTP Server, and local access.&lt;BR /&gt;Nic1.  10.10.10.1 &lt;MOVE oracle="" app=""&gt;&lt;BR /&gt;Nic2.  20.20.20.1 &lt;USED for="" local="" workflow=""&gt;&lt;BR /&gt;Nic3.  30.30.30.1 &lt;INTERNET address="" not="" changable=""&gt;&lt;BR /&gt;&lt;BR /&gt;This would segment your network requiring only 2 new switches (and not large ones), and re-route your traffic.&lt;BR /&gt;&lt;BR /&gt;I'd recommend however a gig card.  Several switch vendors have a single gig port for servers, and the rest of the clients at 100mbps so wont kill the budget.  This will leave room for growth as well.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Shannon&lt;/INTERNET&gt;&lt;/USED&gt;&lt;/MOVE&gt;</description>
      <pubDate>Wed, 27 Mar 2002 16:19:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/network-bottleneck/m-p/2691958#M55590</guid>
      <dc:creator>Shannon Petry</dc:creator>
      <dc:date>2002-03-27T16:19:08Z</dc:date>
    </item>
    <item>
      <title>Re: Network Bottleneck</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/network-bottleneck/m-p/2691959#M55591</link>
      <description>Can you check the speed settings in your NIC and Switch? If there is a difference then it may happen. Set both the port as 10mbps or 100 mbps, according to your configuration and see the performance.&lt;BR /&gt;&lt;BR /&gt;Sandip</description>
      <pubDate>Wed, 27 Mar 2002 16:35:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/network-bottleneck/m-p/2691959#M55591</guid>
      <dc:creator>Sandip Ghosh</dc:creator>
      <dc:date>2002-03-27T16:35:09Z</dc:date>
    </item>
    <item>
      <title>Re: Network Bottleneck</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/network-bottleneck/m-p/2691960#M55592</link>
      <description>Shannon,&lt;BR /&gt;Nothing has changed in the past few weeks with this customer. Everything was fine up until last Monday. They're only running 100mbs cards. I researched their network usuage via mrtg. The most that they are bursting up to is about 80mb.</description>
      <pubDate>Wed, 27 Mar 2002 18:43:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/network-bottleneck/m-p/2691960#M55592</guid>
      <dc:creator>Jackie Wynn</dc:creator>
      <dc:date>2002-03-27T18:43:14Z</dc:date>
    </item>
    <item>
      <title>Re: Network Bottleneck</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/network-bottleneck/m-p/2691961#M55593</link>
      <description>it is my expereince that even today, glance is a bit, well, paranoid about network packet rates.&lt;BR /&gt;&lt;BR /&gt;while glance is alarming on network, use lanadmin to check the queue length for tne NIC (or NICs) and see if it is constently non-zero. also, check for outbound discards or inbound discards, those could indicate that indeed there is a network bottleneck.&lt;BR /&gt;</description>
      <pubDate>Thu, 28 Mar 2002 18:27:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/network-bottleneck/m-p/2691961#M55593</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2002-03-28T18:27:51Z</dc:date>
    </item>
    <item>
      <title>Re: Network Bottleneck</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/network-bottleneck/m-p/2691962#M55594</link>
      <description>&lt;BR /&gt;Sometimes I need to remind Rick that he had the glance team put in his favorite network bottleneck metrics.  In recent versions, the following should all be available via HP-UX gpm's Choose Metrics screens:&lt;BR /&gt;&lt;BR /&gt;Global Info: Average queue length, collision deferred and error packets rates and percentages, IP fragments, forwarded datagrams, and reassembly required counts.&lt;BR /&gt;&lt;BR /&gt;Network detail by Interface: Packet and byte rates, collisions and errors, and queue length.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 29 Mar 2002 01:28:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/network-bottleneck/m-p/2691962#M55594</guid>
      <dc:creator>Doug Grumann</dc:creator>
      <dc:date>2002-03-29T01:28:15Z</dc:date>
    </item>
  </channel>
</rss>

