Modifies a snapshot or replication collection schedule or displays details about a schedule.
To specify more than one parameter, separate them with commas and no spaces.
Note: You cannot modify the partner for a replication collection schedule. Instead, delete the schedule and then create a new schedule with the desired partner.
Format
collection select coll_name schedule select sched_name show|parameter
Variables
|
coll_name |
Name of a volume collection. |
|
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 snapshot or replicas collections. 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 snapshot or replica collections, in minutes or hours (for example: 5mins, 1hour, 2hours). Applicable only to schedules of type hourly and daily. |
|
max-keep n |
Maximum number of snapshot or replica collections created from the schedule to retain (from 1 to 512). The default is 10. If you reach the maximum limit, the oldest snapshot or replica collection created from the schedule will be deleted before another is created. |
|
read-write|read-only |
Permission for snapshots created from the schedule. |
|
repeat-interval ndays |
Number of days between the creation of snapshot or replica collections. 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 snapshot or replica collections. Use 24-hour time or specify AM or PM. |
|
type schedule_type |
Type of schedule, either once, hourly, or daily. |
Examples
The following command changes the time that snapshot collections of volume collection staffcol are created with the schedule backup:
> collection select staffcol schedule select backup start-time 10:15PM
The following command displays details about a replication collection schedule:
> collection select db2 schedule select hourly6 show
_____________ Volume Collection Schedule Information ______________
Name: hourly6 Type: hourly
AccessType: 1 Start-Date: 05/17/06
End-Date: None Start-Time: 12:00AM
End-Time: 12:00AM Frequency: 6hours
Repeat-Interval: Max-Keep: 10
NextCreation: Wed May 17 18:00:00 Desired Status: enable
2006 Status: enable