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

  1. Newsgroups: comp.sys.sun.admin
  2. Path: sparky!uunet!elroy.jpl.nasa.gov!usc!sol.ctr.columbia.edu!destroyer!ncar!ico!auto-trol!quejoh
  3. From: quejoh@auto-trol.com (Quentin Johnson)
  4. Subject: sunrpc mystery needs solving
  5. Message-ID: <1992Jul25.012308.346@auto-trol.com>
  6. Summary: netstat reporting mysterious sunrpc activity
  7. Originator: quejoh@quejoh
  8. Keywords: sunrpc netstat whatthehell
  9. Sender: news@auto-trol.com
  10. Nntp-Posting-Host: quejoh.auto-trol.com
  11. Organization: Auto-trol Technology Corporation
  12. Date: Sat, 25 Jul 1992 01:23:08 GMT
  13. Lines: 87
  14.  
  15. I'm trying to understand some weird behavior on a Sun 4/110 running
  16. SunOS 4.1.1.
  17.  
  18. Netstat reports a lively "sunrpc" life for an otherwise sedate little
  19. workstation.  The "localhost.sunrpc" entries seem to cycle from none to
  20. hundreds and slowly back down to none.  It almost seems as if running
  21. "netstat" causes them to increase!
  22.  
  23. It's the only system on a subnet that's attached to the second ethernet
  24. interface on a gateway host.   The other interface of the gateway is
  25. connected to a backbone network.  At most there are 20 hosts doing nfs
  26. mounts of the 4/110 system; basically inactive  It's the only system in
  27. our environment not running NIS.  Processes involving RPC (rpc.lockd,
  28. rpc.mountd, nfsd, etc...) are usually idle or idle and swapped out so
  29. I'm puzzled by the output of netstat! I haven't noticed this behavior
  30. on other systems; otherwise this system is working ok.  The output of
  31. "netstat" and "ps ax" follow.
  32.  
  33. Has anyone else out there run across this?
  34.  
  35.     Quent Johnson
  36.     Auto-trol Technology, Denver
  37.     303/252-2308 quejoh@auto-trol.com
  38.  
  39. -------------------<boring data follows>-------------------------------
  40.  
  41. # netstat
  42. Active Internet connections
  43. Proto Recv-Q Send-Q  Local Address          Foreign Address        (state)
  44. tcp        0      0  localhost.2031         localhost.sunrpc       TIME_WAIT
  45. tcp        0      0  localhost.2030         localhost.sunrpc       TIME_WAIT
  46. tcp        0      0  localhost.2029         localhost.sunrpc       TIME_WAIT
  47. tcp        0      0  localhost.2028         localhost.sunrpc       TIME_WAIT
  48. tcp        0      0  localhost.2027         localhost.sunrpc       TIME_WAIT
  49. tcp        0      0  localhost.2026         localhost.sunrpc       TIME_WAIT
  50. tcp        0      0  localhost.2025         localhost.sunrpc       TIME_WAIT
  51. tcp        0      0  localhost.2024         localhost.sunrpc       TIME_WAIT
  52. tcp        0      0  localhost.2023         localhost.sunrpc       TIME_WAIT
  53. tcp        0      0  localhost.2022         localhost.sunrpc       TIME_WAIT
  54. tcp        0      0  localhost.2021         localhost.sunrpc       TIME_WAIT
  55. tcp        0      0  localhost.2020         localhost.sunrpc       TIME_WAIT
  56. tcp        0      0  localhost.2019         localhost.sunrpc       TIME_WAIT
  57.  
  58.  (localhost.sunrpc continue on and on)
  59.  
  60. tcp        0    154  auto-trol.com.login    quejoh.auto-trol.1023  ESTABLISHED
  61. Active UNIX domain sockets
  62. Address  Type   Recv-Q Send-Q    Vnode     Conn     Refs  Nextref Addr
  63. ff655a0c dgram       0      0        0        0        0        0
  64. ff65580c stream      0      0 ff2493e8        0        0        0 /dev/printer
  65. ff650b0c dgram       0      0 ff22c9a8        0        0        0 /dev/log
  66. ff65058c dgram       0      0        0        0        0        0
  67.  
  68.  
  69. # ps ax
  70.   PID TT STAT  TIME COMMAND
  71.     0 ?  D     0:00 swapper
  72.     1 ?  IW    0:00 /sbin/init -
  73.     2 ?  D     0:00 pagedaemon
  74.    51 ?  IW    0:31 portmap
  75.    83 ?  IW    0:00 syslogd
  76.    89 ?  IW    0:00 /usr/lib/sendmail -bd -q15m
  77.    95 ?  I     0:00  (nfsd)
  78.    96 ?  IW    0:00 rpc.mountd -n
  79.    97 ?  I     0:00  (nfsd)
  80.    99 ?  I     0:00  (nfsd)
  81.   100 ?  I     0:00  (nfsd)
  82.   101 ?  I     0:00  (nfsd)
  83.   103 ?  I     0:00  (nfsd)
  84.   104 ?  I     0:00  (nfsd)
  85.   105 ?  I     0:00  (nfsd)
  86.   107 ?  IW    0:00 rpc.lockd
  87.   108 ?  IW    0:00 rpc.statd
  88.   111 ?  IW    0:00 /usr/local/news/nn/nnmaster -l -r -C
  89.   118 ?  IW    0:01 update
  90.   121 ?  IW    0:00 cron
  91.   128 ?  IW    0:00 inetd
  92.   131 ?  IW    0:00 /usr/lib/lpd
  93.   135 ?  IW    0:00 - std.19200N ttyh0 (getty)
  94.   136 ?  IW    0:00 - std.19200N ttyh1 (getty)
  95.   137 ?  IW    0:00 - std.19200N ttyh3 (getty)
  96.   138 ?  S     0:06 in.rlogind
  97.   134 co IW    0:00 - std.9600 console (getty)
  98.   141 p0 IW    0:01 -tcsh (tcsh)
  99.   159 p0 S     0:00 -u (csh)
  100.   232 p0 R     0:00 ps ax
  101.  
  102.