Create Schedule - HP P2000 G3 Cli Reference Manual

Msa system
Hide thumbs Also See for P2000 G3:
Table of Contents

Advertisement

create schedule

Description Schedules a task to run automatically.
When scheduling ReplicateVolume tasks, a best practice is to schedule no more than three
volumes to start replicating at the same time, and for those replications to recur no less than 60
minutes apart. If you schedule more replications to start at the same time, or schedule replications to
start more frequently, some scheduled replications may not have time to complete.
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.
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 ReplicateVolume task, the default and 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
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 task to run. The name is case sensitive.
schedule-name
A name for the new schedule. The name is case sensitive; cannot include a comma, double quote,
left angle bracket, or backslash; and can have a maximum of 32 bytes. A name that includes a
space must be enclosed in double quotes.
Example Create schedule Sched1 that runs Task1 for the first time on March 1, 2012; runs daily between
midnight and 1:00 AM; and runs for the last time in the morning of January 1, 2013:
# create schedule schedule-specification "start 2012-03-01 00:01, every 1 days,
between 12:00 AM and 1:00 AM, expires 2013-01-01 1:00 AM" task-name Task1 Sched1
Success: Command completed successfully. (Sched1) - The schedule was created.
(2012-01-20 15:48:01)
HP P2000 G3 MSA System CLI Reference Guide
57

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents