- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Time Sycronization
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
09-20-2000 02:06 AM
09-20-2000 02:06 AM
Time Sycronization
I have 7 HP-UX servers and I would like to syncronize the time between them to be the same.
Help on it will be appreciated.
Thanks
Augusto
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2000 02:12 AM
09-20-2000 02:12 AM
Re: Time Sycronization
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2000 02:31 AM
09-20-2000 02:31 AM
Re: Time Sycronization
The mechanism which NTP uses to keep systems clocks in syncronization is the following :
You could have two NTP peer servers ( between the seven you have) with internal system clock as time source and all the other machines as NTP client . This configuration can be done easily with SAM ( Time -> NTP Network time Sources ) or configuring the files /etc/ntp.conf and /etc/rc.config.d/netdaemons as explained in the man xntpd. After this configuration start the Daemon xntpd ( manually doing /sbin/init.d/xntpd start or with SAM -> Start NTP on action)
I hope this helps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2000 02:33 AM
09-20-2000 02:33 AM
Re: Time Sycronization
http://my1.itrc.hp.com/cm/QuestionAnswer/1,1150,0xe95f7e990647d4118fee0090279cd0f9,00.html
http://my1.itrc.hp.com/cm/QuestionAnswer/1,1150,0x84a30559ff7cd4118fef0090279cd0f9,00.html
http://my1.itrc.hp.com/cm/QuestionAnswer/1,1150,0x9bc0119c3420d411b66300108302854d,00.html
You can also do a man on xntpd and ntpdate.
Essentially what you have to do is to set up one of the servers as a timeserver
then set up cron entries on each of the other boxes to run ntpdate -s timeserver at (say ) every 8 hours
if you are directly connected to the internet you can sync to an ntp server from your timeserver
also see...
http://www.eecis.udel.edu/~ntp/ntpfaq
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2000 03:48 AM
09-20-2000 03:48 AM
Re: Time Sycronization
0 8,16,0 * * * /usr/sbin/ntpdate -s server1
This way it works fine but from my point of view it's better having two peer servers (As explained in the previous mail) in a such way that if one of the ntp client lose connection to one of the ntp servers it's the other one to give the sync.
Federico