1. Copy file /etc/inet/ntp.client ke /etc/inet/ntp.conf
cp /etc/inet/ntp.client /etc/inet/ntp.conf
2. Isikan file ntp.conf sesuai di bawah ini
# drift file solaris
driftfile /etc/inet/ntp.drift
# log file untuk ntp
logfile /var/log/xntpd.log
# tentukan ntp server ke ip atau hostnya
server 192.xxx.xxx.xxx
3. Inisialisasi file dengan command :
touch /etc/inet/ntp.drift
touch /var/log/xntpd.log
4. Jalankan service ntp
svcadm enable ntp
Komentar
Posting Komentar