20100106 ntpd on solaris 10 - plembo/onemoretech GitHub Wiki

title: Ntpd on Solaris 10 link: https://onemoretech.wordpress.com/2010/01/06/ntpd-on-solaris-10/ author: lembobro description: post_id: 202 created: 2010/01/06 20:23:21 created_gmt: 2010/01/06 20:23:21 comment_status: open post_name: ntpd-on-solaris-10 status: publish post_type: post

Ntpd on Solaris 10

This is easy.

Here are the steps (all done as root):

1. Copy /etc/inet/ntp.server to /etc/inet/ntp.conf, and then edit ntp.conf to comment out the “server” and “fudge” lines. Add a line to the bottom of the file,

server _timeservername_

Like,

server tick.usno.navy.mil

2. Create a drift file,

touch /var/ntp/ntp.drift

3. Initialize the ntpd service,

svcadm enable svc:/network/ntp

Copyright 2004-2019 Phil Lembo