Software Distributor Administration Guide for HP-UX 11i
Installing Software
Configuring Your Installation (swconfig)
Chapter 288
For More
Information
See Appendix A, “Command Options,” on page 421 for more information
about setting options and a complete listing and description of each
option.
Configuration Tasks and Examples
To configure productA, located in the root on the local host:
swconfig productA
To unconfigure the software selections in the file mysoft that are
installed in the default directory on the local host:
swconfig -u -f mysoft
To reconfigure the Omniback product using the default option values:
swconfig -x reconfigure=true Omniback
To configure a particular version of Omniback:
swconfig Omniback,r=2.0
To configure the C and Pascal products on the local host:
swconfig cc pascal
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
To reconfigure the HP Omniback product:
swconfig -x reconfigure=true Omniback
To configure the version of HP Omniback that was installed at
/opt/Omniback_v2.0:
swconfig Omniback,l=/opt/Omniback_v2.0
To unconfigure the software_selections listed in the file
/tmp/install.products on the hosts listed in the file
/tmp/install.hosts:
swconfig -u -f /tmp/install.products \
-t /tmp/install.hosts