در بسیاری مواقع بخصوص وقتی سرور تلفنی ایزابل Issabel بر روی VM ها نصب می شود، تاریخ و زمان سرور به دلایل مختلف دچار بهم ریختگی می شود که این امر مشکلات زیادی را هم برای عملکرد و هم گزارشگیری ایجاد میکند.
با دستورات ساده زیر می توانید NTP کلاینت سرور ایزابل خود را فعال و تظیم کنید و این امر برای هر سرور تلفنی الزامیست.
sudo systemctl start chronyd
sudo systemctl enable chronyd
sudo timedatectl set-timezone Asia/Tehran
sudo bash -c 'echo -e "server 0.centos.pool.ntp.org iburst\nserver 1.centos.pool.ntp.org iburst\nserver 2.centos.pool.ntp.org iburst" > /etc/chrony.conf'
sudo systemctl restart chronyd
sudo hwclock --systohc
chronyc tracking
systemctl start ntpd
systemctl enable ntpd
timedatectl set-timezone Asia/Tehran
ntpdate -u -s 0.centos.pool.ntp.org 1.centos.pool.ntp.org 2.centos.pool.ntp.org
hwclock -w