- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Time Sync
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
10-19-2000 03:55 AM
10-19-2000 03:55 AM
Time Sync
How I can do time synchronization in my local network. I want to use Server K220 clock and my system is HP-UX 10.20
Thank's
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2000 03:57 AM
10-19-2000 03:57 AM
Re: Time Sync
this can be done best with xntp.
There are several threads for this feature.
Do a SEARCH (upper left button) with search criteria 'ntp'
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2000 03:58 AM
10-19-2000 03:58 AM
Re: Time Sync
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2000 04:04 AM
10-19-2000 04:04 AM
Re: Time Sync
i've searched the forums and think this is a good thread for you:
http://my1.itrc.hp.com/cm/QuestionAnswer/1,1150,0x65ed6c96588ad4118fef0090279cd0f9,00.html
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2000 04:21 AM
10-19-2000 04:21 AM
Re: Time Sync
The mechanism which NTP uses to keep systems clocks in syncronization is the following :
From my point of view it's better for you if you keep two NTP peer servers ( if one of these fails there is the other one for the syncronization) 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)
You could also do like this:
activate the xntpd daemon on one Server (let's say server1) and in the other ones you have to add a cron entry like this:
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2000 05:21 AM
10-19-2000 05:21 AM
Re: Time Sync
I tried numerous 3rd party products and this one is the easiest to use. Simply changed the servers to query the HP server. Very easy to use.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2000 01:54 PM
10-20-2000 01:54 PM
Re: Time Sync
This contained a very accurate clock and a GPS antenna. Once this is setup there is little if any administration and you don't have to pass a firewall to sync. The entire solution is under 5K. I haven't heard back from the customer so if anyone has had experience with product I'd like to know.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2000 05:32 AM
10-21-2000 05:32 AM
Re: Time Sync
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2000 06:28 AM
10-21-2000 06:28 AM
Re: Time Sync
* /etc/ntp.conf file in my "local time server" contains the following:
server tick.usno.navy.mil version 3 prefer
server tock.usno.navy.mil version 3
server india.colorado.edu version 3
broadcastclient no
authenticate no
server ben.cs.wisc.edu version 3
server bigben.cac.washington.edu version 3
* /etc/ntp.conf in the other servers contains:
server XXXXXX version 3 prefer
where "XXXXXX" is the name or IP address of your local time server.