Setting NTP Server on Solaris 9 part2


1. Create an ntp.conf file:
# vi /etc/inet/ntp.conf //Or you can copy the ntp.client file//
server 10.10.10.1
server 10.10.10.2
driftfile /etc/ntp.drift
multicastclient 224.0.1.1

2. Change the ownership of the file:
# chown root:root /etc/inet/ntp.conf
# chmod 600 /etc/inet/ntp.conf

3. Create the drift file:
# touch /var/ntp/drift
# chown root:root /var/ntp/drift
# chmod 600 /var/ntp/drift

4. Start the NTP daemon:
# /etc/init.d/xntpd start

Popular posts from this blog

Howto configure boot device order on ILOM

SAN Switch Config Command

Howto cstm on HP-UX