Kernel customizing example
create a config file which describes the changes; then make that file visible to Ignite-UX by
adding it to a existing "cfg" in the INDEX file.
.In the new file /var/opt/ignite/data/Rel_B.10.20/kernel_cfg add the following:
HARDWARE_MODEL ~ "9000/7.*" {
sw_sel "My_Kernel_Mods" {
description = "Kernel parameters only"
sw_category = "HPUXAdditions"
mod_kernel += "nproc 2000"
mod_kernel += "maxuprc 127"
load_with_any = "golden image"
Add the name of this file into a "cfg" in the INDEX file (in this example the "HP-UX B.10.20 archive"):
cfg "HP-UX B.10.20 archive" {
description "The ARCHIVE B.10.20 release with patches."
"/opt/ignite/data/Rel_B.10.20/config"
"/var/opt/ignite/data/Rel_B.10.20/core_700_archive_cfg"
"/var/opt/ignite/data/Rel_B.10.20/patch_bundle_cfg"
"/var/opt/ignite/data/Rel_B.10.20/kernel_cfg"
"/var/opt/ignite/config.local"