Operating System - Linux
1832007 Members
3033 Online
110034 Solutions
New Discussion

Syn. the system time from the linux server .

 
SOLVED
Go to solution
peterchu
Super Advisor

Syn. the system time from the linux server .

I have a linux server ( host A ) that setup the NTP for time update on my system , so I want all the server syn. the system time from this server , I also have a unix server ( host B ) , how can I let the unix server ( Host B ) can get the system time from the linux server ( host A )? thx.
3 REPLIES 3
V.Tamilvanan
Honored Contributor
Solution

Re: Syn. the system time from the linux server .

Kiyoshi Miyake
Frequent Advisor

Re: Syn. the system time from the linux server .

Hi,

--- hostA:ntp.conf ---
server 127.127.1.1
---

--- hostB:ntp.conf ---
server hostA
---

Are there any problems?

See also,
http://www.eecis.udel.edu/~mills/ntp/html/drivers/driver1.html
http://www.ntp.org/

Thanks.
Martin P.J. Zinser
Honored Contributor

Re: Syn. the system time from the linux server .

Hello Kiyoshi,

shouldn't this be server 127.127.1.0 for hostA?

I do agree with the rest.

Greetings, Martin

P.S. Hi Peter, it certainly would be nice if you would take some time to rate the 159 outstanding answers you received so far to your questions.