Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
*sapconf* now detects the NTP configuration properly
Previously, the *sapconf* utility did not check whether the host system was configured to use the Network Time Protocol (NTP). As a consequence, even when NTP was configured, *sapconf* displayed the following error:
3: NTP Service should be configured and started
With this update, *sapconf* properly checks for the NTP configuration, and the described problem no longer occurs.
DescriptionRanjith Rajaram
2015-06-05 07:38:51 UTC
Description of problem:
sapconf only check whether chronyd is running or not. It does not check whether the host system is configured to use ntp.
[root@test ~]# ntpstat
synchronised to NTP server (X.X.X.X) at stratum 2
time correct to within 8108 ms
polling server every 64 s
[root@test ~]# service ntpd status
Redirecting to /bin/systemctl status ntpd.service
ntpd.service - Network Time Service
Loaded: loaded (/usr/lib/systemd/system/ntpd.service; disabled)
Active: active (running) since Fri 2015-06-05 13:04:09 IST; 52s ago
Process: 20921 ExecStart=/usr/sbin/ntpd -u ntp:ntp $OPTIONS (code=exited, status=0/SUCCESS)
Main PID: 20922 (ntpd)
CGroup: /system.slice/ntpd.service
└─20922 /usr/sbin/ntpd -u ntp:ntp -g
Whenever I run sapconf script, sapconf throws the following message
"3: NTP Service should be configured and started"
Version-Release number of selected component (if applicable):
How reproducible:
sapconf-0.98-6.el7.noarch
Steps to Reproduce:
1. Configure NTP using ntp.conf/ntp package
2. run sapconf script
3.
Actual results:
Sapconf prints the message that NTP is not running
Expected results:
sapconf should also honor ntp configuration made via the ntp package
Additional info:
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.
For information on the advisory, and where to find the updated
files, follow the link below.
If the solution does not work for you, open a new bug report.
https://rhn.redhat.com/errata/RHBA-2016-2273.html
Description of problem: sapconf only check whether chronyd is running or not. It does not check whether the host system is configured to use ntp. [root@test ~]# ntpstat synchronised to NTP server (X.X.X.X) at stratum 2 time correct to within 8108 ms polling server every 64 s [root@test ~]# service ntpd status Redirecting to /bin/systemctl status ntpd.service ntpd.service - Network Time Service Loaded: loaded (/usr/lib/systemd/system/ntpd.service; disabled) Active: active (running) since Fri 2015-06-05 13:04:09 IST; 52s ago Process: 20921 ExecStart=/usr/sbin/ntpd -u ntp:ntp $OPTIONS (code=exited, status=0/SUCCESS) Main PID: 20922 (ntpd) CGroup: /system.slice/ntpd.service └─20922 /usr/sbin/ntpd -u ntp:ntp -g Whenever I run sapconf script, sapconf throws the following message "3: NTP Service should be configured and started" Version-Release number of selected component (if applicable): How reproducible: sapconf-0.98-6.el7.noarch Steps to Reproduce: 1. Configure NTP using ntp.conf/ntp package 2. run sapconf script 3. Actual results: Sapconf prints the message that NTP is not running Expected results: sapconf should also honor ntp configuration made via the ntp package Additional info: