Regarding Syncing action events to Standby in HA

Hi All!

I want to sync some action commands which I execute in active to standby (Something Like save config to a specific file). Please let me know if their is a way to do so. I see only cdb entries sync.

rgds
Balaji Kamal Kannadassan

Do you mean you want to execute the action on the standby as well as the active? If not, could you explain what you mean by ‘sync’ some action commands.

If you mean execute the action on the standby, you could write your action handler so that it performs the action on the standby as well, and then determine the success or failure and decide how to respond in the action response, for example if it succeeds on the active but fails on the standby.

If you mean execute the action on the standby, you could write your
action handler so that it performs the action on the standby as well,
and then determine the success or failure and decide how to respond in
the action response, for example if it succeeds on the active but fails
on the standby.

yes above is my requirement. Confd framework doesn’t have similar to config sync to sync action command execution ?.

rgds
Balaji Kamal Kannadassan