System Time could go out of sync on SSP cluster nodes after reboot, causing TN Flow Exp Disconnected alarms on NSX manager
search cancel

System Time could go out of sync on SSP cluster nodes after reboot, causing TN Flow Exp Disconnected alarms on NSX manager

book

Article ID: 403352

calendar_today

Updated On:

Products

VMware vDefend Firewall

Issue/Introduction

NTP service gets stopped on SSP cluster nodes (worker/controller nodes), if they are rebooted.

Environment

Security Services Platform 5.0.0

Cause

  • The ntp service gets started during deployment but remains in disabled state on SSP controller/worker nodes. This causes ntp service to go into stopped state after reboot of worker/controller node, which may lead to system time going out of sync on the controller/worker nodes.
  • To check status of NTP service on controller/worker node(s) -
  1. SSH into SSP Installer as root
  2. run k get nodes -o wide to get the node IP.
  3. SSH into controller / worker node IP addresses, and go to root shell from the root shell of SSP Installer node. 

    root@sspi-node:~# ssh capv@<node-IP>
    capv@ssp-6rvcd:~$ sudo -i
    root@ssp-6rvcd:~#

  4. Run command "systemctl is-enabled ntp". If the status is "disabled", it needs to be enabled, so that ntp does not get stopped after reboots.
  5. Run command "service ntp status" to check if service status is shown as "active (running)"
  6. To verify if NTP time is not getting synced run the command "ntpq -pn". If the command does not show at least 1 ntp server with "*", time is not getting synced.

Resolution

  • Run the following command from root shell of each controller/worker node to enable ntp service, so that ntp does not get stopped after reboots. 

    systemctl enable ntp


  • If ntp service is stopped on some node, start the ntp service on that controller/worker node. From root shell, run -

service ntp start

  • Verify if the time is syncing by running command "ntpq -pn" from the root shell of SSP Installer. If the command shows at least 1 ntp server entry with a "*", time is getting synced.

Note : This Issue is fixed in SSP 5.1