![]() | Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition | ||
|
|
![]() |
||||||||||||||||||||
Solution Type Problem Resolution Sure Solution 2368350.1 : ntpd: unrecognized service
In this Document
Created from <SR 3-16764757735> Applies to:Sun Network QDR InfiniBand Gateway Switch - Version All Versions to All Versions [Release All Releases]Sun Datacenter InfiniBand Switch 36 - Version All Versions to All Versions [Release All Releases] Information in this document applies to any platform. Check for NTP Service fails with ntpd: unrecognized service for Infiniband Switch FW Version 2.2.x SymptomsCheck for NTP Service fails with ntpd: unrecognized service for Infiniband Switch FW Version 2.2.x ChangesInfiniBand Switch with NTP Enabled has been upgraded from FW Version 2.1.x to 2.2.x CauseThe ntp service is handled by ILOM both in older firmware and newer firmware .i.e From all the way since ILOM was introduced in firmware 1.1.2 up until the most recent firmware. The difference between firmware 2.1.x and older firmware 2.2.x is how the service is implemented. For firmware 2.1.x and older the underlying OS was CentOS and ILOM then used the OS service for ntp, which is not the way in general ILOM is handling such services. In firmware 2.2.x, which is using Oracle Linux as underlying OS, ILOM is handling ntp on its own in the way ILOM on other product is handling that service, and hence seen from the OS you will see differences.
For the IB Switch with Firmware Version 2.1.x
---------------------------------------------- [root@ibswitch2_1_x ~]# ps -ef | grep ntp [root@ibswitch2_1_x ~]# version [root@ibswitch2_1_x ~]# service ntpd status [root@ibswitch2_1_x ~]# ps -ef | grep ntp For the IB Switch with Firmware Version 2.2.x [root@ibswitch2_2_x]# version [root@ibswitch2_2_x]# service ntpd status [root@ibswitch2_2_x]# ps -ef | grep ntp [root@ibswitch2_2_x]# chkconfig --list No Service is listed! [root@ibswitch2_2_x]# chkconfig ntpd on
Solution1. Verify if the ntp daemon is up and running (logged in as root): # ps -ef | grep "/usr/sbin/ntpd" | grep -v "grep" | wc -l Command should return "1" if ntp service is up and running in firmware 2.2.x
/etc/init.d/ntp-server stop Allowed Command Usage/Syntax: Usage: /etc/init.d/ntp-server {start|stop|reload|restart|force-reload} CAUTION:
For the ntp config, both in firmware 2.1.x and firmware 2.2.x /etc/ntp.conf is a file that should not manually be touched. This file is a soft link to /config/conf/ntp.conf, which is a file on our config partition which is stored during upgrade. If this file has been manually edited causing the soft link to be destroyed that could have impacted an upgrade, but if using the officially supported interfaces for ntp configuration, i.e. the firmware image are correct with the soft link in place, then ntp config will be preserved for upgrade to firmware 2.2.x
References<BUG:25715109> - BIGBH IBSWITCH UPGRADE TO 12.2.1.1.0 MISSED NTP SERVICE<BUG:27550113> - PQA:OVS344:CHKCONFIG NTPD ON NM2-GW SWITCHES SHOWS ERROR <BUG:27013224> - CHECK FOR NTP SERVICE ALWAYS FAILS FOR IB 2.2.X SWITCHES Attachments This solution has no attachment |
||||||||||||||||||||
|