Operating System - HP-UX
1819791 Members
3155 Online
109607 Solutions
New Discussion юеВ

Is it possible to configure NTP Server on Windows 2000 and client on HP-UX 11

 
binraj
Occasional Advisor

Is it possible to configure NTP Server on Windows 2000 and client on HP-UX 11

Hi

I am trying to setup NTP with Win2K server as NTP Server (using local clock) and client as HP. Is it possible to do this. I keep getting error "no server suitable for synchronization found".

Can I get a detailed reply on how to setup NTP Server on Win2K and client on HP-UX.

Thanks
Bindu
5 REPLIES 5
Michael Steele_2
Honored Contributor

Re: Is it possible to configure NTP Server on Windows 2000 and client on HP-UX 11

Absolutely. While UNIX works well with windows, windows NTP clients don't work well with UNIX. So UNIX NPT clients are often used.


HP-UX NTP Client
======
# cd /etc/rc.config.d
# /sbin/init.d/xntp stop
# vi netdaemons

export NTPDATE_SERVER=node name
export XNTPD=1

# ntpdate
# /sbin/init.d/xntp start

Wait for about 5-8 min, run the follwoing to check the status:
# ntpq -p
chk for output of "reftime" it should not be zero if the servers are in sync.
Support Fatherhood - Stop Family Law
Umapathy S
Honored Contributor

Re: Is it possible to configure NTP Server on Windows 2000 and client on HP-UX 11

Bindu,
I am not discouraging you :).

You can check this thread for more info.
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x3afae822e739d711abdc0090277a778c,00.html

HTH,
Umapathy

Arise Awake and Stop NOT till the goal is Reached!
RAC_1
Honored Contributor

Re: Is it possible to configure NTP Server on Windows 2000 and client on HP-UX 11

Check you have port 123 open from client side.
Also check you have problems communicating ti windows server.
There is no substitute to HARDWORK
Michael Steele_2
Honored Contributor

Re: Is it possible to configure NTP Server on Windows 2000 and client on HP-UX 11

Regarding setting up 2000 as the NTP server: Unfortunately, and unlike UNIX, Windows and Microsoft choose to use add on products from 3rd parties. Here's a list that refers to NIST and other links, NIST = National Institute for Standards and Time and is the Fed. dept. that oversees this.

http://www.ntp.org/links.html

Question: Where does the Sun rise first on the Earth?

Answer: The Sun rises first on Greenwich, England. (* GMT or Zulu time. *)

Support Fatherhood - Stop Family Law
Robert-Jan Goossens
Honored Contributor

Re: Is it possible to configure NTP Server on Windows 2000 and client on HP-UX 11