- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: Regarding unreachable status at ntpq -p output...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-12-2006 11:45 PM
тАО12-12-2006 11:45 PM
Regarding unreachable status at ntpq -p output.
I would like to know regarding ntpq -p output.
[ENVIRONMENT]
RHEL ES4 up3 (x86) , DL380G4
[SITUATION]
The "ntpq -p" output is following at customer site:
# ntpq -p
remote refid st t when poll reach delay offset jitter
==============================================================================
*LOCAL(0) LOCAL(0) 10 l 61 64 377 0.000 0.000 0.002
ntp00 .TJJY. 1 u 56 64 377 2.943 424230. 203492.
dns 10.156.1.40 2 u 52 64 377 1.330 425813. 205701.
At line 2 and 3, it seems be discarded NTP packet because any mark is not set at left column.
The NTP server seems be so far , and unreachable.
[QUESTION]
- Is there any threshold value when NTP server unreachable ?
Is it hop count of router ?
If so, is it due to TTL ?
Please let me know the unreachable mechanism.
Thank you for advice.
Best Regards.
/Minoru.Asano
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-13-2006 12:16 AM
тАО12-13-2006 12:16 AM
Re: Regarding unreachable status at ntpq -p output.
Try the following:
Stop the ntp service:
service ntpd stop
Resync your server time:
ntpdate -b ntp.server.host
Start the ntp service
service ntpd start
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-13-2006 07:44 PM
тАО12-13-2006 07:44 PM
Re: Regarding unreachable status at ntpq -p output.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-20-2006 04:29 PM
тАО12-20-2006 04:29 PM
Re: Regarding unreachable status at ntpq -p output.
Can I ask a question again ?
If the system synchronize with NTP server, how long the polling time ?
For example, if it take 5 seconds, the system abandon to synchronize with NTP server, so on.
[QUESTION]
- I would like to know the threshold to abandon for NTP sync.
[ADDITIONAL INFORMATION]
- The ping command is reachable with no lost packet, but NTP sync does not occur because
"reach" field is "0" if we confirm it using "ntpq -p command".
And I ask the customer to confirm whether NTP server restrict the NTP access.
Thank you for advice.
Best Regards.
/Minoru.Asano
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-20-2006 07:53 PM
тАО12-20-2006 07:53 PM
Re: Regarding unreachable status at ntpq -p output.
The default delay is 5000 miliseconds but can be overridden if you run ntpq in interactive mode. Another useful switch is "-d".
NTP is a notoriously fussy program and will fail for the strangest of reasons. Try running "ntpdate" to the server to see if it responds and also try creating an almost empty "ntpd.conf" will that has just the exact parameters you have set.