Software Distributor Administration Guide (March 2009)

Table Of Contents
Applies to swinstall, swcopy, swpackage, swmodify, swconfig, and
swremove.
compression_type=gzip
Defines the default compression type used by the agent (or set by swpackage)
when it compresses files during or after transmission.
If uncompress_files is set to false, the compression type is recorded for each
file compressed so that the correct uncompression can later be applied during a
swinstall, or a swcopy with uncompress_files set to true.
The compress_cmd specified must produce files with the compression_type
specified.
The uncompress_cmd must be able to process files of the compression_type
specified unless the format is gzip which is uncompressed by the internal
uncompressor (funzip). To use gzip you must load the SW-DIST.GZIP fileset
(which is optional freeware). If the SW-DIST.GZIP fileset is loaded, then you may
set the compression options as follows:
compress_cmd=/usr/contrib/bin/gzip
uncompress_cmd=/usr/contrib/bin/gunzip
compression_type=gzip
Applies to swpackage and swagent.
config_cleanup_cmd=/usr/lbin/sw/config_clean
Defines the script called by the agent to perform release-specific configure cleanup
steps.
Applies only to swagent.
control_files=
When adding or deleting control file objects, this option lists the tags of those
control files. There is no supplied default. (Control file objects being added can
also be specified in the given product specification file.)
If there is more than one tag, they must be separated by white space and
surrounded by quotes.
Applies only to swmodify.
controller_source=
Specifies the location of a depot for the controller to access to resolve selections.
Setting this option can reduce network traffic between the controller and the target.
Use the target selection syntax to specify the location:
[host][:][path]
This option has no effect on which sources the target uses and is ignored when
used with an Interactive User Interface.
Applies to swconfig, swcopy, swinstall, swremove and swverify.
308 Command Options