1834441 Members
2390 Online
110067 Solutions
New Discussion

Re: configuration

 
SOLVED
Go to solution
subhashni
Regular Advisor

configuration

Hello ,
Long back i have configured hp box as a client to time server. But i need to refresh my memory on that. I do know that time server info and i know i have to edit ntp.conf and drift file . but it will be great ,if some one can help with the clean process for this .
Thanks so much in advance.
unix4me
5 REPLIES 5
DCE
Honored Contributor

Re: configuration


You could use sam to configure it, and if you want the commands, look at the sam log
IT_2007
Honored Contributor
Solution

Re: configuration

You need to edit following files.

/etc/rc.config.d/netdaemons and put following lines

export NTPDATE_SERVER=timekeeper5
export XNTPD=1
export XNTPD_ARGS=

Edit following lines in config file in /etc/ntp.conf

driftfile /etc/ntp.drift

server timekeeper1
server timekeeper2



start xntpd using /sbin/init.d/xntpd start

check status:

ntpq -p
IT_2007
Honored Contributor

Re: configuration

You need to edit following files.

/etc/rc.config.d/netdaemons and put following lines

export NTPDATE_SERVER=timekeeper
export XNTPD=1
export XNTPD_ARGS=

Edit following lines in config file in /etc/ntp.conf

driftfile /etc/ntp.drift

server timekeeper1
server timekeeper2



start xntpd using /sbin/init.d/xntpd start

check status:

ntpq -p
IT_2007
Honored Contributor

Re: configuration

You need to edit following files.

/etc/rc.config.d/netdaemons and put following lines

export NTPDATE_SERVER=timekeeper1
export XNTPD=1
export XNTPD_ARGS=

Edit following lines in config file in /etc/ntp.conf

driftfile /etc/ntp.drift

server timekeeper1
server timekeeper2



start xntpd using /sbin/init.d/xntpd start

check status:

ntpq -p
Sp4admin
Trusted Contributor

Re: configuration

hello,


You need to configure the "/etc/ntp.conf" and add your time servers. Or you can use SAM to do this.

sp,