- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- XNTP : process dies and sync by stepping but need ...
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
Forums
Discussions
Discussions
Discussions
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
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
11-13-2002 05:46 AM
11-13-2002 05:46 AM
XNTP : process dies and sync by stepping but need by slewing
1) first, after sync with server, he dies : is it normaly and how to maintain it living ?
2) second, the sync is made with a jump (settimeofday), rather by slewing (adjust). How can the client sync slowly ?
i read Allan's question and related documents,
(http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x89126049dbb6d611abdb0090277a778c,00.html)
but did not find any help.
Thank's in advance.
Olivier.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2002 05:51 AM
11-13-2002 05:51 AM
Re: XNTP : process dies and sync by stepping but need by slewing
what ntp patch do you have on your system.
The latest patch is PHNE_24510.
From patch text:
Description: xntpd -x does step instead of slew.
C.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2002 06:09 AM
11-13-2002 06:09 AM
Re: XNTP : process dies and sync by stepping but need by slewing
You need to ensure you havet he latest xntp patch installed, and ensure the time difference between the nodes is less than 30 seconds.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2002 07:20 AM
11-13-2002 07:20 AM
Re: XNTP : process dies and sync by stepping but need by slewing
Try the newest ntp patch first. Check the documentation at http://www.ntp.org.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2002 12:43 AM
11-14-2002 12:43 AM
Re: XNTP : process dies and sync by stepping but need by slewing
I trie the following :
1) I install the latest patch (PHNE_24510)
2) i setup the client date with less than 20 secondes.
And i retry and view that xntpd do nothing, no update with step nor slew, and dies few minutes later.
There is no error in syslog.log and syslog.conf contains *.info /var/adm/syslog/syslog.log
The /etc/ntp.conf file just contains 1 line :
server x.y.z.t
I also try to ntpdate the client, so the difference of time between client and server is 0, but the xntpd client also dies after a few minutes.
Here is the ntpq results :
remote refid st t when poll reach delay offset disp
==============================================================================
x.y.z.t LOCAL(1) 4 u 17 64 17 0.87 45.806 1880.13
I verify that boxes have the same timezone, ie the same time in UTC.
What can i do now ?
Thank's in advance.
Olivier.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2002 07:19 AM
11-14-2002 07:19 AM
Re: XNTP : process dies and sync by stepping but need by slewing
First, client HP9000 needs to be shutdown for realy use the new ntp.conf (!!??).
Second, xntpd needs option '-x' to work in 'slew' mode, rather than in 'step' mode.
Thank's for your help !!
Olivier.