Verifies files of an installable software product.
lppchk { -c[ u ] | -f | -l [ u ] | -v } [ -m [ 1 | 2 | 3 ] ] [ -O { [ r ] [ s ] [ u ] } ] [ ProductName [ FileList ... ] ]
The lppchk command verifies that files for an installable software product (fileset) match the Software Vital Product Data (SWVPD) database information for file sizes, checksum values, or symbolic links. A fileset is a separately installable option of a software package.
FileList | Specifies the file or files to check. This parameter is a list of file names separated by spaces. The file names can be a single name or a pair of names separated by a colon. The first form specifies a simple file and the second form specifies a member of an archive file, where the first name specifies the member and the second name specifies the archive file that contains the member. The full path name of the file or files must be specified. To specify multiple files you can use the pattern-matching characters * (asterisk) and ? (question mark), but they should be enclosed in a pair of 's (single quotes). Single quotes are recommended to prevent the korn shell wildcard expansion.
If this parameter is omitted, all files of a software product are checked. If this parameter is specified, it must be preceded by a software product name. |
ProductName | Specifies the name of the software product whose files are to be checked. If this parameter is omitted, all software products in the SWVPD are checked. To specify multiple software products you can use the pattern-matching characters * (asterisk) and ? (question mark), but they must be enclosed in a pair of 's (single quotes) to prevent the shell from expanding them. |
The lppchk command returns zero if no errors were found. Any other return value indicates an error was found.
lppchk -c X11.fnt
lppchk -l 'X11*'
lppchk -v
/etc/objrepos/lpp | Specifies installation information of all software products on the root. |
/usr/lib/objrepos/lpp | Specifies installation information of all software products on the /usr file system. |
/usr/share/lib/objrepos/lpp | Specifies installation information of all software products on the /usr/share file system. |
/etc/objrepos/product | Specifies installation and update information of all software products on the root. |
/usr/lib/objrepos/product | Specifies installation and update information of all software products on the /usr file system. |
/usr/share/lib/objrepos/product | Specifies installation and update information of all the software products on the /usr/share file system. |
/etc/objrepos/inventory | Specifies names and locations of files in a software product on the root. |
/usr/lib/objrepos/inventory | Specifies names and locations of files in a software product on the /usr file system. |
/usr/share/lib/objrepos/inventory | Specifies names and locations of files in a software product on the /usr/share file system. |
The installp command, sum command, tcbck command.