How to Update NTP After Changing a Private Hostname

  1. Assume the root role on a cluster node.
  2. On each node of the cluster, update the /etc/inet/ntp.conf.sc file with the changed private host name.
  3. On each node, determine the state of the NTP service.
    phys-schost# svcs svc:/network/ntp:default
  4. Start the NTP daemon on each node.
    • If the NTP service is disabled, enable the service.

      phys-schost# svcadm enable svc:/network/ntp:default
    • If the NTP service is online, restart the service.

      phys-schost# svcadm restart svc:/network/ntp:default

Next Steps

Determine from the following list the next task to perform that applies to your cluster configuration. If you need to perform more than one task from this list, go to the first of those tasks in this list.