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

252 Appendix C
Ignite-UX System Administration
Section 4: Customization
This creates the patch_bundle_cfg file which IUX needs to manage the
install from the depot.
2. Add the new config file name (the argument to -c above) to the
/var/opt/ignite/INDEX file so that it appears in our “HP-UX B.11.00
archive” configuration. We created this configuration in Section 2.
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/config.local” }
The patch bundle will now show up in the software tab of the UI install
screen, but will not be marked for install (It will be optional).
3. To force install of the patch bundle:
In the sw_sel clause for the patch bundle in the file
/var/opt/ignite/data/Rel_B.11.00/patch_bundle_cfg
(you created this file with the make_config command), add the following
line:
load_with_any = “golden image”
“golden image” is the name used in the sw_sel clause in the file
/var/opt/ignite/data/Rel_B.11.00/core_700_archive_cfg for
our archive 11.00 UX system. The load_with_any line will cause this
software selection to always be loaded with the “golden image” archive.
4. Check the syntax of your edits by using the command:
# instl_adm -T
Modifying Kernel Parameters with IUX
Ignite-UX uses the same mechanism for kernel parameters as it does for
selectable software: create a config file which describes the changes; then
make that file visible to Ignite-UX by adding it to a existing “cfg” clause
in the INDEX file.
The following example will create a software selection called
“My_Kernel_Mods”. It will set the following two kernel parameters:
nproc and maxuprc, and these will be force loaded whenever the “golden
image” archive is installed.