Set/Change NTP source
It the external reference NTP server (for time-of-day) is off-line, we can set the Call Server to reference the Primary security server. To do this you have to log in with the admin2 password to the primary and secondary security server and manually change the date and time settings.
Signaling Server(s):
- Browse to the Primary Signaling Server ELAN local login, eg:
https://10.10.10.15/local-login
- Log in with the admin2 password
- Click on Local Administration
- Click on Date and Time
- Under Network Time Protocol, select Edit
- Change the Clock Source NTP server type to Primary server
- Make sure the Type of clock source is Internal
- Click Save
- Click Edit under Current System Date and Time
- Enter the correct date and time for this site
- Click Save. If the system logs you out, close the browser and log back in with the admin2 password
- Click on Local Administration
- Click on Date and Time, and ensure that the correct time is now shown
- Browse to the Secondary Signaling Server ELAN local login, eg:
https://10.10.10.16/local-login
- Log with the admin2 password
- Click on Local Administration
- Select Date and Time
- Change the Clock Source to Secondary
- Set the Primary NTP server IP address to the Primary Signaling Server ELAN address (eg, .15)
- Set the Clock Type to Internal
- Click Save
- Under Network Time Protocol, select Sync Now. The time under Current System Date and Time should change. If not, wait about 10 seconds then select Sync Now again under Network Time Protocol
Call Server:
- Log in to the Call Server, and go to LD 117
=> stat ntp
to determine what IP address the Call Server is receiving its NTP time from:
=> stat ntp ⇐ show NTP status CURRENT NTP CONFIGURATION NTP Status: ENABLED Primary IP address: 10.10.10.15 ⇐ NTP server address Secondary IP address: 0.0.0.0
- If the Call Server is receiving its NTP time from the Primary Signaling server, manually synchronise the time. If the Call Server is receiving its NTP from another address, go to step 25
=> sync ntp manual
=> sync ntp background
- If Call Server is receiving its NTP from another address, type:
=> stop ntp background
=> dis ntp
=> chg ntp ipaddr <Primary Signaling Server ELAN>
=> enl ntp
=> sync ntp manual
=> sync ntp background
Example:
=> sync ntp manual ⇐ check the server responds Trying 10.10.10.15......Please do not abort from overlay till sync operation is executed NTP is not running in secured mode " ERR0061": Delta between server clock and system clock exceeds the critical threshold level. NTP Server Time is 10:28:21 on 16-4-2016 Do you want to update the time (y/n)? [n]y ⇐ yes, I do! Updated Call Server Time to 10:28:42 on 16-4-2016