Patch Management User Guide for HP-UX 11.x Systems (5900-3011, March 2013)

* Selection succeeded.
======= 05/05/04 09:40:17 MDT END swreg SESSION (non-interactive)
Advanced topic: access control lists
If you require finer control over directory depot access, you should familiarize yourself with Access
Control Lists (ACLs) and the swacl command. You can use ACLs to grant a variety of access rights
to certain systems or users. For more information, see the Software Distributor Administration Guide
on the HP Business Support Center website at http://www.hp.com/go/sd-docs.
Verifying directory depots
You can use the swverify command to verify the contents of a directory depot. Tape depots are
not valid targets for the swverify command.
Depot verification does the following:
Verifies that all dependencies can be met. For more information about dependencies, see
Chapter 3: “HP-UX patch overview” (page 17).
Reports missing files.
Checks file attributes, including permissions, file types, size, checksum, mtime, and major and
minor attributes.
If a depot fails verification, it might still be usable for your needs. You must read the swverify
output to determine the cause and the implications of the failure.
The format of the swverify command is as follows:
swverify -d software_selection @ depot_location
The swverify command has many arguments. For information, consult swverify(1M) and the
Software Distributor Administration Guide on the HP Business Support Center website at http://
www.hp.com/go/sd-docs.
This chapter discusses the following command arguments:
-d
Directs the swverify command to operate on a directory depot rather than on software
currently installed on the system.
When you use this argument, you must also use the @ depot_location argument to specify
the depot.
software_selection
Specifies the software to be verified.
To verify multiple products, replace software_selection with a wildcard. For example:
\* selects everything from the source depot.
\*,c=patch selects all patches from the source depot.
PHXX_12345 selects patch PHXX_12345 from the source depot.
@ depot_location
Specifies the directory depot that contains the software to be verified.
Examples of verifying directory depots
The following example verifies the directory depot /my_depots/new_directory_depot. The
verification was successful, as indicated by the output Verification succeeded.
For example:
Verifying directory depots 75