You install the NTP client service on each service node in your cloud deployment.
This section assumes that you have already set up the NTP server as explained in How to Set Up the NTP Server.
controller# cp /etc/inet/ntp.client /etc/inet/ntp.conf
For example, if the host name of the NTP server you configured is system1, the configuration file would resemble the following example:
# multicastclient 224.0.1.1 ... server system1.example.com iburst # server server_name2 iburst # server server_name3 iburst
controller# svcadm enable ntp