Software Distributor (SD-UX) Administration Guide HP-UX 11i v1, 11i v2, and 11i v3 (762797-001, March 2014)

Table Of Contents
You can view the audit files by typing swlist -i -d. As long as the system has the corresponding
SD message catalog files on it, you can view the audit information on a remote/local depot (with
your language preference set).
Verifying a Depot (swverify -d)
To can use the swverify command to verify the software within a depot. swverify performs these
tasks:
Verifies that all dependencies (prerequisites or corequisites) can be met.
Reports missing files.
Checks file attributes, including permissions, file types, size, checksum, mtime, and major/minor
attributes.
For example, to verify the entire contents of a local depot:
swverify -d \* @ /var/spool/sw
NOTE: The swverify command does not execute vendor-supplied verification scripts within a
depot.
Removing Software from Depots
Invoking swremove with the -d option removes software from depots instead of root file systems.
This also means that you must specify a path to identify the depot from which you want to remove
the software. For example:
swremove -d Old-Software @ /var/spool/sw
For the swremove -d GUI, you are prompted to specify the depot by a dialog that appears after
you invoke the GUI. This is the same dialog used to specify a depot target for swcopy operations.
See “Step II: Specify Target” (page 85) for information about how to use this dialog.
Removing a Depot
To remove and automatically unregister a depot:
swremove -d \* @ /tmp/MyDepot
Additional Depot Management Tasks and Examples 101