Kbase 15190: Modifying the kernel for Solaris 2.4 (dynamic kernel)
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/05/1998 |
|
Modifying the kernel for Solaris 2.4 (dynamic kernel)
Solaris 2.4 offers a dynamic kernel which presents a problem when
customers encounter an error that would indicate modifying a kernel
parameter. If you need to make a manual modification to the Solaris
2.4 kernel we recommend that you contact SUN for instructions on
modifying and rebuilding your kernel. The following is offered as
a guideline only, to help locate where these parameters are specified.
The /etc/system file is the dynamic kernel config file. Use vi or
more to view this file.
The SHARED MEMORY parameters are entered using the following syntax:
set shmsys:shminfo_<parameter>=<value>
Example:
set shmsys:shminfo_shmmax=16777216
set shmsys:shminfo_shmseg=10
The SEMAPHORE parameters are entered using the following syntax:
set semsys:seminfo_<parameter>=<value>
Example:
set semsys:seminfo_semmsl=55
set semsys:seminfo_semmns=165
Progress Software Technical Support Note # 15190