- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: network time protocol
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
01-10-2001 11:22 PM
01-10-2001 11:22 PM
I am using NTP to synchronise the time among servers.Will there be any problem synchronising time with hp-ux 11.00(server) to 10.20 client ?
Thanks
Animesh
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2001 11:35 PM
01-10-2001 11:35 PM
SolutionNTP is a protocol. This protocol uses different devices like routers, servers, ... You can synchronize time on all devices which support NTP.
Yes you can synchronize time yours client on HP-UX 10.20 with server on HP-UX 11.00.
Regards,
Matjaz
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2001 11:52 PM
01-10-2001 11:52 PM
Re: network time protocol
As NTP is a widely used protocol, you may use it to synchronize nearly all systems, from different brands and O/S type.
If this wasn't possible, you wouldn't be able to synchronize to an internet stratum 1 or 2 if it wasn't the same equipment as yours.
We use it between HP-UX 10.20, 11.0 , Windows NT, Novell Netware, AIX and SOLARIS.
It works like a charm.
Best regards,
Dan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2001 12:06 PM
01-11-2001 12:06 PM
Re: network time protocol
Connect the SEWRVER to an Atomic Clock Signal from the WEB or an Hardware Device.
Poor man's version:
Buy an ATC clock and place on your desk and verify the time on the server.
Broadcast the time.
Time intervals are platform, class, and mpc code dependant.
DO NOT TURN BACK the time on an ACTIVE DATABASE!
I have one K580 that drifts but, the others are godd for ONCE a day.
Because it works, information is vague from HP.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2001 12:29 PM
01-11-2001 12:29 PM
Re: network time protocol
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2001 06:53 PM
01-11-2001 06:53 PM
Re: network time protocol
Thanks a lot for your inputs.Its working fine with 10.20 client.
Another problem : I am unable start xtpd demon in one client.
#/sbin/init.d/xntpd start
gives mesg in syslog :xntpd[29020]: bind() fd 11, family 2, port 123, addr ca2a25ff, in_classd=0 flags=0 fails: Address already in use.
#ntpq -c rv
ntpq: read: Can't assign requested address
Can any one suggest how to start it now without rebooting the server?
Thanks
Animesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2001 07:56 PM
01-11-2001 07:56 PM
Re: network time protocol
Make sure you don't have 'ntpdate' running. It uses the same port as 'xntpd'. Also make sure 'xntpd' isn't already running, either.
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2001 08:17 PM
01-11-2001 08:17 PM
Re: network time protocol
The ntpdate and xntpd are not running.
When I try to stop it ,gives following mesg.
#/sbin/init.d/xntpd stop
#ERROR: Unable to stop xntpd (cannot find pid)
thanks
Animesh