home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / sys / hp / 14173 < prev    next >
Encoding:
Text File  |  1992-12-17  |  2.2 KB  |  52 lines

  1. Newsgroups: comp.sys.hp
  2. Path: sparky!uunet!usc!sdd.hp.com!hpscit.sc.hp.com!hpuerca.atl.hp.com!der
  3. From: der@hpuerca.atl.hp.com (Dave Ritchie)
  4. Subject: Re: Building HP Kernals
  5. Message-ID: <BzEHHs.G8G@hpuerca.atl.hp.com>
  6. Date: Thu, 17 Dec 1992 11:05:51 GMT
  7. References: <1992Dec16.015005.1043@nb.rockwell.com> <1gniefINN7am@loon.graphics.cornell.edu>
  8. Organization: Hewlett-Packard NARC Atlanta
  9. Lines: 41
  10.  
  11. In <1gniefINN7am@loon.graphics.cornell.edu> hurf@boa.graphics.cornell.edu (Hurf Sheldon) writes:
  12.  
  13. >In article <1992Dec16.015005.1043@nb.rockwell.com>, lccha@nb.rockwell.com (Lloyd C. Cha) writes:
  14. >|> A question for HP Kernal hackers:
  15. >|> 
  16. >|> I am trying to modify several parameters in our HP-UX 8.07 kernal running on
  17. >|> HP 9000 series 730 machines.  Specifically, the parameters NPROC and MAXFILES.
  18. >|> The procedure I have been following is:
  19. >|> 
  20. >|>    1) make the changes in the #define statements of the conf.c file
  21. >|>       in /etc/conf
  22. >|> 
  23. >|>       so I have:   #define NPROC    (20+8*MAXUSERS+(NGCSP))*3
  24. >|>                    #define MAXFILES 256
  25. >|> 
  26. >|>    2) execute make -f config.mk in the same directory.
  27. >|> 
  28. >|> The conf.o file gets rebuilt, as does the hp-ux kernal.  However, when I
  29. >|> examine the kernal using SAM after rebooting, I find that the nproc value
  30. >|> still has the incorrect value.  I was not able to locate the MAXFILES parameter
  31. >|> within SAM (does anyone have a way of checking the value of this by reading
  32. >|> the kernal?), but I think that also was not set.
  33.  
  34. >I have found that some kernal parameters will not change unless changed in /etc/master.
  35. >Sam ususlly reports the correct kernal parameter value - adb will report
  36. >incorrectly large values to kernal parameters under 8.07 (why?) as will monitor. 
  37.  
  38. >-- 
  39. >     Hurf Sheldon             Network: hurf@graphics.cornell.edu
  40. >     Program of Computer Graphics     Phone:   607 255 6713
  41. >     580 Eng. Theory Center, Cornell University, Ithaca, N.Y. 14853  
  42. >     
  43.  
  44. Actually, you should be modifying your dfile and not fiddling with /etc/master
  45. at all - uxgen should take care of this..... uncertain of what affect this
  46. has on sam, which does use dfile's to generate kernels - this may just be
  47. a syncronization problem caused by intermixing sam and manual configuration
  48. usage.
  49.  
  50. -- Dave Ritchie
  51. der@hpuerca.atl.hp.com
  52.