- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Implementing a HP-UX Time Server
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
04-03-2007 05:43 AM
04-03-2007 05:43 AM
I´m looking for some information about to implement a HP-UX 11.0 time server in order to sinchronize all of my HP-UX 11.23 boxes. Also i really want to know what happens when the time server is down. For security reasons it is no possible to connect such server to internet.
Many thanks in advance!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2007 06:08 AM
04-03-2007 06:08 AM
SolutionTo implment.
Get a radio based clock that is compatable with your central HP-UX time server. They have become less expensive. It will get its time from a satellite, avoiding the Internet.
The central box acts as a time server, the rest of the 11.23 boxes connect vi ntp.conf to this system.
I would recommend using a system under support, perhaps 11.11 as the central time server, just in case you have issues and need to talk to the response center. I see no issues though using a system with no OS support as you plan.
When the time server is down the systems that were getting time from the central time server use their system clocks to calculate time going forward during the outage. They don't revert to whatever their system clocks say, they just keep running and gradually being less accurate until the central time server comes back on line.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2007 06:23 AM
04-03-2007 06:23 AM
Re: Implementing a HP-UX Time Server
SEP is right re 11.00. It's worth to use a supported OS version.
In order not to be highly dependent on the time server you can define all other computers as peers. This configuration causes all machines to sychronize with all this commumity and to minimize drift when the server is down.
BTW, the idea with radioclock is good as well.
HTH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2007 06:39 AM
04-03-2007 06:39 AM
Re: Implementing a HP-UX Time Server
Let me study our current possibilities and i'll be back soon. By the way we can bypass the radio based clock? i just want to assure that all my boxes have the same timestamp no matter if it is taken from a time server, radio based clock os something.
The main idea would be use one box and based on it self time/date all others take its timestamp.
I hope not confuse you. Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2007 12:16 PM
04-03-2007 12:16 PM
Re: Implementing a HP-UX Time Server
Note that NTP is very robust. The server can be down for days and once it comes back up, all the clients will slowly resync.
Now if these boxes are connected to a corporate network, then almost all quality routers and firewalls have NTP service available so you can use your internal NTP service rather than patch together your own service.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2007 06:13 PM
04-03-2007 06:13 PM
Re: Implementing a HP-UX Time Server
You can configure this 11.0 server to be a Local Clock Impersonator.
If you are behind a firewall, not connected to the internet, and cannot justify the expense of a radio receiver, you can still have a time server. You can declare your NTP machine as a time server. This machine can serve time within a closed domain. This is the least recommended option. Because the server is isolated, it has no way to synchronize to the real time. Beware, using this option will cause problems if you ever connect outside of your domain.
To set up the local clock impersonator, add the following line to the /etc/ntp.conf file:
server 127.127.1.1 minpoll 3 maxpoll 4
for more info see:
http://www.docs.hp.com/en/B2355-90685/ch07s01.html#chbdhfdd
hope this helps too!
kind regards
yogeeraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2007 05:13 AM
04-04-2007 05:13 AM
Re: Implementing a HP-UX Time Server
Ok guys, let me deploy it and of course if i have any issue... i'll be back.
Please await. Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2007 12:36 PM
04-04-2007 12:36 PM
Re: Implementing a HP-UX Time Server
In the server side which files are needed? and what fields are recomended to edit?
In the client side what files are needed?
All of this assuming that i want to use and isolated server.
Regards!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2007 01:34 PM
04-04-2007 01:34 PM
Re: Implementing a HP-UX Time Server
check out this link.
http://www.ntp.org/
It's the official ntp page, here you should find what you are looking for.
Buena suerte amigo.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2008 05:23 PM
04-03-2008 05:23 PM