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