Verifying The Job Definition - HP Cisco MDS 9020 - Fabric Switch Configuration Manual

Cisco mds 9000 family cli configuration guide, release 3.x (ol-16184-01, april 2008)
Hide thumbs Also See for Cisco MDS 9020 - Fabric Switch:
Table of Contents

Advertisement

Chapter 18
Scheduling Maintenance Jobs
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
To define a job for the command scheduler, follow these steps:
Command
Step 1
switch# conf t
switch(config)#
Step 2
switch(config)# scheduler job name addMemVsan99
switch(config-job)#
Step 3
switch(config-job)# config terminal
switch(config-job-config)# vsan database
switch(config-job-config-vsan-db)# vsan 99 interface
fc1/1 - 4
switch(config-job-config-vsan-db)# end
switch#
switch(config)# scheduler job name offpeakQOS
switch(config-job)# conf t
switch(config-job-config)# qos class-map
offpeakbackupcmap match-all
switch(config-job-config-cmap)# match source-wwn
23:15:00:05:30:00:2a:1f
switch(config-job-config-cmap)# match destination-wwn
20:01:00:05:30:00:28:df
switch(config-job-config-cmap)# exit
switch(config-job-config)# qos policy-map
offpeakbackuppolicy
switch(config-job-config-pmap)# class
offpeakbackupcmap
switch(config-job-config-pmap-c)# priority high
switch(config-job-config-pmap-c)# exit
switch(config-job-config-pmap)# exit
switch(config-job-config)# qos service policy
offpeakbackuppolicy vsan 1
switch(config-job-config)# end
switch#

Verifying the Job Definition

To verify the job definition, use the show scheduler job command.
switch# show scheduler job addMemVsan99
Job Name: addMemVsan99
----------------------
config terminal
vsan database
OL-16184-01, Cisco MDS SAN-OS Release 3.x
vsan 99 interface fc1/1
vsan 99 interface fc1/2
vsan 99 interface fc1/3
vsan 99 interface fc1/4
Configuring the Command Scheduler
Purpose
Enters the configuration mode.
Defines a job name and enters the job
definition submode
Specifies a sequence of actions for the
specified job. The defined commands
are checked for validity and stored for
future use.
Be sure you exit the
Note
config-job
Provides another example of
scheduling a different set of jobs.
Cisco MDS 9000 Family CLI Configuration Guide
submode.
18-5

Advertisement

Table of Contents
loading

Table of Contents