Patch Management User Guide for HP-UX 11.x Systems (762796-001, March 2014)

Table Of Contents
Examples of the swlist command
To view a list of registered depots on the local system, use this command:
swlist -l depot
For example:
$ swlist -l depot
# Initializing...
# Target "my_system" has the following depot(s):
/var/spool/sw
/bundles/sp1209/QPK1131/depot380
/bundles/sp1209/HWEnable11i/depot380
/bundles/sp1209/FEATURE11i/depot380
To view a list of registered depots on a remote system, use this command:
swlist -l depot @ remote_system
For example:
$ swlist -l depot @ swdepot.xyz.com
# Initializing...
# Target "swdepot.xyz.com" has the following depot(s):
/depot/patches/11.00
/depot/patches/11.04
/depot/patches/11.11
/depot/patches/11.23
To list the contents of a directory or tape depot, use this command:
swlist -l level -d @ remote_system:/directory_path/depot_name
The following values for level are useful: bundle, product, and fileset. For more information
about level, see Chapter 4: “HP-UX patch overview” (page 18).
For example:
$ swlist -l product -d @ swdepot.xyz.com:/depot/patches/11.11
# Initializing...
# Contacting target "swdepot.xyz.com"...
#
# Target: swdepot.xyz.com:/depot/patches/11.11
#
PHCO_23263 B.11.11.15 HP AutoRAID Manager cumulative patch
PHCO_23370 1.0 lint(1) library patch
PHCO_23463 1.0 sysdef(1) patch
PHCO_23492 1.0 Kernsymtab Patch
PHCO_23702 1.0 cumulative header file patch for prot.h
PHCO_23909 1.0 cu(1) patch
...
To view the contents of a specified directory depot at various levels, use this command:
swlist -l level @ remote_system:/directory_path/depot_name
The following values for level are useful: bundle, product, and fileset. This command
does not work for a tape depot.
For example:
$ swlist -l product @ swdepot.xyz.com:/depot/patches/1123.depot
# Initializing...
# Contacting target "swdepot.xyz.com"...
#
# Target: swdepot.xyz.com:/depot/patches/1123.depot
#
PHCO_29605 1.0 VxVM 3.5~IA.004 Command Patch 01
PHCO_29793 1.0 audisp(1M) patch
PHCO_29957 1.0 libc cumulative patch
PHCO_30027 1.0 Release notes document
...
Viewing depots 71