36
Alphabetical list of commands
create host (Deprecated)
create schedule
Description
Schedules a task to run automatically.
Min. role
manage
Syntax
create schedule
schedule-specification "
specification
"
task-name
task-name
schedule-name
Parameters
schedule-specification "
specification
"
Defines when the task will first run, and optionally when it will recur and expire. You can use a
comma to separate optional conditions. Dates cannot be in the past. For times, if neither
AM
nor
PM
is specified, a 24-hour clock is used.
•
start
yyyy-mm-dd
hh
:
mm
[AM|PM]
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.
•
[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
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
The name of an existing task to run. The name is case sensitive. A name that includes a space must
be enclosed in double quotes.
schedule-name
A name for the new schedule. Input rules:
•
The value is case sensitive.
•
The value can have a maximum of 32 bytes, where ASCII characters are 1 byte, most Latin
(Western European) characters with diacritics are 2 bytes, and most Asian characters are 3
bytes.
•
The value can include spaces and printable UTF-8 characters except:
" , < \
•
A value that includes a space must be enclosed in double quotes.
Example
Create schedule
Sched1
that runs
Task1
for the first time on March 1, 2014, runs daily between
midnight and 1:00 AM, and runs for the last time in the morning of January 1, 2015.
# create schedule schedule-specification "start 2014-03-01 00:01, every 1 days,
between 12:00 AM and 1:00 AM, expires 2015-01-01 1:00 AM" task-name Task1 Sched1
Summary of Contents for AssuredSAN 6004
Page 11: ...Document conventions and symbols 11 TIP Provides helpful hints and shortcuts...
Page 114: ...114 Alphabetical list of commands See also set cli parameters show protocols...
Page 139: ...show controller statistics 139 See also reset all statistics reset controller statistics...
Page 162: ...162 Alphabetical list of commands See also show power supplies...