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

268 Appendix C
Ignite-UX System Administration
Section 8: Loading HP-UX Patches Using Ignite-UX
The default behavior of swlist is to now show only the higher level
software bundles. Individual patches in the bundle can still be viewed by
using swlist options. The following will show the patch “products”
contained in the bundle:
# swlist -l product -d @ /var/opt/ignite/Patches
NOTE If you need to add additional patches to the depot in the future, simply
unshar the patches as described above, swcopy them into the Patches
depot, and rerun the “make_bundles” command. This will repackage the
depot.
If you would like to remove a Patch from the depot, simply use the
swremove command. You can either run swremove and use its friendlier
user-interface, or run swremove in command line mode. The following
will remove the PHKL_8376 patch from the bundle:
# swremove -d Misc_Patches.PHKL_8376 @ /var/opt/ignite/Patches
8. If you inadvertently create a Bundle of a Bundle (for example, if you
add an HP product you want distributed with the patch depot) use
swremove interactively to examine and delete the extra bundle.
9. Create a config file for the newly-created “Misc_Patches” bundle.
Follow the steps outlined in the “Adding a SD Bundle to the Archive
environment” part of Section 4. Use “/var/opt/ignite/Patches” for your
source depot and specify a new configuration file:
# make_config -s /var/opt/ignite/Patches -a 700 \
-c /var/opt/ignite/data/Rel_B.11.00/misc_patch_bundle_cfg
10. Modify the /var/opt/ignite/INDEX file to include the new bundle in
our “HP-UX B.11.00 archive” configuration:
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/misc_patch_bundle_cfg”
“/var/opt/ignite/config.local” }
11. To force the installation of the new “Misc_Patches” Bundle with the
“golden image” archive, add the following line to the sw_sel clause for the
patch bundle in the file
/var/opt/ignite/data/Rel_B.11.00/misc_patch_bundle_cfg”:
load_with_any = “golden image”