System information

65 of 114Release 7.0VNX™ System Operations
13. Start or restart the NTP daemon by typing:
# /sbin/service ntpd start
Output:
ntpd: Synchronizing with time server: [ OK ]
Starting ntpd: [ OK ]
# /sbin/service ntpd restart
Output:
Shutting down ntpd: [ OK ]
ntpd: Synchronizing with time server: [ OK ]
Starting ntpd: [ OK ]
Note: If the response for synchronizing with the time server is positive, the NTP client
was able to communicate with the NTP server.
14. Check the status of the NTP daemon by typing:
# ps -ef |grep ntp
Output:
ntp 25048 1 0 13:09 ? 00:00:00 ntpd -u ntp:ntp -p
/var/run/ntpd.pid
15. Display information about the ntpd status by typing:
# /sbin/service ntpd status
Output:
ntpd (pid 25048) is running...
16. Display the list and status of the peers for the NTP server by typing:
# /usr/sbin/ntpq -p
Output:
remote refid st t when poll reach delay offset jitter
=================================================================
10.246.18.40 192.1.4.236 2 u 91 256 1 0.809 0.492 0.001
Step Action