Techno Chat|Tech Blog!! Chat with style.. :P

5May/100

Sync TIME in Solaris 10 Server with Local Windows(Active Directory) NTP Server

Posted by Saugata

There are certain steps to configure NTP on Solaris, and it's really easy and simple. Just follow the following steps

For Starting NTP on Solaris:

  • Logon to the server using root.
  • Now go to /etc/inet/
  • Rename ntp.client to ntp.conf
  • Now edit ntp.conf and replace multicastclient 224.0.1.1 with server ip-of-your-winntp-server
1
2
3
4
5
6
7
8
9
10
11
# ident "@(#)ntp.client 1.3 00/07/17 SMI"
#
# /etc/inet/ntp.client
#
# An example file that could be copied over to /etc/inet/ntp.conf; it
# provides a configuration for a host that passively waits for a server
# to provide NTP packets on the ntp multicast net.
#
 
server ip-of-your-winntp-server
#multicastclient 224.0.1.1

201 views
1 Star2 Stars3 Stars4 Stars5 Stars (2 votes, average: 5.00 out of 5)
Loading ... Loading ...