Sun Microsystems, Inc.  Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition
   Home | Current Systems | Former STK Products | EOL Systems | Components | General Info | Search | Feedback

Asset ID: 1-71-2100232.1
Update Date:2016-08-29
Keywords:

Solution Type  Technical Instruction Sure

Solution  2100232.1 :   Diameter Signaling Router (DSR), /var/log/messages full of Ntpd_intres[xxxxx]: Host Name Not Found: Ntppeer Errors  


Related Items
  • Oracle Communications Diameter Signaling Router (DSR)
  •  
Related Categories
  • PLA-Support>Sun Systems>CommsGBU>Global Signaling Solutions>SN-SND: Tekelec DSR
  •  




In this Document
Goal
Solution


Created from <SR 3-11861864511>

Applies to:

Oracle Communications Diameter Signaling Router (DSR) - Version DSR 5.1 and later
Information in this document applies to any platform.

Goal

Stop the below logs from being repeated in /var/log/messages:

ntpd_intres[xxxxx]: host name not found: ntppeerA
ntpd_intres[xxxxx]: host name not found: ntppeerB

Solution

There are couple solutions to this one:

  1. Add an entry in /etc/hosts for the hosts “ntppeerA” and “ntppeerB”, as in
    x.x.x.x ntppeerA
    x.x.x.y ntppeerB
  2. Modify the entries in /etc/ntp.conf to either IP addresses, or names that do resolve with DNS
    For example, in /etc/ntp.conf
    peer ntppeerA iburst
    peer ntppeerB iburst
    can be changed to something like:
    peer 10.1.9.2 iburst
    peer my.ntpserver.com iburst
    (just use valid IP addresses and/or DNS names for the NTP servers being used)
  3. Have the customer add CNAMES to their DNS servers for “ntppeerA” and “ntppeerB”

 


Attachments
This solution has no attachment
  Copyright © 2018 Oracle, Inc.  All rights reserved.
 Feedback