Forum Discussion
smalex_355988
Nimbostratus
Jun 12, 2018Configuration time keeps on progressing
I have enabled ASM on my F5 and is currently learning traffic. We have sync pair and now even if I sync config with standby device, after few seconds shows 'out of sync'. Configuration time keeps on ...
stan_piron
Cumulonimbus
Jun 13, 2018This message can appear if the time is not synchronized.
Are BigIP synchronizing time with NTP?
If not, do one of these configuration :
- enable NTP (best solution)
-
execute this command on the appliance with wrong time (it will update local time from peer time). change peerIPaddress keyword with the peer IP address 🙂
date --set="$(ssh root@peerIPaddress date)"