Oracle Database Appliance (ODA) (MOSC)

MOSC Banner

Change NTP server

edited Dec 21, 2013 7:34AM in Oracle Database Appliance (ODA) (MOSC) 2 commentsAnswered
Hi

We will shut down our internal NTP server and replace it with two others (I know its recommended to have more).

Is this the way to do it?
Update /etc/ntp.conf

from
server   <old ip.adr> prefer

to
server   <new ip.adr #1>  prefer
server   <new ip.adr #2> 

And after that restart the ntpd service:
/sbin/service ntpd stop
/sbin/service ntpd start

And can this be done in a production system without any risk?

Thanks from a Linux neewbie :-)

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center