- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Can 11i (workstation) use a Win2k as a NTP ser...
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
02-12-2003 11:31 AM
02-12-2003 11:31 AM
Can 11i (workstation) use a Win2k as a NTP server?
Can I use a Win2k as a time sever?
I have used the search utility to no avail.
I have setup the /etc/ntp.conf to include the Win2k ip address.
ntpdate returns with:
ntpdate[6091]: no server suitable for synchronization found
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2003 11:34 AM
02-12-2003 11:34 AM
Re: Can 11i (workstation) use a Win2k as a NTP server?
In your case, you need to supply the server on the ntpdate command line. See man ntpdate.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2003 11:35 AM
02-12-2003 11:35 AM
Re: Can 11i (workstation) use a Win2k as a NTP server?
Sure....BUT the Win 2k box MUST have NTP server SW installed & that service up, running & broadcasting or responding to client requests.
I'd highly recommend that the Win box sync out to an external source for it's time as Win boxes are notorious for their ability to drift time quickly.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2003 11:42 AM
02-12-2003 11:42 AM
Re: Can 11i (workstation) use a Win2k as a NTP server?
1. Edit /etc/ntp.conf (as you have) to include
server
2. run ntpdate (make sure xntpd is not running)
3. start xntpd
and edit /etc/rc.config.d/netdaemons and set the following lines;
export NTPDATE_SERVER= ip of time server
export XNTPD=1
/sbin/init.d/xntpd start
4. run ntpq -p to make sure it works
have your NT server get time externally from time.nist.gov
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2003 11:42 AM
02-12-2003 11:42 AM
Re: Can 11i (workstation) use a Win2k as a NTP server?
i know.... the humour
which software do i need for the win2k
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2003 11:43 AM
02-12-2003 11:43 AM
Re: Can 11i (workstation) use a Win2k as a NTP server?
also ntpdate returns with:
ntpdate[6091]: no server suitable for synchronization found
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2003 11:49 AM
02-12-2003 11:49 AM
Re: Can 11i (workstation) use a Win2k as a NTP server?
12 Feb 14:10:15 ntpdate[29694]: adjust time server 130.1.0.251 offset 0.239177 sec
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2003 11:51 AM
02-12-2003 11:51 AM
Re: Can 11i (workstation) use a Win2k as a NTP server?
that's why i need to use the win2k as the ntp server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2003 11:54 AM
02-12-2003 11:54 AM
Re: Can 11i (workstation) use a Win2k as a NTP server?
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2003 11:54 AM
02-12-2003 11:54 AM
Re: Can 11i (workstation) use a Win2k as a NTP server?
try to kill ntp and then restart it.
ps -ef | grep -i ntp
kill it's PID
also, add "version 3 prefer"
in your ntp.conf file after the server entry.
do you have W2k sync'ing time and broadcasting it?
Make sure xntpd is not running when you run ntpdate.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2003 11:54 AM
02-12-2003 11:54 AM
Re: Can 11i (workstation) use a Win2k as a NTP server?
Here's a couple of candidates:
http://www.ntp-time-server.com/ntp-server/ntp-server.htm
http://www.nextag.com/serv/main/buyer/outpdir.jsp?doSearch=y&search=ntp+software
Search google with "Windows NTP server software" for more.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2003 11:59 AM
02-12-2003 11:59 AM
Re: Can 11i (workstation) use a Win2k as a NTP server?
ntpdate 168.141.170.70
& no, the xntp daemon is not running when I issue the above
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2003 12:06 PM
02-12-2003 12:06 PM
Re: Can 11i (workstation) use a Win2k as a NTP server?
look at this link. You will need an SNTP service running on your W2K box if you Unix system doesn't have access to outside resources.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2003 12:08 PM
02-12-2003 12:08 PM
Re: Can 11i (workstation) use a Win2k as a NTP server?
All our HP servers have their NTP served from a Windows box. Our Windows guys wanted to do NTP and of course it doesn't come with Windows, so they got some software and installed it on a Windows box to be an NTP server to the rest of the Windows boxes. Since they were doing that we just configured our HP boxes to pick the NTP for free.
Our guys are using Domain Time II. They said they got it from greyware.com.
It may sound backwards but it works for us. Besides, if the time gets wrong we can blame it on our Windows people! ;)
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2003 12:10 PM
02-12-2003 12:10 PM
Re: Can 11i (workstation) use a Win2k as a NTP server?
also, just to confirm, your unix system has access to a W2K server that can go outside, but the unix server can't? Is this something your firewall is blocking? Cuz in a sense, if unix can talk to an NT server, and the NT server can get outside, why not the unix server as well. then you could just sync with time.nist.gov and everything should work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2003 01:14 PM
02-12-2003 01:14 PM
Re: Can 11i (workstation) use a Win2k as a NTP server?
remote refid st t when poll reach delay offset disp
==============================================================================
pluto 0.0.0.0 16 - - 64 0 0.00 0.000 16000.0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2003 07:47 AM
02-13-2003 07:47 AM
Re: Can 11i (workstation) use a Win2k as a NTP server?
There's a simple tool called Tardis 2000, which would run on your Win2k box. Tardis can broadcast NTP time information, as well as sync your Win2k box to an appropriate source. Use it if there are no NTP time broadcasts on your LAN.
Set it to broadcast NTP on your LAN, otherwise it will broadcast to the universe. Since it is an application, you want Win2k to load it on startup.
Change your NTP configuration on your HPUX box to accept NTP broadcasts, and you should be ticking away in no time.
Lastly, talk with your network admin. Make sure he/she doesn't have a cow because you brought up an NTP server in broadcast mode. They may have a different solution for you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2003 07:58 AM
02-13-2003 07:58 AM
Re: Can 11i (workstation) use a Win2k as a NTP server?
Tardis now has a Service version!
http://www.kaska.demon.co.uk
It's $20 US for the shareware license.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2003 02:48 AM
02-14-2003 02:48 AM
Re: Can 11i (workstation) use a Win2k as a NTP server?
I now have a connection from the hp-ux box to the internet.
Thanks to all!