Setup NTP on Solaris

Configuring NTP on Solaris is pretty trivial, first create the ntp.conf file in /etc/inet/ntp.conf it should look like the following with your information instead:
#ntp.conf
server ntp1.yourdomain.com
server ntp2.yourdomain.com

driftfile /etc/ntp.drift

Then you need to enable the service:
svcadm enable ntp