Reference Guide

Arguments
Argument Description Format
<BackgroundProcess> Name of the background process Possible values are
DataReduction, HealthScan
Example
Display the status of a background process named Data Reduction:
CLI> system internal file-system background-processes view DataReduction
Output
Backgr = Data Reduction
Status = Idle
system internal file-system background-processes list
Description
Display a list of background processes with their status.
Format
system internal file-system background-processes list
Options
Option Description Format
--CSV Displays the command output in
a comma-delimited format with
a header
Append --CSV to the command
Example
Display a current list of background processes with their status:
CLI> system internal file-system background-processes
list
Output
.--------------------.--------.
| Background Process | Status |
|--------------------|--------|
| Data Reduction | Idle |
|--------------------|--------|
| Health Scan | Idle |
'--------------------'--------'
131