Hi there,
Maybe it's kind of a special question but I'd like to somehow "disable" a particular configuration type (startup or running) for several devices.
Reason is the following; I do backups for lots of different devices through NCM (ESX Hosts, lot of different Appliances, ...) where nothing like startup/running configuration exists, there is just THE config. I'm aware of the option for startup/running in scheduled tasks, but I'd like to have only one backup Job for all devices. Furthermore, even with the option in the scheduled tasks, when you do right-click->download config for a device, there are always both options visible in the dropdown-menu.
Or to even go a step further; It would be lovely to have the option to define x-configurations by myself, which I just link to devices. For instance, ESX Hosts, there are about 10 different config files I'd like to backup...I had to solve it with a bash-script which is defined as a pre-command in NCM device template. This script just takes all those 10 config files, merges them to a new one, which will then be finally backup up by NCM.
But anyways, let's stick to my question for disabling one of the existing ones.
Any ideas? Something I've overseen?