Introduction to Oracle® Solaris 11.2 Network Services

Exit Print View

Updated: December 2014
 
 

How to Enable the PTP Service to Use the PTP Hardware in a NIC

  1. Become an administrator.

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

  2. Ensure that the PTP service is enabled.
    # svcs -l  svc:/network/ptp:default
  3. Check whether any of the NICs support PTP.
    # dladm show-linkprop -p ptp
  4. Configure the PTP service to use the PTP hardware.
    # svccfg -s svc:/network/ptp:default setprop config/use_hw=true
  5. Restart the PTP service.
    # svcadm restart svc:/network/ptp:default