Hp StorageWorks 2000 Family Modular Smart Array CLI reference guide (481600-002, May 2008)

Chapter 3 Command Descriptions 57
Example
Create schedule Sched1 that runs Task1 for the first time on March 1, 2007; runs
daily between midnight and 1:00 AM; and runs for the last time in the morning of
January 1, 2008.
Create schedule Sched2 that runs Task2 for the first time on March 1, 2007, and
runs only on the first weekday of each month, with no expiration.
Related Commands
“delete schedule” on page 77
“show schedules” on page 212
“show task-details” on page 223
“show tasks” on page 227
# create schedule Sched1 schedule-specification "start 3/1/2007
00:01 AM, every 1 days, between 12:00 AM and 1:00 AM, expires
1/1/2008 1:00 AM" task-name Task1
Success: Schedule created
# create schedule Sched2 schedule-specification "start 3/1/2007
00:01 only first weekday of month" task-name Task2
Success: Schedule created