HP StorageWorks File Migration Agent V2.1 administrator guide (T4274-96105, October 2006)

96 Operating
Synopsis
Description
Local Check (Level 1)
If verification option local is specified, the following checks are performed:
Load primary metadata (this itself will check if the file ID matches with the metadata).
Load secondary metadata and compare with local metadata.
Check whether offline files have metadata.
Check for offline files with non-zero file size.
Check if the file is saved (backend copies are up-to-date).
Remote Check (Level 2)
If verification option remote is specified, the following checks are performed:
Local verification.
Each link to backend data storage is verified using the RSAVerify method. The validation algorithm is
part of the remote storage adapter implementation. All copies for all available generations are
checked. Locally modified files are processed the same way.
Options
FMACLI Ver[ify] [--help | -h]
[{--logfile | -L} <logfile>
[--log-info-messages | -V]]
[--verbose | -v]
[<file>] | [{--filelist] | -f} <filelist>]
[{--recursive | -r} <path>]
[--oem-file-format | --unicode-file-format |
--ansi-file-format | --utf8-file-format]
[{--minimum-file-size | -S} <n>b|k|m|g]
[{--minimum-access-time | -A} <n>d|h|m|s]
[{--minimum-write-time | -W} <n>d|h|m|s]
[--exclude-system]
[--exclude-hidden]
[--exclude-read-only]
[--exclude-archive]
[--exclude-compressed]
[{--local-checks | -o local}]
[{--remote-checks | -o remote}]
[-F <outlist>]
Table 29 VERIFY command options
Options Description
--help Displays the online help for the VERIFY command.
-h
--logfile <logfile> Specifies a log file.
The log file must be specified with a fully qualified path. Log files are
created with the following (fixed) policies:
Maximum size is 4 MB. If the files grows bigger than 4 MB, the file
is switched.
Old log files are named as logfile.nnn, where the lowest
number contains the youngest file:
logfile.log -> logfile.000 -> logfile.001 -> ...
-L <logfile>