Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

Code Block
sudo vi /etc/resolve.conf
ntp

confirm ntp setup (how?)After changing IPs I have found that system clocks will drift even though ntpd is running.
My solution has been to run the following commands...
where the IP for the ntpdate command is ntp server for the _your_ data center.

Code Block
sudo /etc/init.d/ntpd stop
sudo /usr/sbin/ntpdate 10.1.3.22
sudo /etc/init.d/ntpd start

 

hosts
Code Block
sudo vi /etc/hosts

...