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

HP-UX Handbook Rev 13.00 Page 41 (of 58)
Chapter 06 Ignite-UX
October 29, 2013
Creating non-SD-UX Depots
If the source is a non-SD-UX depot, the make_depots command is not applicable. Do not
attempt to use non-core-OS archives (such as layered applications) that contain files that are
loaded in /var/adm/sw/* . Delivering files in this directory in this method may corrupt the
software distributor database. Please proceed with the next step "Creating Ignite-UX Config
Files for SD-UX and non-SD-UX Depots".
Creating Ignite-UX Config Files for SD-UX and non-SD-UX Depots
Example 1: Creating Config Files for all SD-UX depots found in the default location
/var/opt/ignite/depots/Rel_B.xx.yy
# /opt/ignite/bin/make_config -r B.11.23
Example 2: Creating config files for all SD-UX depots located at /my_depots/Rel_B.11.23
# /usr/bin/cd /my_depots/Rel_B.11.23
# for i in *
> do
> /opt/ignite/bin/make_config -s ${PWD}/$i \
-c /var/opt/ignite/data/Rel_B.11.23/$i.cfg
> done
Example 3: Creating a Config File for one SD-UX Depot located on another system at
/my_depots/Rel_B.11.23/core
# /opt/ignite/bin/make_config -s host1:/my_depots/Rel_B.11.23/core \
-c /var/opt/ignite/data/Rel_B.11.23/core.cfg
Example 4: Creating Ignite-UX Config Files for Individual Patch Depots
# /opt/ignite/bin/make_config \
-s /var/opt/ignite/depots/Rel_B.11.23/my_patches \
-c /var/opt/ignite/data/Rel_B.11.23/my_patches.cfg
Example 5: Creating Ignite-UX Config Files for Non-SD Depots
A sample config file for a non-coreOS (application) tar, cpio, pax archive can be found at
/opt/ignite/data/examples/noncore.cfg.
Copy the noncore.cgf file to /var/opt/ignite/data/Rel_B.xx.yy and edit it manually as
described within the sample file itself.
# /usr/bin/cp /opt/ignite/data/examples/noncore.cfg \
/var/opt/ignite/data/Rel_B.11.23/non_SD_config.cfg
When done editing this file, check it with