home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / sys / hp / 14130 < prev    next >
Encoding:
Internet Message Format  |  1992-12-16  |  1.9 KB

  1. Path: sparky!uunet!newsstand.cit.cornell.edu!news.graphics.cornell.edu!boa.graphics.cornell.edu!hurf
  2. From: hurf@boa.graphics.cornell.edu (Hurf Sheldon)
  3. Newsgroups: comp.sys.hp
  4. Subject: Re: Building HP Kernals
  5. Date: 16 Dec 1992 15:36:47 GMT
  6. Organization: Cornell University Program of Computer Graphics
  7. Lines: 31
  8. Distribution: world
  9. Message-ID: <1gniefINN7am@loon.graphics.cornell.edu>
  10. References: <1992Dec16.015005.1043@nb.rockwell.com>
  11. NNTP-Posting-Host: boa.graphics.cornell.edu
  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.  
  42.      580 Eng. Theory Center, Cornell University, Ithaca, N.Y. 14853  
  43.      
  44.