Setting up NTP Client on Solaris 10

1. vi /etc/inet/ntp.conf

#Created by bankster: 2009-05-07
#follow the last modified by Mr.Kitti :2008-06-17

#
# To start/stop/restart process :
#    # svcadm disable ntp
#    # svcadm enable ntp
#    # svcadm restart ntp

driftfile /etc/inet/ntp.drift

logfile /var/log/xntpd.log

server  clock.thaicert.org
server  time1.nimt.or.th
server  time2.nimt.or.th
server  time3.nimt.or.th

# end of /etc/inet/ntp.conf

2.
# touch /etc/inet/ntp.drift
# touch /var/log/xntpd.log

3. svcadm enable ntp

Tags: , , ,

This entry was posted on Thursday, May 7th, 2009 at 1:21 pm and is filed under sysadmin. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

One Response to “Setting up NTP Client on Solaris 10”

  1. Karon Hyon Says:

    This is a great post.

Leave a Reply