Given a list of nodes in the UI with conflicting Running vs Startup configs, any know if it's possible to execute a script (eg. wr mem) for all of them, instead of individually?
Given that write mem or copy run start does not have a negative impact, why not execute the write mem command against all the devices? It won't hurt them, and will get all your configs saved at one time.
You could schedule it to run daily, weekly--whatever you think is best.
That seems to be a waste of resources to issue the command for ALL devices. Is there a script available to use for each individual device?