Forum Discussion
bmohanak_276891
Cirrus
Apr 13, 2017How to identify the difference in the Act/Stdby Configuration on the vCMP guest
Dear F5 Experts.
I need help with identifying the differences between the Active and Standby vCMP guest, Someone accidentally made some changes on the Standby guest, Now I am adding configs to t...
- Apr 13, 2017
You can compare both device file with size, audit log, etc(ls -l bigip.conf).
Other option is to compare both device file via unix command.
comm -13 <(sort file1) <(sort file2) > file3
or
grep -Fxvf file1 file2 > file3
or
diff file1 file2 | grep "<" | sed 's/^ file3
Samir_Jha_52506
Noctilucent
Apr 13, 2017You can compare both device file with size, audit log, etc(ls -l bigip.conf).
Other option is to compare both device file via unix command.
comm -13 <(sort file1) <(sort file2) > file3
or
grep -Fxvf file1 file2 > file3
or
diff file1 file2 | grep "<" | sed 's/^ file3
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects