Software Distributor Administration Guide for HP-UX 11i
Creating Software Packages
Creating a Product Specification File (PSF)
Chapter 10 333
is_reboot A value of true declares that the fileset requires a
system reboot after installation. If this attribute is not
specified, swpackage assumes a default value of false.
is_sparse Indicates that a fileset contains only a subset of files in
the base (ancestor) fileset and that the contents are to
be merged with the base fileset. The default value is
false. If the is_patch attribute is true, is_sparse is
also set to true for the fileset, although it can be forced
to false.
machine_type The machine type on which the product will run. If not
specified, the keyword is assigned a wildcard value of
*, meaning it will run on all machines. If there are
multiple machine platforms, you must separate each
machine designation with a | (vertical bar). For
example, a keyword value of 9000/7*|9000/8* means
the product will run on all HP Series 9000 Model 7XX
or all HP 9000 Series 8XX machines. Alternatively, the
value 9000/[78]* would also work.
Other examples:
* If not concerned with the machine
type.
9000/7??:32* Series 700, 32-bit capable hardware
required.
*:*64 64-bit capable hardware required.
*:32: 32-bit capable hardware required.
9000/7??:*64 Series 700, 64-bit capable hardware
required.
9000/[78]??:32* Series 800, 32-bit capable hardware
required.
9000/[78]??:*64 Series 800, 64-bit capable hardware
required.
The value is matched against a target’s
uname -m or getconf _CS_HW_CPU_SUPP_BITS result.