S e n d d o c u m e n t a t i o n c o m m e n t s t o m d s f e e d b a c k - d o c @ c i s c o . c o m
18-8
Cisco MDS 9000 Family CLI Configuration Guide
OL-16184-01, Cisco MDS SAN-OS Release 3.x
Chapter 18 Scheduling Maintenance Jobs
Configuring the Command Scheduler
Verifying Scheduler Configuration
To display the scheduler configuration, use the
show scheduler config
command.
switch#
show scheduler config
config terminal
scheduler enable
scheduler logfile size 512
end
config terminal
scheduler job name addMemVsan99
config terminal
vsan database
vsan 99 interface fc1/1
vsan 99 interface fc1/2
vsan 99 interface fc1/3
vsan 99 interface fc1/4
end
config terminal
scheduler schedule name configureVsan99
time start 2004:8:10:9:52
job name addMemVsan99
end
Deleting a Schedule
To delete a schedule, follow these steps:
Step 3
switch(config-schedule)#
job name addMemVsan99
Assigns a predefined job name
(addMemVsan99) for this schedule.
Step 4
switch(config-schedule)#
time start 2004:12:14:23:00
Specifies a one-time execution on
December 14, 2004, at 11 p.m.
switch(config-schedule)#
no
time
Deletes the time assigned for this
schedule.
Command
Purpose
Command
Purpose
Step 1
switch#
conf t
switch(config)#
Enters the configuration mode.
Step 2
switch(config)#
no scheduler schedule name
weekendbackup
Deletes the defined schedule.