United States-English |
|
|
HP-UX System Administrator's Guide: Overview: HP-UX 11i Version 3 > Chapter 3 Major Components of HP-UXThe HP-UX Kernel |
|
The kernel is the central part of the HP-UX operating system; everything else around it depends on and interacts with. When you start up (boot) HP-UX, it is the kernel that is copied from disk into memory by the boot loader and initiated. The kernel is made up of many subcomponents. In the case of an HP-UX kernel, these subcomponents are called kernel modules and kernel tunables. Kernel modules are sections of kernel code dedicated to specific purposes, such as memory management, class drivers, or interface drivers. Many kernel modules are configured into the kernel when it is built and are always present in the kernel whenever it is running. Other modules are added when they are needed, and some can be removed when not needed. The kernel modules that are only required some of the time fall into two categories:
You can use the Modules tool in the Kernel Configuration toolbox in the System Management Homepage, or the kcmodule command from a shell command line, to:
For details about kernel configuration, see: “Configuring the Kernel” in HP-UX System Administrator’s Guide: Configuration Management. Kernel tunables are settings that determine things like how many processes can simultaneously be active or how much memory can be allocated for certain data structures within the kernel. For more information on kernel tunables, what they are, and how to adjust them, see the HP-UX System Administrator’s Guide: Configuration Management.
|
Printable version | ||
|