ā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.