Reference Guide

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 data-protection antivirus-scanners add
Add an antivirus server.
Format
system data-protection antivirus-scanners add <Name> <Port>
Arguments
Argument Description Format
<Name> Antivirus server Existing antivirus server host
name or IP address. An IP address
must be in IPv6 or IPv4 format. A
host name must contain one or
more sub names, each separated
by a dot. Each sub name can
contain letters, numbers, or
hyphens, but cannot start or end
in a hyphen.
<Port> Antivirus server port Whole positive number
Example
Add an antivirus 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
230
CLI Commands