1833527 Members
3051 Online
110061 Solutions
New Discussion

time is not sync!

 
mark.M
Frequent Advisor

time is not sync!

Server : HP Blade 25p
OS : Redhat Linux AS4up1
Running App on server : mysql

i'm date and rdate command apply
but unless time is not sync.
fast of 30sec ~ 1min. why?
5 REPLIES 5
RAC_1
Honored Contributor

Re: time is not sync!

Though about NTP??
There is no substitute to HARDWORK
Steven E. Protter
Exalted Contributor

Re: time is not sync!

shalom mark

vi /etc/ntp.conf

Put in a valid time source either on your nework, or one you find from http://www.npt.org

chkconfig --list | grep ntp
chkconfig on
#example chckconfig xntpd on

service xntpd start

ntpq -p

# Checks if you are synching to a time source.

I didn't know they had clocks in those bitty little blades.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
mark.M
Frequent Advisor

Re: time is not sync!

Linux AS4 up 64bit OS install
32bit linux server is normal but
only 64bit OS is not sync
Time check Controller is 64bit 100HZ.
it's problem?
Ivan Ferreira
Honored Contributor

Re: time is not sync!

Whell, we had problems with the time of our servers until we used NTP (with external source).

Clock drift could be considered normal, unless you use NTP, you cannot warranty that your systems will have the same time.

Also, check your TIMEZONE.
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
Craig Jackson_3
Frequent Advisor

Re: time is not sync!

Another thing to watch out for is RDP. By default, RDP and NTP will fight over the time. Look in /opt/altiris/deployment/adlagent/conf/adlagent.conf.

There's a line similar to:

SyncTimeWithServer=true

Make sure it's false.

Craig