NTP Configuration

HiI want to configure NTP in my solaris machine ( Solaris 9 9/05 s9s_u8wos_05 SPARC)if possible give me some links,books or steps to configure itThanks in Advance
[197 byte] By [bsnl-nib] at [2007-11-26 10:14:10]
# 1

Hi,

Please try http://docs.sun.com/app/docs/doc/819-0420/6n2rlnnaf?l=zh_TW&a=view

It looks like just edit the /etc/inet/ntp.conf then the NTP is work!

/etc/inet/ntp.conf Example:

--

server <NTP server1> --That you can search in the internet.

server <NTP server2> --That you can search in the internet.

server <NTP server3> --That you can search in the internet.

broadcast 224.0.1.1 ttl 4

enable auth monitor

driftfile /var/ntp/ntp.drift

statsdir /var/ntp/ntpstats/

filegen peerstats file peerstats type day enable

filegen loopstats file loopstats type day enable

filegen clockstats file clockstats type day enable

--

Hope that helpful.

davistai@gmailcom at 2007-7-7 2:04:46 > top of Java-index,General,Sys Admin Best Practices...
# 2
Thanks Davistai
bsnlnib at 2007-7-7 2:04:46 > top of Java-index,General,Sys Admin Best Practices...