<?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: 11i Networking Utils in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/11i-networking-utils/m-p/2956767#M577802</link>
    <description>The classic tool for this is MRTG.  Runs on almost anything and is free.  You will need to enable SNMP on either the switch or the 11i.  In its default configuration MRTG just monitors the number of bytes in and out on an interface and draws you a cute graph of traffic over time.  With a little tweaking it will happily graph any variable that SNMP can report which includes errors and collisions.  Does help to be a network engineer to set it up but the instructions are pretty good.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://people.ee.ethz.ch/~oetiker/webtools/mrtg/" target="_blank"&gt;http://people.ee.ethz.ch/~oetiker/webtools/mrtg/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Another freebie is getif.  Only runs on a window box but it is much easier to setup and use than MRTG and can also do graphs.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.wtcs.org/snmp4tpc/getif.htm" target="_blank"&gt;http://www.wtcs.org/snmp4tpc/getif.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Then you have two very good builtin programs on your 11i which you should look at to help you determine where the problem is.&lt;BR /&gt;&lt;BR /&gt;lanadmin&lt;BR /&gt;lan&lt;BR /&gt;display&lt;BR /&gt;&lt;BR /&gt;The result tells you a lot about the traffic and errors on the network card.  (If you have more than one you will need to change to a different PPA to see its traffic just do&lt;BR /&gt;ppa x&lt;BR /&gt;display)&lt;BR /&gt;&lt;BR /&gt;The second page of the display has most of the errors.  The number and type of errors can tell you a lot about the condition of the link.  Most common problem is a duplex mismatch where one end is set to 100 FULL and the other to AUTO.  This results in high collisions on one end and frame check sum errors on the other.&lt;BR /&gt;&lt;BR /&gt;Another very useful tool is linkloop.  Look in the man for details but essentially you just need to know the MAC of another device on your LAN.  Then &lt;BR /&gt;linkloop -n 100 -s 1400 -v MAC&lt;BR /&gt;will give the switch and the two links involved a good test.&lt;BR /&gt;&lt;BR /&gt;What kind of switch do you have anyway?  Is there more than one switch involved?  If so how are they connected?  Have you checked your switches for errors?&lt;BR /&gt;&lt;BR /&gt;TCPDUMP and Snort are also good but again it helps to be a network engineer if you want to use them.&lt;BR /&gt;&lt;BR /&gt;Ron&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 22 Apr 2003 20:54:00 GMT</pubDate>
    <dc:creator>Ron Kinner</dc:creator>
    <dc:date>2003-04-22T20:54:00Z</dc:date>
    <item>
      <title>11i Networking Utils</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/11i-networking-utils/m-p/2956766#M577801</link>
      <description>Hello:&lt;BR /&gt;&lt;BR /&gt;I suspect I am having some kind of networking issue.  I have 20 -  11i systems spread across 3 subnets using NIS and several NFS mount points.  Over the past 2 weeks I have been experiencing big network delays in login onto systems,PINGs take 200 - 300ms and FTPs.   On top of it all I have MQ-series clients running on each 11i system and they are hanging as well.  &lt;BR /&gt;&lt;BR /&gt;So.... given the fact there are so many systems exhibiting the same symptoms intermittently and so many different processes using different protocols....it leads me to believe I have some kind of network performance issue.  So I am hoping someone has a recommendation for a network performance tool-kit for HPUX 11i.  I would like something that could store historical information such as  packet loss, collision and response times.  And oh yeah something that doesn't require you to be a network engineer to use or understand the data.&lt;BR /&gt;&lt;BR /&gt;Can anyone help?&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Apr 2003 19:30:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/11i-networking-utils/m-p/2956766#M577801</guid>
      <dc:creator>Scott McDade</dc:creator>
      <dc:date>2003-04-22T19:30:13Z</dc:date>
    </item>
    <item>
      <title>Re: 11i Networking Utils</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/11i-networking-utils/m-p/2956767#M577802</link>
      <description>The classic tool for this is MRTG.  Runs on almost anything and is free.  You will need to enable SNMP on either the switch or the 11i.  In its default configuration MRTG just monitors the number of bytes in and out on an interface and draws you a cute graph of traffic over time.  With a little tweaking it will happily graph any variable that SNMP can report which includes errors and collisions.  Does help to be a network engineer to set it up but the instructions are pretty good.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://people.ee.ethz.ch/~oetiker/webtools/mrtg/" target="_blank"&gt;http://people.ee.ethz.ch/~oetiker/webtools/mrtg/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Another freebie is getif.  Only runs on a window box but it is much easier to setup and use than MRTG and can also do graphs.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.wtcs.org/snmp4tpc/getif.htm" target="_blank"&gt;http://www.wtcs.org/snmp4tpc/getif.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Then you have two very good builtin programs on your 11i which you should look at to help you determine where the problem is.&lt;BR /&gt;&lt;BR /&gt;lanadmin&lt;BR /&gt;lan&lt;BR /&gt;display&lt;BR /&gt;&lt;BR /&gt;The result tells you a lot about the traffic and errors on the network card.  (If you have more than one you will need to change to a different PPA to see its traffic just do&lt;BR /&gt;ppa x&lt;BR /&gt;display)&lt;BR /&gt;&lt;BR /&gt;The second page of the display has most of the errors.  The number and type of errors can tell you a lot about the condition of the link.  Most common problem is a duplex mismatch where one end is set to 100 FULL and the other to AUTO.  This results in high collisions on one end and frame check sum errors on the other.&lt;BR /&gt;&lt;BR /&gt;Another very useful tool is linkloop.  Look in the man for details but essentially you just need to know the MAC of another device on your LAN.  Then &lt;BR /&gt;linkloop -n 100 -s 1400 -v MAC&lt;BR /&gt;will give the switch and the two links involved a good test.&lt;BR /&gt;&lt;BR /&gt;What kind of switch do you have anyway?  Is there more than one switch involved?  If so how are they connected?  Have you checked your switches for errors?&lt;BR /&gt;&lt;BR /&gt;TCPDUMP and Snort are also good but again it helps to be a network engineer if you want to use them.&lt;BR /&gt;&lt;BR /&gt;Ron&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Apr 2003 20:54:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/11i-networking-utils/m-p/2956767#M577802</guid>
      <dc:creator>Ron Kinner</dc:creator>
      <dc:date>2003-04-22T20:54:00Z</dc:date>
    </item>
    <item>
      <title>Re: 11i Networking Utils</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/11i-networking-utils/m-p/2956768#M577803</link>
      <description>System performance analysis is point to point.  So unless you're using a network analyzer like tcpdump, which most S.A.'s now keep in their tool box, then similar applications have to exist on both nodes.  For example, spray.  This is an icmp protocol.  Set up spray on both nodes and then spray one node and check for dropped packets, collision, retransmissions, timeouts, etc.&lt;BR /&gt;&lt;BR /&gt;nfsstat -rc (* NFS *)&lt;BR /&gt;netstat -m (* requests denied *)&lt;BR /&gt;vmstat -n (* cpu usage *)&lt;BR /&gt;netstat -s -p udp/tcp/icmp (* socket overflows, etc. *)&lt;BR /&gt;&lt;BR /&gt;Also bear some mind to packet reassembly if you've got a lot of routers.</description>
      <pubDate>Tue, 22 Apr 2003 21:15:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/11i-networking-utils/m-p/2956768#M577803</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2003-04-22T21:15:42Z</dc:date>
    </item>
    <item>
      <title>Re: 11i Networking Utils</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/11i-networking-utils/m-p/2956769#M577804</link>
      <description>1) Ping test, watch for variability.  This could confirm what you already know.&lt;BR /&gt;&lt;BR /&gt;2) traceroute &lt;IP address=""&gt;&lt;BR /&gt;&lt;BR /&gt;This test could let you know what part of your infrastructure is slowing you down.  Not too useful for hubs, very useful for recalcitrant switches.&lt;BR /&gt;&lt;BR /&gt;If you have cisco switches, see that the HP-9000's ports are manually set to 100 BaseT Full duplex, or whatever your NIC top speed/mode is.&lt;BR /&gt;&lt;BR /&gt;You may need to force your lan cards to run full speed by adding speed entries to /etc/rc.config.d/hpbtlanconf&lt;BR /&gt;&lt;BR /&gt;Example 2 cards.&lt;BR /&gt;&lt;BR /&gt;HP_BTLAN_INTERFACE_NAME[0]=lan0&lt;BR /&gt;HP_BTLAN_STATION_ADDRESS[0]=&lt;BR /&gt;HP_BTLAN_SPEED[0]=10HD&lt;BR /&gt;HP_BTLAN_INTERFACE_NAME[1]=lan1&lt;BR /&gt;HP_BTLAN_STATION_ADDRESS[1]=&lt;BR /&gt;HP_BTLAN_SPEED[1]=100FD&lt;BR /&gt;&lt;BR /&gt;lanadmin should when complete show 100 BaseT full duplex MANUAL&lt;BR /&gt;&lt;BR /&gt;SEP&lt;/IP&gt;</description>
      <pubDate>Tue, 29 Apr 2003 18:21:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/11i-networking-utils/m-p/2956769#M577804</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-04-29T18:21:30Z</dc:date>
    </item>
    <item>
      <title>Re: 11i Networking Utils</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/11i-networking-utils/m-p/2956770#M577805</link>
      <description>I would suggest running tcpdump, ethereal of even HPs nettl utility.  Configure the tool to watch all packets between your server and the host you are logging in from.  &lt;BR /&gt;&lt;BR /&gt;Once you capture the login session, you can check for things the three-way handshake (SYN, SYN-ACK, ACK) that starts up any TCP connection, re-transmitted packets, protocol errors, etc.&lt;BR /&gt;&lt;BR /&gt;You coud also get a too like netperf &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.netperf.org/" target="_blank"&gt;http://www.netperf.org/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;to generate some maximum throughput numbers between systems.</description>
      <pubDate>Tue, 29 Apr 2003 19:57:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/11i-networking-utils/m-p/2956770#M577805</guid>
      <dc:creator>Bill Douglass</dc:creator>
      <dc:date>2003-04-29T19:57:38Z</dc:date>
    </item>
  </channel>
</rss>

