Unsolved
This post is more than 5 years old
1 Rookie
•
11 Posts
0
40865
June 25th, 2014 13:00
6224 cannot sync the time with Windows 2012R2
Windows Server 2012 R2: The Windows Time service is set to auto and running. Firewall Port: UDP, 123 open SNTP server can ping the switch IP address fine. Stack switches: 2x 6224 DoS L4 Port is disabled Firmware ver. 3.3.10.3 SNTP Configuration below: 16:19:44 PDT(UTC-6:00) Jul 12 2005 Time source is SNTP Time zone: Acronym is PDT Offset is UTC-7:00 Summertime:enabled Acronym is PDT Recurring every year (USA) Begins on second Sunday of Mar at 02:00 Ends on first Sunday of Nov at 02:00 Offset is 60 minutes Summer-time is in effect. show sntp status Client Mode: Unicast Last Update Time: JAN 01 00:00:00 1970 Unicast servers: Server Status Last response --------------- ---------------------- -------------------------- 192.168.100.11 Request Timed Out 00:00:00 Jan 1 1970 show sntp configuration Polling interval: 64 seconds MD5 Authentication keys: Authentication is not required for synchronization. Trusted keys: No trusted keys. Unicast clients: Enable Unicast servers: Server Key Polling Priority --------- ----------- ----------- ---------- 192.168.100.11 Disabled Enabled 1 I don't know why I am getting "request time-out" on unicast server status. Please help.
0 events found
No Events found!


JC2014
1 Rookie
•
11 Posts
0
June 25th, 2014 14:00
Show sntp configuration
Unicast servers:
Server Key Polling Priority
192.168.100.11 Disabled Enabled 1
Show sntp status
Unicast servers:
Server Status Last response
192.168.100.11 Request Timed Out 00:00:00 Jan 1 1970
JC2014
1 Rookie
•
11 Posts
0
June 25th, 2014 15:00
Yes, other PC can ping it.
JC2014
1 Rookie
•
11 Posts
0
June 25th, 2014 15:00
Is there a command to force the time sync?
JC2014
1 Rookie
•
11 Posts
0
June 26th, 2014 07:00
Yes, they are on the same dinner, and I can ping the server from switch.
JC2014
1 Rookie
•
11 Posts
0
June 26th, 2014 08:00
they are on the same subnet.
JC2014
1 Rookie
•
11 Posts
0
June 26th, 2014 10:00
I did not see any thing related to Windows time. What event ID would be?
JC2014
1 Rookie
•
11 Posts
0
June 27th, 2014 09:00
This network has only one server, I added a Win client to test and the time is syncing fine. I tried to add an ESXi 5.5 host to sync, but it did not work. Tried to follow the article# 1035833. It failed at the last step, the two commands "service lsassd restart" and "service ntpd restart" both have the same error: "-sh: service: not found".
JC2014
1 Rookie
•
11 Posts
0
June 27th, 2014 10:00
My switch configuration + ping + Show clock detail command.
SW01#show run
!Current Configuration:
!System Description "PowerConnect 6224, 3.3.10.3, VxWorks 6.5"
!System Software Version 3.3.10.3
!Cut-through mode is configured as disabled
!
configure
snmp-server location "Engineering Lab"
hostname "SW01"
sntp unicast client enable
sntp client poll timer 1024
sntp server 192.168.100.11
clock summer-time recurring USA zone "PST"
clock timezone -7 minutes 0 zone "PST"
stack
member 1 1
member 2 1
exit
ip address 192.168.100.251 255.255.255.0
ip domain-name rseng.local
ip name-server 192.168.100.11
exit
SW01#ping 192.168.100.11
Pinging 192.168.100.11 with 0 bytes of data:
Reply From 192.168.100.11: icmp_seq = 0. time <10 msec.
Reply From 192.168.100.11: icmp_seq = 1. time <10 msec.
Reply From 192.168.100.11: icmp_seq = 2. time <10 msec.
Reply From 192.168.100.11: icmp_seq = 3. time <10 msec.
----192.168.100.11 PING statistics----
4 packets transmitted, 4 packets received, 0% packet loss
round-trip (msec) min/avg/max = <10/<10/<10
SW01#show clock detail
13:12:28 PST(UTC-6:00) Jul 14 2005
Time source is SNTP
Time zone:
Acronym is PST
Offset is UTC-7:00
Summertime:
Acronym is PST
Recurring every year (USA)
Begins on second Sunday of Mar at 02:00
Ends on first Sunday of Nov at 02:00
Offset is 60 minutes
Summer-time is in effect.
========================== Is there a command that I can manually type to check where the failure point is?