<?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: Soft for solving network problems in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/soft-for-solving-network-problems/m-p/2655471#M47085</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;useful for the network analyze are tcpdump and tcptrace. You can download them from for example from : &lt;A href="http://hpux.connect.org.uk/" target="_blank"&gt;http://hpux.connect.org.uk/&lt;/A&gt; .&lt;BR /&gt;&lt;BR /&gt;Simple example :&lt;BR /&gt;tcpdump -w /tmp/log&lt;BR /&gt;tcptrace -l /tmp/log&lt;BR /&gt;&lt;BR /&gt;By&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;e are tcpdump and tcptrace. You can download them from for example from : &lt;A href="http://hpux.connect.org.uk/" target="_blank"&gt;http://hpux.connect.org.uk/&lt;/A&gt; .&lt;BR /&gt;&lt;BR /&gt;Simple example :&lt;BR /&gt;tcpdump -w /tmp/log&lt;BR /&gt;tcptrace -l /tmp/log&lt;BR /&gt;&lt;BR /&gt;By</description>
    <pubDate>Thu, 31 Jan 2002 10:46:55 GMT</pubDate>
    <dc:creator>Pavel Hampl</dc:creator>
    <dc:date>2002-01-31T10:46:55Z</dc:date>
    <item>
      <title>Soft for solving network problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/soft-for-solving-network-problems/m-p/2655466#M47080</link>
      <description>Hello.&lt;BR /&gt;&lt;BR /&gt;I have 10 A400 HP servers in a 100mb full-duplex private LAN. From time to time there are some troubles such as NFS timeout or low bandwith within this LAN.Is there any soft for HP-UX 11.00, which i can use to diagnose and resolve my problems?&lt;BR /&gt;&lt;BR /&gt;I have a GlancePLus pack,but i have no idea of using it in such way.&lt;BR /&gt;Thanx.</description>
      <pubDate>Wed, 30 Jan 2002 14:19:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/soft-for-solving-network-problems/m-p/2655466#M47080</guid>
      <dc:creator>Alekseev Roman</dc:creator>
      <dc:date>2002-01-30T14:19:28Z</dc:date>
    </item>
    <item>
      <title>Re: Soft for solving network problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/soft-for-solving-network-problems/m-p/2655467#M47081</link>
      <description>Hi Alekseev,&lt;BR /&gt;&lt;BR /&gt;You can try to use the network trace tool that comes with the hp-ux software.&lt;BR /&gt;&lt;BR /&gt;To enable: &lt;BR /&gt;&lt;BR /&gt;nettl -start&lt;BR /&gt;&lt;BR /&gt;Start tracing: &lt;BR /&gt;&lt;BR /&gt;nettl -tn pduin pduout -e all -f /&lt;DIR&gt;/&lt;OUT-FILE&gt;&lt;BR /&gt;&lt;BR /&gt;Stop tracing:&lt;BR /&gt;nettl -tf -e all&lt;BR /&gt;&lt;BR /&gt;Read the trace with:&lt;BR /&gt;&lt;BR /&gt;netfmt -s -f /dir/out-file&amp;gt;&lt;BR /&gt;&lt;BR /&gt;There are lots of options to use with netfmt, check the man page for details.&lt;BR /&gt;&lt;BR /&gt;Kind reagrds,&lt;BR /&gt;&lt;BR /&gt;Marcel Eken.&lt;/OUT-FILE&gt;&lt;/DIR&gt;</description>
      <pubDate>Wed, 30 Jan 2002 14:34:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/soft-for-solving-network-problems/m-p/2655467#M47081</guid>
      <dc:creator>Marcel Eken_2</dc:creator>
      <dc:date>2002-01-30T14:34:24Z</dc:date>
    </item>
    <item>
      <title>Re: Soft for solving network problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/soft-for-solving-network-problems/m-p/2655468#M47082</link>
      <description>To help you get a good idea of your traffic on the LAN you can use MRTG.&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;It uses SNMP to monitor the traffic on each interface in your LAN (including the hub/switch if it supports SNMP) and draws a really nice graph of usage during the day.  Will help you determine who the heavy hitters are.  It's not limited to just traffic.  Can also monitor errors and drops.&lt;BR /&gt;Price is right.  It's free.&lt;BR /&gt;&lt;BR /&gt;Ron</description>
      <pubDate>Wed, 30 Jan 2002 14:37:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/soft-for-solving-network-problems/m-p/2655468#M47082</guid>
      <dc:creator>Ron Kinner</dc:creator>
      <dc:date>2002-01-30T14:37:52Z</dc:date>
    </item>
    <item>
      <title>Re: Soft for solving network problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/soft-for-solving-network-problems/m-p/2655469#M47083</link>
      <description>Use nfsstat.  However, if the NFS mounts are complex, especially across wide area networks, you'll need to spend a lot of time working on both the reliability of the network as well as possible mountpoint timing options to allow for unexpected delays.  NFS is not a good protocol for problem networks.</description>
      <pubDate>Wed, 30 Jan 2002 18:41:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/soft-for-solving-network-problems/m-p/2655469#M47083</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2002-01-30T18:41:16Z</dc:date>
    </item>
    <item>
      <title>Re: Soft for solving network problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/soft-for-solving-network-problems/m-p/2655470#M47084</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Try the hp-ux tuning guide,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/hpux/onlinedocs/os/11.0/tuningwp.html" target="_blank"&gt;http://docs.hp.com/hpux/onlinedocs/os/11.0/tuningwp.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Here is the section on network,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/hpux/onlinedocs/os/11.0/tuningwp.html#networks" target="_blank"&gt;http://docs.hp.com/hpux/onlinedocs/os/11.0/tuningwp.html#networks&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Wed, 30 Jan 2002 22:02:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/soft-for-solving-network-problems/m-p/2655470#M47084</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2002-01-30T22:02:44Z</dc:date>
    </item>
    <item>
      <title>Re: Soft for solving network problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/soft-for-solving-network-problems/m-p/2655471#M47085</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;useful for the network analyze are tcpdump and tcptrace. You can download them from for example from : &lt;A href="http://hpux.connect.org.uk/" target="_blank"&gt;http://hpux.connect.org.uk/&lt;/A&gt; .&lt;BR /&gt;&lt;BR /&gt;Simple example :&lt;BR /&gt;tcpdump -w /tmp/log&lt;BR /&gt;tcptrace -l /tmp/log&lt;BR /&gt;&lt;BR /&gt;By&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;e are tcpdump and tcptrace. You can download them from for example from : &lt;A href="http://hpux.connect.org.uk/" target="_blank"&gt;http://hpux.connect.org.uk/&lt;/A&gt; .&lt;BR /&gt;&lt;BR /&gt;Simple example :&lt;BR /&gt;tcpdump -w /tmp/log&lt;BR /&gt;tcptrace -l /tmp/log&lt;BR /&gt;&lt;BR /&gt;By</description>
      <pubDate>Thu, 31 Jan 2002 10:46:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/soft-for-solving-network-problems/m-p/2655471#M47085</guid>
      <dc:creator>Pavel Hampl</dc:creator>
      <dc:date>2002-01-31T10:46:55Z</dc:date>
    </item>
  </channel>
</rss>

