02-04-2021 05:56 PM
Is there a way to schedule a reoccurring task to just run certain months of the year.
Such as:
02-10-2021 08:08 PM
Hello Byron,
you can’t run the scripts from command line.
The XMC python scripts are interpreted with jython enriched with the emc_vars, emc_cli … and compiled and run in Java.
02-10-2021 07:50 PM
Is there a way to run a script created in extreme management to run against a certain switch from the xmc command line? if I can do that then I can use the crontab to schedule the scripts instead.
02-04-2021 08:06 PM
Hello Byron,
you can’t select individual months. But if you use python or TCL you can run one single script and check inside of you script the current month. Depending of the month you can run different functions every function with the content of you script1 - 4.