home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / sun / admin / 5028 < prev    next >
Encoding:
Text File  |  1992-07-27  |  1.8 KB  |  45 lines

  1. Newsgroups: comp.sys.sun.admin
  2. Path: sparky!uunet!mcsun!sun4nl!fwi.uva.nl!casper
  3. From: casper@fwi.uva.nl (Casper H.S. Dik)
  4. Subject: Re: sunrpc mystery needs solving
  5. Message-ID: <1992Jul28.074202.24262@fwi.uva.nl>
  6. Keywords: sunrpc netstat whatthehell
  7. Sender: news@fwi.uva.nl
  8. Nntp-Posting-Host: adam.fwi.uva.nl
  9. Organization: FWI, University of Amsterdam
  10. References: <1992Jul25.012308.346@auto-trol.com>
  11. Date: Tue, 28 Jul 1992 07:42:02 GMT
  12. Lines: 31
  13.  
  14. quejoh@auto-trol.com (Quentin Johnson) writes:
  15.  
  16. >I'm trying to understand some weird behavior on a Sun 4/110 running
  17. >SunOS 4.1.1.
  18.  
  19. >Netstat reports a lively "sunrpc" life for an otherwise sedate little
  20. >workstation.  The "localhost.sunrpc" entries seem to cycle from none to
  21. >hundreds and slowly back down to none.  It almost seems as if running
  22. >"netstat" causes them to increase!
  23.  
  24. >It's the only system on a subnet that's attached to the second ethernet
  25. >interface on a gateway host.   The other interface of the gateway is
  26. >connected to a backbone network.  At most there are 20 hosts doing nfs
  27. >mounts of the 4/110 system; basically inactive  It's the only system in
  28. >our environment not running NIS.  Processes involving RPC (rpc.lockd,
  29. >rpc.mountd, nfsd, etc...) are usually idle or idle and swapped out so
  30. >I'm puzzled by the output of netstat! I haven't noticed this behavior
  31. >on other systems; otherwise this system is working ok.  The output of
  32. >"netstat" and "ps ax" follow.
  33.  
  34. This is a side effect of not running NIS and running netstat. Each
  35. invocation of netstat tries to connect to the NIS server
  36. to resolve port numbers. This involves asking the portmapper about
  37. some questions. Since netstat uses tcp (probably by specifying
  38. set*ent(stayopen)) you will be left with tha connection in TIME_WAIT
  39. state. Don't worry, they'll go away (if you don't look).
  40.  
  41. Casper
  42. -- 
  43.                         |    Casper H.S. Dik
  44.                         |    casper@fwi.uva.nl
  45.