<?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: Netstat -p udp  shows socket overflows errors in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/netstat-p-udp-shows-socket-overflows-errors/m-p/2708142#M584763</link>
    <description>I had a few times the same problem on a L1000. The socket overflows came from a hanging nfs process. Sometime we needed to restart the nfs-services but somtime nothing helped than a reboot.</description>
    <pubDate>Tue, 23 Apr 2002 05:14:56 GMT</pubDate>
    <dc:creator>Peter Eisentraeger</dc:creator>
    <dc:date>2002-04-23T05:14:56Z</dc:date>
    <item>
      <title>Netstat -p udp  shows socket overflows errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/netstat-p-udp-shows-socket-overflows-errors/m-p/2708138#M584759</link>
      <description>I work in a HPUX11 L1000 environment with a LAN that receives from external devices a big UDP traffic.&lt;BR /&gt;I suspect that part of this traffic is lost and I am investigating about this issue.&lt;BR /&gt;With the command 'netstat -p udp' I see a very big number associated to the 'socket overflows' item; this increases about 300 unit/sec.&lt;BR /&gt;Is this a problem? Can this be related to a not well sized UDP receive buffer?&lt;BR /&gt;In this last case what is the HPUX parameter to increase to solve the problem?&lt;BR /&gt;Thank you for the help,&lt;BR /&gt;Enrico.&lt;BR /&gt;</description>
      <pubDate>Mon, 22 Apr 2002 13:47:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/netstat-p-udp-shows-socket-overflows-errors/m-p/2708138#M584759</guid>
      <dc:creator>Enrico Farneti</dc:creator>
      <dc:date>2002-04-22T13:47:10Z</dc:date>
    </item>
    <item>
      <title>Re: Netstat -p udp  shows socket overflows errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/netstat-p-udp-shows-socket-overflows-errors/m-p/2708139#M584760</link>
      <description>&lt;BR /&gt;To isolate the connection the overflows were created on use the ndd command&lt;BR /&gt;&lt;BR /&gt;# ndd -get /dev/udp ip_udp_status&lt;BR /&gt;&lt;BR /&gt;In the output &lt;BR /&gt;The third field from the left, lport, is the UDP applications listener&lt;BR /&gt;port. This value is in hex, convert this to decimal to see which UDP port&lt;BR /&gt;the application is running on.&lt;BR /&gt;&lt;BR /&gt;Then using lsof the process i.d. and program name can be found.&lt;BR /&gt;./opt/lsof -i | grep 49241&lt;BR /&gt;&lt;BR /&gt;Lsof can be found in hp porting site.&lt;BR /&gt;&lt;A href="http://hpux.cs.utah.edu/hppd/" target="_blank"&gt;http://hpux.cs.utah.edu/hppd/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Goodluck&lt;BR /&gt;-USA..</description>
      <pubDate>Mon, 22 Apr 2002 14:03:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/netstat-p-udp-shows-socket-overflows-errors/m-p/2708139#M584760</guid>
      <dc:creator>Uday_S_Ankolekar</dc:creator>
      <dc:date>2002-04-22T14:03:44Z</dc:date>
    </item>
    <item>
      <title>Re: Netstat -p udp  shows socket overflows errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/netstat-p-udp-shows-socket-overflows-errors/m-p/2708140#M584761</link>
      <description>Believe you have to set the following:&lt;BR /&gt;&lt;BR /&gt;udp_xmit_hiwat &lt;BR /&gt;udp_recv_hiwat &lt;BR /&gt;&lt;BR /&gt;using ndd to increase UDP buffers.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
      <pubDate>Mon, 22 Apr 2002 14:14:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/netstat-p-udp-shows-socket-overflows-errors/m-p/2708140#M584761</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2002-04-22T14:14:41Z</dc:date>
    </item>
    <item>
      <title>Re: Netstat -p udp  shows socket overflows errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/netstat-p-udp-shows-socket-overflows-errors/m-p/2708141#M584762</link>
      <description>You may just be seeing the cause of my source quench problem.  You might want to install PHSS_17810:  &lt;BR /&gt;&lt;BR /&gt;In this case 'rpcd' used a 32K buffer,&lt;BR /&gt;and processed the messages received every 5 minutes, which led to&lt;BR /&gt;the buffer full condition.&lt;BR /&gt;&lt;BR /&gt;PHSS_17810                    addresses the problem by increasing&lt;BR /&gt;the buffer size to 128K and processing the messages every 2 minutes.&lt;BR /&gt;&lt;BR /&gt;What sort of NICs are you using?  I had some that were known to be sensitive to EMF and which would sometimes make packets vanish with no trace.&lt;BR /&gt;&lt;BR /&gt;What does:&lt;BR /&gt;lanadmin&lt;BR /&gt;lan&lt;BR /&gt;display&lt;BR /&gt; show for the NIC in question?  (Especially the second pagte of the display.&lt;BR /&gt;&lt;BR /&gt;Switches often have a limit on the number of broadcasts that are allowed.  Are your udp packets being broadcast are sent to a particular address?&lt;BR /&gt;&lt;BR /&gt;Have you put a sniffer on the LAN?  You can get demo, shareware and freeware sniffers if you don't own a dedicated one.  They run on most window boxes or you can get tcpdump for UNIX.  It's amazing how much junk traffic gets on there.  It's not just Microsoft either.  Compaq's have about 6 different management services which run by default and they clutter up the LAN quite a bit.&lt;BR /&gt;&lt;BR /&gt;Ron&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 22 Apr 2002 17:09:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/netstat-p-udp-shows-socket-overflows-errors/m-p/2708141#M584762</guid>
      <dc:creator>Ron Kinner</dc:creator>
      <dc:date>2002-04-22T17:09:27Z</dc:date>
    </item>
    <item>
      <title>Re: Netstat -p udp  shows socket overflows errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/netstat-p-udp-shows-socket-overflows-errors/m-p/2708142#M584763</link>
      <description>I had a few times the same problem on a L1000. The socket overflows came from a hanging nfs process. Sometime we needed to restart the nfs-services but somtime nothing helped than a reboot.</description>
      <pubDate>Tue, 23 Apr 2002 05:14:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/netstat-p-udp-shows-socket-overflows-errors/m-p/2708142#M584763</guid>
      <dc:creator>Peter Eisentraeger</dc:creator>
      <dc:date>2002-04-23T05:14:56Z</dc:date>
    </item>
    <item>
      <title>Re: Netstat -p udp  shows socket overflows errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/netstat-p-udp-shows-socket-overflows-errors/m-p/2708143#M584764</link>
      <description>Hello folks,&lt;BR /&gt;thank you for your answers. It will follows some other details and questions about the problem reported:&lt;BR /&gt;&lt;BR /&gt;1) To Uday: I already know in other ways the udp port and the application that cause the overflow. The problem is how to solve this behaviour.&lt;BR /&gt;&lt;BR /&gt;2) To Jeff: using ndd on L1000 and HP-UX11, the ndd command doesn't recognize the parameters udp_xmit_hiwat and udp_recv_hiwat; they aren't valid parameters!&lt;BR /&gt;&lt;BR /&gt;Valid parameters are only the following:&lt;BR /&gt;# ndd -h|grep udp&lt;BR /&gt;    ip_udp_status         -  Reports IP level UDP fanout table&lt;BR /&gt;    udp_def_ttl              -  Default TTL inserted into IP header&lt;BR /&gt;    udp_largest_anon_port    -  Largest anonymous port number to use&lt;BR /&gt;    udp_status               -  Get UDP instances information.&lt;BR /&gt;    udp_do_checksum        -  Compute UDP datagram checksum&lt;BR /&gt;    udp_pass_up_icmp       -  Controls the delivery of ICMP messages to&lt;BR /&gt;    udp_pass_up_options    -  Controls the delivery of options to user&lt;BR /&gt;    udp_smallest_anon_port    - Smallest anonymous port number to use&lt;BR /&gt;    udp_smallest_nonpriv_port - Smallest port number non-privileged processes&lt;BR /&gt;    udp_wroff_extra        -  Header space for link layer header&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Where did you find the suggested parameters to increase the size of the UDP buffers?&lt;BR /&gt;Are there other valid parameters for HP-UX11?&lt;BR /&gt;&lt;BR /&gt;3) To Ron: now I have not the possibility to test the patch.&lt;BR /&gt;With reference to NIC information, here is the lanadmin output:&lt;BR /&gt;&lt;BR /&gt;Description                     = lan0 Hewlett-Packard 10/100 TX Full-Duplex  TT = 1500&lt;BR /&gt;Type (value)                    = ethernet-csmacd(6)&lt;BR /&gt;MTU Size                        = 1500&lt;BR /&gt;Speed                           = 100000000&lt;BR /&gt;Station Address                 = 0x306e0664d9&lt;BR /&gt;Administration Status (value)   = up(1)&lt;BR /&gt;Operation Status (value)        = up(1)&lt;BR /&gt;....&lt;BR /&gt;Index                           = 1&lt;BR /&gt;Alignment Errors                = 0&lt;BR /&gt;FCS Errors                      = 0&lt;BR /&gt;Single Collision Frames         = 0&lt;BR /&gt;Multiple Collision Frames       = 0&lt;BR /&gt;Deferred Transmissions          = 0&lt;BR /&gt;Late Collisions                 = 0&lt;BR /&gt;Excessive Collisions            = 0&lt;BR /&gt;Internal MAC Transmit Errors    = 0&lt;BR /&gt;Carrier Sense Errors            = 0&lt;BR /&gt;Frames Too Long                 = 0&lt;BR /&gt;Internal MAC Receive Errors     = 0&lt;BR /&gt;&lt;BR /&gt;The udp packets are sent to a particular address.&lt;BR /&gt;I think I will use also a sniffer to continue the analysis of the problem.&lt;BR /&gt;&lt;BR /&gt;4) To Peter: we don't use nfs.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If you have other suggestions to solve the problem, you are welcome!&lt;BR /&gt;&lt;BR /&gt;Thank you to everyone.&lt;BR /&gt;Regards,&lt;BR /&gt;Enrico.&lt;BR /&gt;</description>
      <pubDate>Thu, 16 May 2002 14:29:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/netstat-p-udp-shows-socket-overflows-errors/m-p/2708143#M584764</guid>
      <dc:creator>Enrico Farneti</dc:creator>
      <dc:date>2002-05-16T14:29:08Z</dc:date>
    </item>
    <item>
      <title>Re: Netstat -p udp  shows socket overflows errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/netstat-p-udp-shows-socket-overflows-errors/m-p/2708144#M584765</link>
      <description>Hi (again)&lt;BR /&gt;&lt;BR /&gt; I have to admit that I didn't check on an HP before I answered - did not have access at that time. These parms ARE spelled out in the RFC &amp;amp; are implemented by both SUN &amp;amp; Micr$oft. BUT...are NOT implemented by HP.&lt;BR /&gt;So it appears to me that there is no, at least apparent, way to adjust UDP buffers in HP-UX...unless I'm missing something here.&lt;BR /&gt;Any UDP experts out there know different?&lt;BR /&gt;&lt;BR /&gt;Sorry,&lt;BR /&gt;Jeff</description>
      <pubDate>Thu, 16 May 2002 17:47:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/netstat-p-udp-shows-socket-overflows-errors/m-p/2708144#M584765</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2002-05-16T17:47:40Z</dc:date>
    </item>
    <item>
      <title>Re: Netstat -p udp  shows socket overflows errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/netstat-p-udp-shows-socket-overflows-errors/m-p/2708145#M584766</link>
      <description>If you are using the server as NFS server then increase NUM_NFSD and NUM_NFSIOD in the /etc/rc.config.d/nfsconf file.&lt;BR /&gt;By default the value is 4,increase them to 16.&lt;BR /&gt;&lt;BR /&gt;Then&lt;BR /&gt;/sbin/init.d/nfs.server stop&lt;BR /&gt;/sbin/init.d/nfs.server start&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 17 May 2002 04:54:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/netstat-p-udp-shows-socket-overflows-errors/m-p/2708145#M584766</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2002-05-17T04:54:24Z</dc:date>
    </item>
    <item>
      <title>Re: Netstat -p udp  shows socket overflows errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/netstat-p-udp-shows-socket-overflows-errors/m-p/2708146#M584767</link>
      <description>check this document&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://us-support2.external.hp.com/cki/bin/doc.pl/sid=8bd97ad401d51bd988/screen=ckiDisplayDocument?docId=200000042773864" target="_blank"&gt;http://us-support2.external.hp.com/cki/bin/doc.pl/sid=8bd97ad401d51bd988/screen=ckiDisplayDocument?docId=200000042773864&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Also check for the latest NFS patch&lt;BR /&gt;PHNE_25234   &lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
      <pubDate>Fri, 17 May 2002 04:57:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/netstat-p-udp-shows-socket-overflows-errors/m-p/2708146#M584767</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2002-05-17T04:57:08Z</dc:date>
    </item>
  </channel>
</rss>

