Management Center failing to sync with NTP after upgrading to version to 2.3.3.1, you are getting "Failed to update system date and time" when running CLI command "ntp update-now" .
MC# ntp update-now
% Failed to update system date and time.
Running CLI command "show running-config ntp" shows:
MC#show running-config ntp
ntp
enable
server ntp-am1.net.symantec.com
server ntp1.net.symantec.com
!
MC 2.3.3.1 default NTP server has been changed to "symantec domains" NTP servers that may no longer reachable. Running windows or linux "Nslookup" command for these said NTP server may show "Non-existent domain"
Symantec/Broadcom will address this starting from the next GA release (3.0) .
Remove "symantec NTP domain servers" and readd "Bluecoat NTP Domain servers":
CLI commands example:
MC# configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
MC(config)# no ntp server
MC(config)# ntp server ntp.bluecoat.com
MC(config)# ntp server ntp2.bluecoat.com
MC(config)# ntp enable
MC(config)# exit
MC# show running-config ntp
ntp
enable
server ntp.bluecoat.com
server ntp2.bluecoat.com
!
MC# ntp update-now
System date and time successfully updated.