Reference Guide

Argument Description Format
more sub names, each separated
by a dot. Each sub name may
contain letters, numbers or
hyphens, but may not start nor
end in a hyphen.
<Port> Anti-virus server port Whole positive number
Example
Add an anti-virus server with the host name av1.domain.com that the FluidFS cluster should connect to
on port 80:
CLI> system data-protection antivirus-scanners add av1.domain.com 80
system background-operations wait-to-finish
Description
The command blocks the command prompt until the current background process completes or the
specified timeout is reached, whichever occurs first.
Format
system background-operations wait-to-finish <TimeoutInSec>
Arguments
Argument Description Format
<TimeoutInSec> Amount of time to block the
command prompt waiting for the
background operation to finish
Whole positive number (in
seconds)
Example
Block the command prompt for 20 seconds or until the current background process completes,
whichever occurs first:
CLI> system background-operations wait-to-finish 20
system background-operations running
Description
Display a list of current running background operations.
Format
system background-operations running
149