- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- Operating System - Tru64 Unix
- >
- Re: Tru64 4.0F system NTP client won't synch to th...
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
03-20-2006 12:57 PM
03-20-2006 12:57 PM
Tru64 4.0F system NTP client won't synch to the server
But for this Tru64 everytime i wanted to ntpdate to this server, always gave this error:
tru64#>ntpdate -v ntpsvr
21 Mar 09:49:51 ntpdate[28619]: ntpdate version=3.4x
21 Mar 09:49:55 ntpdate[28619]: no server suitable for synchronization found
The ntpserver does not have any authentication and the Tru64 can ping to this server.
Anyone have any idea why it can not synch?
Regards,
Iwan Tamimi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2006 07:16 PM
03-20-2006 07:16 PM
Re: Tru64 4.0F system NTP client won't synch to the server
It is a NTP version issue with Solaris;
Solaris uses an older version of ntpd, we need "xntpd".
We need NTP version 4, which mainly adds better authentication between NTP servers.
But no supported version 4 on solaris, but there is a unsupported version, you can find from http://www.ntp.org/ and (unsupported) binary packages are at http://sunfreeware.com/ mentioned above.
NTP versions details on Solaris are:
Version 3. For Solaris 8, xntp 3-5.93e (that is NTP protocol version 3, xntp software version 5.93e).
For Solaris 2.6 and 7, it was xntp 3-4y. For Solaris 2.5.1, it was xntp 3-2 (multicasting was not supported) and NTP was available only for Sun Enterprise 10000 systems with package SUNWxntp.
To find the NTP version and Solaris patch level for NTP on your system, type the following (you don't need to be root):
strings /usr/lib/inet/xntpd |grep 'xntpd '
what /usr/lib/inet/xntpd
Archunan
Archie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2006 12:21 AM
03-21-2006 12:21 AM
Re: Tru64 4.0F system NTP client won't synch to the server
ntpdate -bv ntpsvr
I had this error and the -b option was the key.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2006 02:34 PM
03-23-2006 02:34 PM
Re: Tru64 4.0F system NTP client won't synch to the server
For the SUN server I don't have the authority to change it. I tried the ntpdate -b ntpsvr also got the same error:
24 Mar 11:26:25 ntpdate[29311]: no server suitable for synchronization found
I tried with other tru65 5.0 F to this ntpsvr, it worked fine. I still don't understand what went wrong.
Regards,
Iwan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2006 07:47 PM
03-23-2006 07:47 PM
Re: Tru64 4.0F system NTP client won't synch to the server
After the admin open it for me the sync run flawlessly.
Thank you anyway,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2006 01:42 AM
03-28-2006 01:42 AM
Re: Tru64 4.0F system NTP client won't synch to the server
Turned out they had a fudge line referencing the local clock which is a default for a linux configuration, but they removed the line that declares the local clock a server.
So make sure if you have any fudge declarations, you also have a corresponding server line.