HP P2000 G3 MSA System CLI Reference Guide 463
schedules
Properties
Example
# show schedules
...
<OBJECT basetype="schedules" name="schedule" oid="3" format="pairs">
<PROPERTY name="name" key="true" type="string">vd02_v001_sched1</PROPERTY>
<PROPERTY name="schedule-specification" type="string">Start 2012-02-16 12:00:00
</PROPERTY>
<PROPERTY name="status" type="string">Ready</PROPERTY>
<PROPERTY name="next-time" type="string">2012-02-16 12:00:00</PROPERTY>
<PROPERTY name="next-time-numeric" type="string">1261016000</PROPERTY>
<PROPERTY name="task-to-run" type="string">vd02_v001_task001</PROPERTY>
<PROPERTY name="error-message" type="string"></PROPERTY>
...
</OBJECT>
...
See also
• tasks
Table 68 schedules properties
Name Type Description
name string Schedule name.
schedule-
specification
string Schedule settings for running the associated task.
status string Schedule status.
• Uninitialized: The schedule is not yet ready to run.
• Ready: The schedule is ready to run at the next scheduled time.
• Suspended: The schedule had an error and is holding in its current state.
• Expired: The schedule has exceeded a constraint and will not run again.
• Invalid: The schedule is invalid.
next-time string Date and time, in the format year-month-day hour:minutes:seconds
(UTC), when the schedule will next run.
next-time-
numeric
string Unformatted next-time value.
task-to-run string Name of the task that the schedule runs.
error-message string Error message, or blank.