(server version 4.16 or later)
(Default = none)
SNTP-SERVER-ADDR <DNS-name> | <IP-address>
Defines the DNS name or IP address of the NTP server (i.e. network time source). The NTP server is queried by MOMI to determine if the System time requires adjustment. Note that the NonStop System must have the resolver active if a DNS-Name is used.
MOMI uses the SNTP protocol to access the NTP server.
Fault tolerance is provided if a DNS name is used and resolves into multiple IP addresses. MOMI connects to the first IP address returned but if communication fails over a certain threshold, a connect is attempted on the second address and so on.
This keyword is required in order to have MOMI adjust the System time.
Examples:
== NTP server name
SNTP-SERVER-ADDR us.pool.ntp.org
== NTP server address
SNTP-SERVER-ADDR 10.10.1.1