Setting up NTP HP-UX clients from solaris NTP server


 
Thread Tools Search this Thread
Operating Systems HP-UX Setting up NTP HP-UX clients from solaris NTP server
# 1  
Old 04-17-2012
Setting up NTP HP-UX clients from solaris NTP server

Hi

I wonder if its possible to setup NTP clients running HP-UX o.s. from a solaris 10 NTP server?

FR
# 2  
Old 04-17-2012
Why could you not?
It is just a case of adding the correct lines in /etc/ntp.conf
e.g.
Code:
server ntp.mydomain prefer
server 000.09.128.4
server 000.09.128.2

# 3  
Old 04-17-2012
ok, in this case in fact the NTP server is actually a product called "Symmetricom NTS-200 Network Time Server"
with an IP address. The procedure will be the same?
# 4  
Old 04-17-2012
I cant guarantee but I see no reason why it should not work for NTP is a protocol...
I pick up my time from one of our main cisco routers: I asked the network guru since I knew which router I wanted the time from ( the one he uses to synchronyse all the swiches...) he finally mounted a domain NTP server ( with 4 "servers" responding...).
That is why in my example you had ntp.my-domain as preferred.. the others being unix servers which had strange behaviour from time to time...

Just give it a try, dont make things more complicated than needed! my example is all I put in ntp.conf and since I have no issues (years now...)
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

"synchronisation lost" errors for Solaris NTP server

Hi, This is Solaris 9, which is service as NTP server for many unix clients. At backend, it it synching time with three GPS clocks. From past few days, I am noticing time reset to 1 second. Is this a problem ? I was assuming that if it is a network issue or GPS clock connectivity issue, it... (14 Replies)
Discussion started by: solaris_1977
14 Replies

2. Red Hat

Ntp client sync with local over ntp server

Hi, I have two ntp servers in my cluster and I want all the nodes in my cluster to sync with either of the ntp servers or just one. Unfortunately it keep rotating the sync, between my ntp server 1, ntp server 2 and local. Is there anyway I can change the sync to avoid local? # ntpq -p ... (3 Replies)
Discussion started by: pjeedu2247
3 Replies

3. UNIX for Advanced & Expert Users

NTP server name and ip details on Linux/Solaris

Hi All, Where can I find all the NTP server names/ip addresses on Linux/Solaris systems. How can I grep these names/IP address from specific files from a specific OS (Linux/Solaris). I know on linux /etc/ntp.conf and /etc/ntp/ntp.conf on solaris contains these details. Whether I am right about... (4 Replies)
Discussion started by: sanzee007
4 Replies

4. Fedora

NTP Clients not sync

hi guys I have several Red Hat 5.7(7) all of them sync time with two NTP Servers based on Windows but the issue is I configure the NTP service, I start the ntp service and use ntpdate -u to set the time the first time This is what I do 1. Configure /etc/ntp.conf restrict default kod... (2 Replies)
Discussion started by: karlochacon
2 Replies

5. Linux

How often does Linux NTP server update its time with the external NTP server?

All here, thank you for listening. Now I've set up a Linux NTP server by adding a external windows NTP server in /etc/ntp.conf. Then I start the ntpd daemon. But how often does the Linux NTP server update its time with the external NTP server? I've looked up everywhere but found no information... (1 Reply)
Discussion started by: MichaelLi
1 Replies

6. UNIX for Advanced & Expert Users

Tracking NTP Clients

I need to find out the NTP Clients which are syncing with my NTP Server in a Unix(Linux/Solaris) Machine. For eg. How many Stratum 2 Servers sync the time with my Stratum1 Server. Is there any way to track it? edit by bakunin: moving the thread to where it belongs: the technical forums. (4 Replies)
Discussion started by: hottyspidy
4 Replies

7. AIX

NTP server with aix & wintel clients

Good morning to all, can someone advise me how to setup aix ntp server with aix & wintel clients? Secondly, I also require to enable the service to autostart on reboot, how do I configure this? Thirdly, how do I configure daily autosync between clients and server? Please advice, thanks.... (0 Replies)
Discussion started by: chongkls77
0 Replies

8. HP-UX

Setting NTP for HPUX

guys have a question for HPUX really new with HPUX can you teach me how to configure NTP on HPUX here are the parameters and please give comments every commands. NTP server 10.1.1.5 (Stratum 1 server) Update interval 24hrs (please indicate the computation for 24hrs) Timezone... (1 Reply)
Discussion started by: allanigue03
1 Replies

9. AIX

Setting up NTP

Hi all I am lookig for the procedure to setup a NTP server and clients. I would like to setup a machine in my DMZ that would be a client to a external time server and all my internal systems to be clients of the machine in the DMZ. I am on AIX 5.2 and the machine that will be in the DMZ will... (2 Replies)
Discussion started by: jhansrod
2 Replies

10. Solaris

ntp server and ntp client

All, How do you set a Solaris 9 server which received ntp updates from a ntp server to broadcast them on a local subnet. I have created a /etc/inet/ntp.conf file to receive the updates from a server on network and need to make this server become like a ntp relay from the main server. Any... (1 Reply)
Discussion started by: bubba112557
1 Replies
Login or Register to Ask a Question