Forum Discussion

Steven_J__Willi's avatar
Steven_J__Willi
Icon for Nimbostratus rankNimbostratus
May 28, 2014

Sync Config question

When changes were made on a standby unit and then other changes were made on an active unit, your config is out of sync, which means you will lose one set of changes either way you sync your nodes. So my question is, is there a way to figure out what changes were made on one node and not the other, so when you do push sync you can replicate the configurations that will be lost?

 

4 Replies

  • i think the easiest way is to compare configuration file. for scf, there is config-diff option in tmsh show sys.

      config-diff      View the difference between two SCF files, or a file to running configuration
    
  • could you then essentially use a compare/combine app like notepad++ to merge the two then copy the config back in using tmsh?

     

  • i think you can, its just personal view that I prefer not to make changes in scf file. I will prefer to check the changes and apply to one of them and overwrite the configuration on other.