Skip Navigation Links | |
Exit Print View | |
Introduction to Oracle Solaris 11 Network Services Oracle Solaris 11.1 Information Library |
Clock Synchronization (Overview)
Managing Network Time Protocol (Tasks)
How to Display the SMF Properties Associated With the NTP Service
Using Other Time-Related Commands (Tasks)
How to Synchronize Date and Time From Another System
The following procedures show how to set up and use the NTP service.
For more information, see How to Use Your Assigned Administrative Rights in Oracle Solaris 11.1 Administration: Security Services.
To ensure proper execution of the ntpd daemon, the ntp.conf file must first be created. The ntp.client file can be used as a template.
# cd /etc/inet # cp ntp.client ntp.conf
If needed, add more information to the ntp.conf file.
Make site specific changes to this file as needed.
# svcadm enable ntp
For more information, see How to Use Your Assigned Administrative Rights in Oracle Solaris 11.1 Administration: Security Services.
To activate the ntpd daemon, the ntp.conf file must first be created.
# cd /etc/inet # cp ntp.client ntp.conf
Make site specific changes to this file as needed.
# svcadm enable ntp
For more information, see How to Use Your Assigned Administrative Rights in Oracle Solaris 11.1 Administration: Security Services.
# svccfg -s svc:/network/ntp:default setprop config/verbose_logging = true
See the svccfg(1M) man page for more information.
# svcadm refresh svc:/network/ntp:default # svcadm restart svc:/network/ntp:default
# svcprop -p config/verbose_logging svc:/network/ntp:default true
To list all of the properties associated with the NTP service, type:
# svcprop svc:/network/ntp:default
To list all of the properties in the config property group, type:
# svcprop -p config svc:/network/ntp:default