09-23-2022 02:00 AM
Hi All,
I want to create a scheduler to Cisco Nexus 7000, but I found several problem:
1. Last Execution Status = Failed (75). Anyone know what Failed (75) means? I can't find it anywhere.
Schedule Name : trial-job
-------------------------------
User Name : pamadmin
Schedule Type : Run every 0 Days 12 Hrs 0 Mins
Start Time : Fri Sep 23 15:04:25 2022
Last Execution Time : Fri Sep 23 15:04:25 2022
Last Completion Time: Fri Sep 23 15:04:25 2022
Execution count : 1
-----------------------------------------------
Job Name Last Execution Status
-----------------------------------------------
change-desc Failed (75)
==============================================================================
2. There is no output when I push command : sh scheduler logfile. Even after I increase logfile size to 1024.
Here is details of our nexus:
cisco Nexus7000 C7010 (10 Slot) Chassis ("Supervisor Module-2")
System version: 7.3(4)D1(1)
Thank you for your help.
09-23-2022 02:21 AM
Can you post the content of scheduler, what you are trying to achieve ?
09-23-2022 02:33 AM
Sorry, forgot to input scheduler configuration:
scheduler logfile size 1024
scheduler job name change-desc
configure terminal
interface Ethernet4/44
description BERHASIL CRONJOB
scheduler schedule name trial-job
job name change-desc
time daily 11:14
09-23-2022 04:13 AM
as per i know generally use schedular to backup the config.
for this rquirement i suggest to use EEM script to run that time.
02-13-2023 07:28 AM
Hey Everyone
I 've the same Error Code
2023 Feb 13 09:30:02.649 N7K-I-DVV-CAMPUS-I %SCHEDULER-3-SCH_ERR: Job Backup for schedule Schedule_Backup failed (75).
Here's the config
config terminal
scheduler aaa-authentication username xxxxxxx password xxxxxx
end
config terminal
scheduler job name Backup
cli var name copy running-config tftp://1.1.1.1 /$(SWITCHNAME)_RunningConfig_$(TIMESTAMP) vrf management
end
config terminal
scheduler schedule name Schedule_Backup
time weekly 02:17:00
job name Backup
end
But, Even if i Execute just the command
copy running-config tftp://1.1.1.1 /$(SWITCHNAME)_RunningConfig_$(TIMESTAMP) vrf management
The Backup is Succesful, so the string is ok! but the job doesn't work.
Anyone can help me, Please!
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide