HP-UX HB v13.00 Ch-06 - Ignite-UX
HP-UX Handbook – Rev 13.00 Page 40 (of 58)
Chapter 06 Ignite-UX
October 29, 2013
Running swlist again to verify the creation of the bundle.
# /usr/sbin/swlist -d @ /var/opt/ignite/depots/Rel_B.11.23/my_patches
To display the patches of this bundle, use
# /usr/sbin/swlist -l product \
-d @ /var/opt/ignite/depots/Rel_B.11.23/my_patches
Changing individual patch depots.
If you need to add additional patches to the depot in the future, simply unshar the patches as
described above, swcopy them into the patch depot, and rerun make_bundles. If you would like
to remove a patch from the depot, simply use the swremove command and rerun make_bundles.
The example below removes the patch PHKL_33650 from the patch depot which was previously
named individual_patches via the -n option.
# /usr/sbin/swremove -d individual_patches.PHKL_33650 \
@ /var/opt/ignite/depots/Rel_B.11.23/my_patches
Special Handling of Patches
For issues concerning
Avoiding Backup Patch Files (Avoid Archiving Patch Files)
Avoiding Problems With Superseded Patches
Please see the Ignite-UX Administration Guide at www.hp.com/go/ignite-ux-docs
Creating an Application Depot
Example: Copying an application from one of the application DVDs.
If the mount point /SD_CDROM does not yet exist, create it with mkdir. Then mount the
application CD to /SD_CDROM. To find out witch products are available for installation, you can
use # ls /SD_CDROM. For further examples, please see swcopy (1M).
# /usr/sbin/swcopy -s /SD_CDROM B3693AA_TRY \
@ /var/opt/ignite/depots/Rel_B.11.23/my_applications
Example 2: Copying applications from a depot
All software from the depot /my_depots/depot1 which is located on host1 to
/var/opt/ignite/depots/Rel_B.11.23/my_applications will be copied.
# /usr/sbin/swcopy -s host1:/my_depots/depot1 \* \
@ /var/opt/ignite/depots/Rel_B.11.23/my_applications