- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Sync'ing Two servers system clocks?
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
07-05-2001 12:49 PM
07-05-2001 12:49 PM
Please advise
Chris
chrisam@rocketmail.com
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2001 01:03 PM
07-05-2001 01:03 PM
Re: Sync'ing Two servers system clocks?
You can search the forums for ntp and find
lots of good information.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2001 01:03 PM
07-05-2001 01:03 PM
Re: Sync'ing Two servers system clocks?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2001 01:23 PM
07-05-2001 01:23 PM
Re: Sync'ing Two servers system clocks?
You can use SAM to set these up, els as above, use the man pages.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2001 01:39 PM
07-05-2001 01:39 PM
SolutionYou can use NTP. It's part of HP-UX.
There's a good guide to setting up NTP in "Installing and Administering Internet Services" here:
http://docs.hp.com/hpux/onlinedocs/B2355-90685/B2355-90685.html
For a list of available time sources, see:
http://www.eecis.udel.edu/~mills/ntp/clock1.htm
If you wish to merely synchronize locally take a look at Knowledge Base document #A5864817. You can use one of your servers as a "master" clock for the remaining ones without going outside of your local network.
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2001 11:33 PM
07-08-2001 11:33 PM
Re: Sync'ing Two servers system clocks?
#vi /etc/ntp.conf
server 127.127.1.1
fudge 127.127.1.1 stratum 10
#ci /etc/rc.config.d/netdaemons
NTPDATE_SERVER=
XNTPD=1
XNTPD_ARGS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2001 11:35 PM
07-08-2001 11:35 PM
Re: Sync'ing Two servers system clocks?
#vi /etc/ntp.conf
server 127.127.1.1
fudge 127.127.1.1 stratum 10
#ci /etc/rc.config.d/netdaemons
NTPDATE_SERVER=
XNTPD=1
XNTPD_ARGS
#/sbin/init.d/xntpd start
2.client
#vi /etc/ntp.conf
server 128.1.1.1
driftfile /etc/ntp.drift
#vi /etc/rc.config.d/netdaemons
NTPDATE_SERVER=128.1.1.1
XNTPD=1
XNTPD_ARGS=
#/sbin/init.d/xntpd start