Kumba wrote:Sounds like a time sync issue to me. Is the time across all your servers the same?
Thanks Kumba and williamconley
We have fixed the issue by the below method on our DB server and yes Kumba you were correct this was the issue of ntpd syncing
Below is message coming when not working
vicibox81:~ # ntpq -p
"No association ID's returned"
After syncing and did the below following steps
vi /etc/ntp.conf
uncomment the below line
server 127.127.1.0 # local clock (LCL)
fudge 127.127.1.0 stratum 10 # LCL is unsynchronized
And added the below "iburst" to the end of the server line for a faster sync
server "DB IP" iburst
After doing the above steps now I am getting the below output by the same command
vicibox81: # ntpq -p
remote refid st t when poll reach delay offset jitter
==============================================================================
LOCAL(0) .LOCL. 10 l 41 64 17 0.000 0.000 0.000
vicibox81.suse .INIT. 16 u - 64 0 0.000 0.000 0.000
source:
http://www.vicidial.org/VICIDIALforum/v ... =4&t=26741