CLI Guide

NOTE: If you also use the scheduleInterval option, the firmware chooses between the
timesPerDay option and the scheduleInterval option by selecting the lowest value of the two
options. The firmware calculates an integer value for the
scheduleInterval option by dividing
1440 by the scheduleInterval option value that you set. For example, 1440/180 = 8. The
firmware then compares the
timesPerDay integer value with the calculated scheduleInterval
integer value and uses the smaller value.
NOTE: To remove a schedule, use the delete virtualDisk command with the schedule
parameter. The delete virtualDisk command with the schedule parameter deletes only the
schedule, not the snapshot virtual disk.
Set Snapshot Virtual Disk Media Scan
Description
This command runs a media scan on the physical disks used for a snapshot virtual disk. You also can
perform a consistency check on the data.
Syntax
set snapVirtualDisk ["snapVirtualDiskName"]
mediaScanEnabled=(TRUE | FALSE)
[consistencyCheckEnabled=(TRUE | FALSE)]
Parameters
Parameter Description
snapVirtualDisk
The alphanumeric identifier (including - and _) of
the snapshot virtual disk for which you are setting
properties. Enclose the snapshot virtual disk
identifier in double quotation marks (" ") inside of
square brackets ([ ]).
mediaScanEnabled
The setting to turn on or turn off media scan for
the snapshot virtual disk. To turn on media scan,
set this parameter to TRUE. To turn off media scan,
set this parameter to FALSE. (If media scan is
disabled at the storage array level, this parameter
has no effect.)
consistencyCheckEnabled
The setting to turn on or turn off consistency
checking during a media scan. To turn on
consistency checking, set this parameter to TRUE.
To turn off consistency checking, set this
parameter to FALSE.
326