Hi Guys,
We have two P5 570s machines with 12 LPARs. I'm trying to create a Time Server on two of the LPARs (one for each system) and letting the other LPARs synchronize the time with them.
That's the /etc/ntp.conf on the Server
and that's the ntp.conf for one of the clients:
I started the xntpd daemon from smitty xntpd and now its running.
now my question how do i know that what i did is working! and the main question is how to integrate what i did with a Windows Time server that we have in our Active Directory network.
I was trying to use the IP (10.1.1.200) for the Windows AD Time Server but i don't know whether it was working or not! It might not work because my LPARs are not authenticated on the AD.
Any Information is appreciated.
Thanks,
Regards,
Khalid
We have two P5 570s machines with 12 LPARs. I'm trying to create a Time Server on two of the LPARs (one for each system) and letting the other LPARs synchronize the time with them.
That's the /etc/ntp.conf on the Server
Code:
#broadcastclient
server 127.127.1.0
fudge 127.127.1.0 stratum 10
#peer 10.1.1.150
#server 10.1.1.200
peer 10.1.1.151
driftfile /etc/ntp.drift
tracefile /etc/ntp.trace
and that's the ntp.conf for one of the clients:
Code:
#broadcastclient
server 127.127.1.0
fudge 127.127.1.0 stratum 10
server 10.1.1.150
server 10.1.1.151
driftfile /etc/ntp.drift
tracefile /etc/ntp.trace
I started the xntpd daemon from smitty xntpd and now its running.
now my question how do i know that what i did is working! and the main question is how to integrate what i did with a Windows Time server that we have in our Active Directory network.
I was trying to use the IP (10.1.1.200) for the Windows AD Time Server but i don't know whether it was working or not! It might not work because my LPARs are not authenticated on the AD.
Any Information is appreciated.
Thanks,
Regards,
Khalid