Oracle EDR InfiniBand Switch and Virtualized I/O Systems Administration Guide

Exit Print View

Updated: November 2016
 
 

Display the NTP Servers (Oracle ILOM CLI)

The switch can be configured to use NTP instead of its internal system clock. When the switch is configured to use NTP and synchronized with your network's NTP servers, use this task to display the NTP servers to which the switch is connected.

  1. Display the IP addresses of the NTP servers.
    -> show /SP/clients/ntp/server/1 address
     /SP/clients/ntp/server/1
     	Properties:
     		address = 123.45.67.89
     
    -> show /SP/clients/ntp/server/2 address
     /SP/clients/ntp/server/2
     	Properties:
     		address = 0.0.0.0
    ->
    

    In the output, the IP address of NTP server 1 is 123.45.67.89. The IP address of 0.0.0.0 for NTP server 2 means the server is not configured.

  2. Display the NTP server status.
    -> show /SP/clock usentpserver
     /SP/clock
     	Properties:
     		usentpserver = enabled
    ->
    

    The value of the usentpserver property determines if the SP synchronizes time with the configured NTP servers. The value is either enabled or disabled.

Related Information