chrony服务及cobbler+pxe实现自动化装机
1、配置chrony服务,实现服务器时间自动同步
服务器端
[root@localhost ~]# systemctl enable chronyd
[root@localhost ~]# systemctl restart chronyd
客户端
IP写为服务器ip
[root@localhost ~]# systemctl restart chronyd
[root@localhost ~]# systemctl enable chronyd
查看同步状态
2、实现cobbler+pxe自动化装机
cobbler总结