Forum Discussion

S4sherman_21300's avatar
S4sherman_21300
Icon for Nimbostratus rankNimbostratus
Jan 17, 2017

Changes Pending

Is there a way to find out what changes are pending when you see changes pending state?? Either through cli or GUI???

 

1 Reply

  • They only way I know is to compare the configuration in ie.

    /config/bigip.conf
    and
    /config/bigip_user.conf
    . The dashboard in the web ui also has some information if you have audit logging enabled, but it's not much.

    You could also, but I haven't tried this one myself, get an scf file from the peer unit och compare it with show sys config-diff.

    Update:

    Just tried it and it does the job. However, I would probably just go for notepad++ and compare the scf files as it's more clear.

    To save an scf file, run

    tmsh save sys config file [scf file name]
    . That will create single config file (compiled from all different config files on your system).

    /Patrik