Modifies a snapshot or replication schedule or displays details about a schedule.
Note: You cannot modify the partner for a replication schedule. Instead, delete the schedule and then create a new schedule with the desired partner.
Format
volume select vol_name schedule select sched_name show|parameter ...
Variables
|
vol_name |
Name of a volume. |
|
sched_name |
Name of a schedule. |
Parameters
|
enable|disable |
Enables or disables the schedule. |
|
end-date mm/dd/yy |
Month, day, and year that the schedule will stop. |
|
end-time hh:mm[AM|PM] |
Time when the schedule will stop creating a sequence of snapshots or replicas. Use 24-hour time or specify AM or PM. Applicable only to schedules of type daily. |
|
frequency nmins|nhour[s] |
Interval between the creation of snapshots or replicas, in minutes or hours (for example: 5mins, 1hour, 2hours). Applicable only to schedules of type hourly and daily. |
|
max-keep n |
Maximum number of snapshots or replicas (created from the schedule) to retain. If you reach the maximum limit, the oldest snapshot or replica created from the schedule will be deleted before another snapshot or replica is created. |
|
read-only|read-write |
Permission for snapshots created from the schedule. |
|
repeat-interval ndays |
Number of days between the creation of snapshots or replicas. Applicable only to schedules of type daily. |
|
start-date mm/dd/yy |
Month, day, and year that the schedule will start. |
|
start-time hh:mm[AM|PM] |
Time when the schedule will start creating snapshots or replicas. Use 24-hour time or specify AM or PM. |
|
type type |
Type of schedule, either once, hourly, or daily. |
Examples
The following command changes the time that snapshots of volume staffvol2 are created with the schedule bckup:
> volume select staffvol2 schedule select bckup start-time 10:15PM
The following command displays details about the replication schedule hourly2:
> volume select staff2 schedule select hourly2 show
__________________ Schedule Information ______________________
Name: hourly2 Type: hourly
Start-Date: 05/03/04 End-Date: None
Start-Time: 07:00AM End-Time: 08:00PM
Frequency: 1hour Repeat-Interval:
NextCreation: Fri May 5 14:00:00 Partner: psgroup4
2006