1、设置时区(同步时间前先设置)
1
|
timedatectl set -timezone Asia/Shanghai |
2、安装组件
1
2
3
4
5
|
yum -y install ntp systemctl enable ntpd systemctl start ntpd |
3、同步时间
1
|
ntpdate -u cn.pool.ntp.org |
1、设置时区(同步时间前先设置)
1
|
timedatectl set -timezone Asia/Shanghai |
2、安装组件
1
2
3
4
5
|
yum -y install ntp systemctl enable ntpd systemctl start ntpd |
3、同步时间
1
|
ntpdate -u cn.pool.ntp.org |