7.2.12 scrub
On-demand file scrubbing for logical consistency.
Syntax
scrub [{ -w | --wallet } wallet-location ] [{ -T | --trace } trace-level ]
[ -a ] [ -i interval] [ -n requests] [ -r count]
[ -f offset] [ -t offset] [ -s ] [ -v[v[v]] ] filename
Command Options
The options for the scrub
command are:
-
filename: Specifies the files being scrubbed.
You can use a wildcard (
%
) in the filename to specify multiple files. -
-w
,--wallet
: Optionally specifies the path to the Exascale wallet directory. -
-T
,--trace
: Optionally enables tracing and sets the trace level to1
(minimum tracing),2
(medium tracing), or3
(maximum tracing).If the
$ADR_BASE
environment variable is set, the trace file is written to:$ADR_BASE/diag/EXC/xsh_<username>/<hostname>/trace/xsh_<date>.trc
Otherwise, the trace file is written to:
/tmp/diag/EXC/xsh_<username>/<hostname>/trace/xsh_<date>.trc
-
-a
: Specifies that the scrub operation performs HARD checks on all regions, regardless of the file type or mirror status. -
-i
: Specifies the interval (in seconds) to wait before re-scrubbing a region. -
-n
: Specifies the queue depth for the scrubbing operation. This option controls the number of concurrent read requests performed by the scrubbing operation. Larger values enable faster scrubbing but consume more resources, which may affect other workloads. -
-r
: Specifies the number of re-scrubbing attempts permitted while awaiting concurrent writes on the region. After the specified number of re-scrubbing attempts is exhausted, the corresponding region is reported in the command output and the scrubbing operation continues. -
-f
: Enables scrubbing on part of a file by specifying the file offset that scrubbing starts from. The offset value is specified in megabytes from the start of the file. -
-t
: Enables scrubbing on part of a file by specifying the file offset that scrubbing operates to. The offset value is specified in megabytes from the start of the file. -
-s
: Specifies that when considering multiple sets of data as the source for a repair, the scrub operation should use the highest system change number (SCN) as the repair source. -
-v[v[v]
: Increases the verbosity of the command output:-v
: Generates detailed output.-vv
: Generates more detailed output.-vvv
: Generates the most detailed output.
Examples
Example 7-17 Scrub an Exascale file
The following example performs logical scrubbing on
@MYDATA/myfile
.
$ xsh scrub @MYDATA/myfile
Parent topic: XSH Command Reference