Disabling the Scheduler
Procedure
PurposeCommand or Action
Enters global configuration mode.switch# configure terminal
Step 1
Disables the scheduler.switch(config) # no feature scheduler
Step 2
Displays the scheduler configuration.(Optional) switch(config) # show scheduler
config
Step 3
Saves the change persistently through reboots
and restarts by copying the running
configuration to the startup configuration.
(Optional) switch(config)# copy
running-config startup-config
Step 4
Example
This example shows how to disable the scheduler:
switch# configure terminal
switch(config) # no feature scheduler
switch(config) # copy running-config startup-config
switch(config) #
Verifying the Scheduler Configuration
Use one of the following commands to verify the configuration:
Table 17: Scheduler Show Commands
PurposeCommand
Displays the scheduler configuration.show scheduler config
Displays the jobs configured.
show scheduler job [name name]
Displays the contents of the scheduler log file.show scheduler logfile
Displays the schedules configured.
show scheduler schedule [name name]
Cisco Nexus 3548 Switch NX-OS System Management Configuration Guide, Release 7.x
87
Configuring the Scheduler
Disabling the Scheduler