**Cobbler⾃定义重装 ** 当现有虚拟机运⾏出现故障后, 需要进⾏重装操作, 可通过koan进⾏重装系统
将CentOS6重装成CentOS7
1.客户端安装 koan
#下载当前系统对应的epel源(Centos6)
[root@localhost ~]# wget -O /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-6.repo
#安装koan
[root@localhost ~]# yum install -y koan
2.指定对应 profile 重装操作系统
#客户端列出Cobbler Server端存在的profile
[root@localhost ~]# koan --server=10.0.0.202 --list=profiles
CentOS-7-x86_64-web
#选择对应配置即可 (执行完该命令会显示一堆信息)
[root@localhost ~]# koan --replace-self --server=10.0.0.202 --profile=CentOS-7-x86_64-web
#replace-self 将当前系统更换
3、重启客户端, 客户端⾃动进⼊重装
[root@localhost ~]# reboot