- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ntpd time servers
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
03-03-2003 11:43 PM
03-03-2003 11:43 PM
We want s1,s2,s3 to continue serving their
clients but at the same time take their time
from two window 2000 time servers w1,w2.
on s1 /etc/ntp.conf
peer s2 version 3
peer s3 version 3
brodcastclient no
on s1 /etc/rc.config.d/network
export NTPDATE_SERVER='s2 s3'
what changes must be done to these files ??
may be to additiona files ??
thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2003 12:07 AM
03-04-2003 12:07 AM
Re: ntpd time servers
you should also add "ntpdate w1" on their crontab's
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2003 05:28 AM
03-04-2003 05:28 AM
Solutionserver w1 version 3 prefer
server w2 version 3
But have 2 prefer w1, and have the other prefer w2.
That's what we do here. (Except not to a windows machine. We bought a couple GPS time clocks...)
Hope it helps
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2003 06:40 AM
03-04-2003 06:40 AM
Re: ntpd time servers
servers should point to one server as prefer, and the others as just servers
clients can also specify a preferred server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2003 01:11 PM
03-04-2003 01:11 PM
Re: ntpd time servers
server w1
server w1
peer s2
peer s3
driftfile /etc/ntp.conf/drift
/etc/rc.config.d/network
export NTPDATE_SERVER="w1 w2"
XNTPD=1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2003 11:55 PM
03-04-2003 11:55 PM
Re: ntpd time servers
John Payne solution suits me