Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

udetect(8) [osf1 man page]

udetect(8)						      System Manager's Manual							udetect(8)

NAME
udetect - Find subset files that have changed since installation SYNOPSIS
/usr/lbin/udetect [options] OPTIONS
Reports missing files by printing inventory records that specify files that do not exist on the disk. Specifies strict reporting. Prints a record if any of the attributes in the record do not match the current state of the file on the disk. Displays a usage message. DESCRIPTION
The udetect command reads setld inventory records from standard input. For each record, the file in the path field is checksummed and checked with the lstat(2) system call. Records for which there are discrepancies in the checksum or size are written to standard output. SEE ALSO
Commands: setld(8) Files: stl_inv(4) udetect(8)

Check Out this Related Man Page

usync(8)						      System Manager's Manual							  usync(8)

NAME
usync - synchronize two setld inventory files to reflect current system status SYNOPSIS
/usr/lbin/usync [-d] file1 file2 OPTIONS
Enables debugging. This will print the pairs of pathnames being synchronized on the standard output. DESCRIPTION
The usync command is used to achieve inventory synchronization by merging two inventory files according to the pathname field of the inven- tory records. The result is directed to standard output. If the two inventory files contain records with the same pathname, the record in file2 is written and the record in file1 is ignored. If either inventory file contains a pathname not present in the other file, the record containing that pathname is written to standard output. To reflect the current system inventory, file2 should represent a later installation than file1. RESTRICTIONS
The two inventory files must be sorted in ascending ASCII sequence on the pathname field. ERRORS
usync: file is corrupt Explanation: Records in one of the inventory files are not sorted properly. EXAMPLES
The following command produces a synchronized inventory for two versions of the OATDCB subset: /usr/lbin/usync OATDCB100.inv OATDCB120.inv FILES
Subset inventory files SEE ALSO
stl_inv(4) Programming Support Tools usync(8)
Man Page