Linux自动化运维之Cobbler(自定义重装)
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Linux自动化运维之Cobbler(自定义重装)相关的知识,希望对你有一定的参考价值。
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
以上是关于Linux自动化运维之Cobbler(自定义重装)的主要内容,如果未能解决你的问题,请参考以下文章