Go to main content

Enhancing System Performance Using Clock Synchronization and Web Caching in Oracle Solaris 11.3

Exit Print View

Updated: October 2017
 
 

How to Enable NTP Logging

  1. Become an administrator.

    For more information, see Using Your Assigned Administrative Rights in Securing Users and Processes in Oracle Solaris 11.3.

  2. Enable logging.
    # svccfg -s svc:/network/ntp:default setprop config/verbose_logging = true

    See the svccfg(1M) man page for more information.

  3. Update the SMF repository and restart the service.
    # svcadm refresh svc:/network/ntp:default
    # svcadm restart svc:/network/ntp:default 
  4. Verify that logging has been enabled.
    # svcprop -p config/verbose_logging svc:/network/ntp:default
    true