The different PACS IEGSE system are time synchronized with the CCS via NTP. However, sometimes, when there is a big time jump on the CCS time server some IEGSEs refuse to follow this jump.

Here are two procedure to force time resynchronization, one for the hosts HPACSEGSE and PACSQLA and one for the SCOS machine PACSS2K:

HPACSEGSE and PACSQLA:

sux     # enter root password
/etc/init.d/ntp stop
ntpdate 192.168.202.51
/etc/init.d/ntp start
exit

PACSS2K:

sux     # enter root password
/etc/init.d/xntp stop
ntpdate 192.168.202.51
/etc/init.d/xntp start
exit

Herschel: PACS/FM_IST_Procedures/timeSynchronization (last edited 2009-07-15 14:32:38 by localhost)