CLI Guide

Table Of Contents
Specifies a date and a time in the future to be the first instance when the scheduled task will run,
and to be the starting point for any specified recurrence.
[every # minutes|hours|days|weeks|months|years]
Specifies the interval at which the task will run.
For better performance when scheduling a TakeSnapshot task that will run under heavy I/O
conditions or on more than three volumes, the retention count and the schedule interval should be
set to similar values. For example if the retention count is 10, then the interval should be set to 10
minutes.
For a Replicate task, the minimum interval is 30 minutes.
[between hh:mm [AM|PM] and hh:mm [AM|PM]]
Constrains the time range during which the task is permitted to run. Ensure that the start time is
within the specified time range.
[only any|first|second|third|fourth|fifth|last|#st|#nd|#rd|#th day|
weekday|weekendday| Sunday|Monday|Tuesday|Wednesday|Thursday|Friday|
Saturday of year|month|January|February| March|April|May|June|July|
August|September|October|November|December]
Constrains the days or months when the task is permitted to run. Ensure that this constraint
includes the start date
[count #]
Constrains the number of times the task is permitted to run
[expires yyyy-mm-dd hh:mm [AM|PM]]
Specifies when the schedule expires, after which the task will no longer run
[task-name task-name]
Optional. The name of an existing task to run. A name that includes a space must be enclosed in
double quotes.
schedule-name
The name of the schedule to change. A name that includes a space must be enclosed in double
quotes.
Examples
Change parameters, including the associated task, for schedule Sched1.
# set schedule schedule-specification "start 2015-01-01 00:01 every 1
days expires 2015-12-31 00:01" task-name Task1 Sched1
See also
show schedules
show tasks
set snapshot-space
Description
Sets the snapshot space usage as a percentage of the pool and thresholds for notification.
You can set the percent of the pool that can be used for snapshots (the snapshot space).
NOTE: If the percentage of the pool used by snapshots is higher than the percentage specified in
this command, the command will fail.
You can specify a limit policy to enact when the snapshot space reaches the percentage. You can set
the policy to either notify you via the event log that the percentage has been reached (in which case
the system continues to take snapshots, using the general pool space), or to notify you and trigger
automatic deletion of snapshots. If automatic deletion is triggered, snapshots are deleted according
to their configured retention priority. Snapshots that are mapped or are not leaves of a volume's
snapshot tree are not eligible for automatic deletion.
Alphabetical list of commands 149