Installing HP-UX 11.0 and Updating HP-UX 10.x to 11.0 HP 9000 Computers Edition 1

Appendix C 253
Ignite-UX System Administration
Section 4: Customization
1. In the new file /var/opt/ignite/data/Rel_B.11.00/kernel_cfg add the
following: (Note that, in lieu of “HPUXAdditions”, you could designate
your own category).
HARDWARE_MODEL ~ “9000/7.*”
{
sw_sel “My_Kernel_Mods”
{
description = “Kernel parameters only”
sw_source = “cmds”
sw_category = “HPUXAdditions”
mod_kernel += “nproc 2000”
mod_kernel += “maxuprc 127”
load_with_any = “golden image”
}
}
2. Add the name of this file into a “cfg” in the INDEX file (in this
example the “HP-UX B.11.00 archive”):
cfg “HP-UX B.11.00 archive” {
description “The ARCHIVE B.11.00 release with patches.”
“/opt/ignite/data/Rel_B.11.00/config”
“/var/opt/ignite/data/Rel_B.11.00/core_700_archive_cfg”
“/var/opt/ignite/data/Rel_B.11.00/patch_bundle_cfg”
“/var/opt/ignite/data/Rel_B.11.00/kernel_cfg”
“/var/opt/ignite/config.local”
}
These changes will result in “My_Kernel_Mods” being loaded whenever
the “HP-UX B.11.00 archive” is installed. Note that we’ve added the line:
load_with_any = “golden image”
An additional example, using multiple, selectable
kernel configs
You can have multiple, pre-defined kernel configs available at install
time. This allows clients to be installed with optional parameters if
necessary.