start NTP service in boot system

Hi,

I have 1 server installed with SLES 11 SP3 x64.

I am configuring time sync with 1 NTP server (this is another server)

I edited the file /etc/ntp.conf and I enter the following server: server sumapaz.mydomain.com

I start the service NTP and the time is sync.

But, when I restart the server , the NTP server is down and the time sync fail.

I need start the NTP service with the boot system… which settings I should do?

Any suggestions, thanks

If you configure NTP via YaST > Network Services > NTP Configuration there is a box to tick to start NTP daemon ‘Now and on boot’.

Or at command line
[HTML]$ chkconfig ntp on[/HTML]