Software Distributor Administration Guide (March 2009)

Table Of Contents
2.2.4 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
2.3 Verifying Your Installation (swverify)
The swverify command verifies depot, installed, or configured software products on
the specified host.
2.3.1 Features and Limitations
Determines whether installed or configured software is compatible with the host
on which that software is installed.
Makes sure that all dependencies (prerequisites, corequisites) are being met (for
installed software) or can be met (for copied software).
Executes verification scripts that check the correctness of the product’s configuration
(that is, scripts verify that the installed state of the software is configured).
Executes fix scripts to correct or report problems with installed software:
74 Installing Software