Deleting A Job - Cisco Nexus 7000 Series Configuration Manual

Hide thumbs Also See for Nexus 7000 Series:
Table of Contents

Advertisement

Deleting a Job

Once a job is defined, you cannot modify or remove a command. To change the job, you must delete it
Caution
and create a new one.
Procedure
Step 1
Step 2
Step 3
Step 4
Step 5
Deleting a Job
You can delete a job from the scheduler.
Procedure
Step 1
Step 2
Step 3
Step 4
Cisco Nexus 7000 Series NX-OS System Management Configuration Guide
168
Command or Action
switch# configure terminal
switch(config)# scheduler job name
string
switch(config-job)# command1
;[command2 ;command3 ;...]
switch(config-job)# show scheduler
job [name name]
switch(config)# copy
running-config startup-config
Command or Action
switch# configure terminal
switch(config)# no scheduler job name
string
switch(config-job)# show scheduler job
[name name]
switch(config)# copy running-config
startup-config
Purpose
Enters global configuration mode.
Creates a job and enters job configuration mode.
This example creates a scheduler job named backup-cfg.
Defines the sequence of commands for the specified job.
You must separate commands with a space and a
semicolon (for example, " ;").
This example creates a scheduler job that saves the running
configuration to a file in bootflash and then copies the file
from bootflash to a TFTP server. The filename is created
using the current time stamp and switch name.
(Optional)
Displays the job information.
(Optional)
Copies the running configuration to the startup
configuration.
Purpose
Enters global configuration mode.
Deletes the specified job and all commands
defined within it.
(Optional)
Displays the job information.
(Optional)
Copies the running configuration to the startup
configuration.
Configuring the Scheduler

Advertisement

Table of Contents
loading

Table of Contents