Hi
I have a server running solaris 10, that the time when issue the date command is : Fri Nov 18 13:43:38 CAT 2016
but the actual time is "14:27" (date is correct)
wha I did was:
# cd /etc/inet
# cp ntp.client ntp.conf
# vi ntp.conf
add "server 10.1.3.106"
restart NTP service
svcadm refresh svc:/network/ntp:default
# svcs -a ntp
svcs: -a ignored when used with arguments.
STATE STIME FMRI
online 13:31:11 svc:/network/ntp:default
# svcs -a ntp
But I dont seem to have he time updated.
Please can you help?