home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / sys / dec / 7144 < prev    next >
Encoding:
Internet Message Format  |  1993-01-27  |  2.2 KB

  1. Xref: sparky comp.sys.dec:7144 comp.unix.ultrix:9509
  2. Newsgroups: comp.sys.dec,comp.unix.ultrix
  3. Path: sparky!uunet!europa.eng.gtefsd.com!emory!swrinde!sdd.hp.com!decwrl!pa.dec.com!engage.pko.dec.com!nntpd.lkg.dec.com!nntpd2.cxo.dec.com!nabeth!alan
  4. From: alan@nabeth.enet.dec.com (Alan Rollow - Alan's Home for Wayward Tumbleweeds.)
  5. Subject: Re: "gnode: table is full" and "File table overflow"
  6. Message-ID: <1993Jan27.205501.5834@nntpd2.cxo.dec.com>
  7. Lines: 45
  8. Sender: alan@nabeth (Alan Rollow - Alan's Home for Wayward Tumbleweeds.)
  9. Reply-To: alan@nabeth.enet.dec.com (Alan Rollow - Alan's Home for Wayward Tumbleweeds.)
  10. Organization: Digital Equipment Corporation
  11. References:  <1993Jan27.144336.14130@cs.hw.ac.uk>
  12. Date: Wed, 27 Jan 1993 20:55:01 GMT
  13.  
  14.  
  15. In article <1993Jan27.144336.14130@cs.hw.ac.uk>, raz@cs.hw.ac.uk (Ross A Macintyre) writes:
  16. >
  17. >Recently errors like these have been reported on our 5000/200.
  18. >These errors are reported by users and don't seem to appear in the error logger.
  19. >This was the output after "ls -l":
  20. >
  21. >*bug.chk.sgi: File table overflow
  22. >*yp_pass.chk: File table overflow
  23. >*extra_src: File table overflow
  24. >*total 546
  25. >*getsvc: stat of /etc/svc.conf failed
  26. > [ etc, etc, etc, ]
  27.  
  28. The command of interest is pstat(8) with the option -T.  This prints
  29. the sizes of some of the kernel tables.  I'll include sample:
  30.  
  31. % pstat -T
  32.  171/ 609       files
  33.  138/ 444       gnodes
  34.   48/ 288       processes
  35.   34/  42/  76  active/reclaimable/total texts
  36.  253/1843       00k swap
  37.  
  38. You seem to be running of entires in both the "files" and "gnodes" table
  39. and probably need to make both larger.  The simplest way is to simply
  40. raise "maxusers" in the configuration, rebuild and reboot.  The sizes
  41. of these tables are calculated based on the value of maxusers.  This
  42. will also increase the size of some of the other tables.  Now most of
  43. the entires are pretty small and it would a large increase of maxusers
  44. to use signifncantly more memory for the tables.  Still, if this is a
  45. concern, the sizes are set in param.c and you could modify the algorithm
  46. that calculates the sizes.
  47.  
  48. >
  49. >Thanks in advance,
  50. >
  51. >Ross
  52. >
  53. >PS The only real change to the system in the last few days is that I added 
  54. >automount maps to Yellow Pages.
  55. >
  56. --
  57. Alan Rollow                alan@nabeth.cxo.dec.com
  58.  
  59.