Ignite-UX Custom Configuration files
# swpackage -s ./PB-Sept_2007.psf -xlayout_version=1.0 \
> -xreinstall_files=true -d /var/opt/ignite/depots/Rel_B.11.23/patches
======= 08/30/07 16:55:31 EST BEGIN swpackage SESSION
* Session started for user "root@test ".
* Source: test:./PB-Sept_2007.psf
* Target: test:/var/opt/ignite/depots/Rel_B.11.23/patches
* Software selections:
*
* Beginning Selection Phase.
* Reading the Product Specification File (PSF)
"./PB-Sept_2007.psf".
* Reading the bundle "PB_Sept_2007" at line 11.
* Selection Phase succeeded.
* Beginning Analysis Phase.
* Analysis Phase succeeded.
* Beginning Package Phase.
* Packaging the bundle
"PB_Sept_2007,r=1.0,a=HP-UX_B.11.23_IA/PA,v=HP".
* Package Phase succeeded.
======= 08/30/07 16:55:31 EST END swpackage SESSION
This new revision 1.0 bundle is the same as the previous 1.1 bundle since we
did not remove the ls patch from the depot.
Running make_bundles with the –B option to repackage the bundle has the same effect:
# make_bundles -B -i -n "PB_ Sept_2007" \
> -t "backup commands patches for Sept 2007" \
> -r 1.0 /var/opt/ignite/depots/Rel_B.11.23/patches
The make_bundles second form
The second form of make_bundles uses the –b option. The –b option causes make_bundles to
operate on all products and filesets that are not contained within a bundle.
/opt/ignite/bin/make_bundles [-b] [-p|-f] [-i] [-c
category] [-o psf]
depot_path
The –p and –f options specify that multiple bundles are to be created.
If –p is specified and –b is not, a bundle is created for each product in the depot.
If both –p and –b are specified, a bundle is created for every product in the depot which does
not already belong to a bundle.
If –f is specified and –b is not, a bundle is created for each fileset in the depot.
If both –f and –b are specified, a bundle is created for each fileset in the depot which does not
already belong to a bundle.
31