HP-UX HB v13.00 Ch-06 - Ignite-UX

HP-UX Handbook Rev 13.00 Page 39 (of 58)
Chapter 06 Ignite-UX
October 29, 2013
# /opt/ignite/bin/ make_depots -s /dev/dsk/c1t2d0 \
-d /var/opt/ignite/depots/Rel_B.11.31/core
Example 3: A disk depot for an HP-UX 11iv3 DCOE installation will be created.
Please insert the first of the two HP-UX 11iV3 Core-OS DVD-ROMs in the DVD-ROM drive.
The depot will be named dcoe_core and will be created at:
/var/opt/ignite/depots/Rel_B.11.31.
# /opt/ignite/bin/make_depots -s /dev/dsk/c2t3d0 \
-d /var/opt/ignite/depots/Rel_B.11.31/dcoe_core
When the make_depots command has succeeded, please insert the second Core-OS DVD-ROM
and repeat above step using exactly the same command line.
Creating an Individual Patch Depot
Example: individual patches for HP-UX 11.23 were downloaded to /tmp/patch_download.
Unpacking the patches in /tmp/patch_download.
# /usr/bin/cd /tmp/patch_download
# for i in PH*
> do
> sh $i
> done
Moving the descriptions for example to /tmp/patch_description.
# /usr/bin/mkdir /tmp/patch_description
# /usr/bin/mv /tmp/patch_download /*.text /tmp/patch_description
Creating the individual patch depot.
# /usr/bin/mkdir /var/opt/ignite/depots/Rel_B.11.23/my_patches
# for i in PH*.depot
> do
> /usr/sbin/swcopy -s ${PWD}/$i \* @ \
/var/opt/ignite/depots/Rel_B.11.23/my_patches
> done
Making sure all installed patches are included in the individual patch depot.
# /usr/sbin/swlist -d @ /var/opt/ignite/depots/Rel_B.11.23/my_patches
Converting the individual patches into a single bundle and putting the bundle in the patch depot
(Ignite-UX can only handle SD bundles).
# /opt/ignite/bin/make_bundles -B -n individual_patches \
-t "HP-UX 11.23 Patches" \
/var/opt/ignite/depots/Rel_B.11.23/my_patches