Operating System - HP-UX
1837800 Members
9706 Online
110120 Solutions
New Discussion

how do you migrate xnptd servers?

 
frederick hannah
Super Advisor

how do you migrate xnptd servers?

my current xntpd server will be decommissioned. How do I setup another server to my "time machine"? All servers have 11.11 operating systems
5 REPLIES 5
Pete Randall
Outstanding Contributor

Re: how do you migrate xnptd servers?

Probably the easiest way is to use SAM:

sam > Time > NTP Broadcasting


Pete

Pete
Pedro Cirne
Esteemed Contributor

Re: how do you migrate xnptd servers?

Hi,

Edit the file /etc/ntp.con, look for your old IP/Server and replace it, then restart xntd.

Pedro
frederick hannah
Super Advisor

Re: how do you migrate xnptd servers?

SAM does look simple. This is the way to assign another server as a time server? The original machine is being moth-balled soon.
James R. Ferguson
Acclaimed Contributor

Re: how do you migrate xnptd servers?

Hi:

Ideally you should have at least three external time sources. These are readily available:

http://www.pool.ntp.org/

As noted, time sources are specified in '/etc/ntp.conf'. Stop the xntpd daemon; edit the file; and restart the daemon. Stopping and starting is done with:

# /sbin/init.d/xntpd stop
# /sbin/init.d/xntpd start

Regards!

...JRF...
frederick hannah
Super Advisor

Re: how do you migrate xnptd servers?

Great answers and quick, too. Thanks a mega, guys.