Software Distributor Administrator Guide (September 2010)
To install Product1 from remote depot /tmp/sample.depot.1 on host swposix
and use an existing response file (previously generated by the swask command) located
in /tmp/bar.depot:
# swinstall -s swposix:/tmp/sample.depot.1 \
-c /tmp/bar.depot Product1
To install all products in remote depot /tmp/sample.depot.1 on host swposix,
use any response files generated by request scripts, create catalog /tmp/bar.depot
and copy all response files to the new catalog:
# swinstall -s swposix:/tmp/sample.depot.1 \
-c /tmp/bar.depot -x ask=true \*
To install all products in remote depot /tmp/sample.depot.1 on host swposix,
use response files, run request scripts only when a response file is absent, create catalog
/tmp/bar.depot and copy all response files to the new catalog:
# swinstall -s swposix:/tmp/sample.depot.1 \
-c swposix:/tmp/bar.depot -x ask=as_needed \*
11.11.3 swconfig Examples
To configure Product1, use any associated response files generated by a request script,
and save response files under /tmp/resp1:
# swconfig -x ask=true -c /tmp/resp1 Product1
298 Using Control Scripts