Software Distributor Administration Guide for HP-UX 11i

Using Control Scripts
Request Script Tasks and Examples
Chapter 11 411
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 \*
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