author:headsen chen

date: 2018-08-02   16:29:51

      koan是kickstart-over-a-network的缩写,它是cobbler的客户端帮助程序,koan允许你通过网络提供虚拟机,也允许你重装已经存在的客户端。当运行时,koan会从远端的cobbler server获取安装信息,然后根据获取的安装信息进行安装。
1、在客户端安装koan

      yum -y install epel-release

      yum install -y koan
2、执行安装命令
      koan --server=192.168.1.100 --list=profiles
           centos-7-x86_64
3、在指定要重装的系统上执行要重装的哪个系统
      koan --replace-self --server=192.168.1.100 --profile=centos-7-x86_64
4、然后重启就会自动安装新系统了

      reboot

 

修改安装引导界面提示符
vim /etc/cobbler/pxe/pxedefault.template

 

author:headsen chen

date: 2018-08-02   16:29:51

      koan是kickstart-over-a-network的缩写,它是cobbler的客户端帮助程序,koan允许你通过网络提供虚拟机,也允许你重装已经存在的客户端。当运行时,koan会从远端的cobbler server获取安装信息,然后根据获取的安装信息进行安装。
1、在客户端安装koan

      yum -y install epel-release

      yum install -y koan
2、执行安装命令
      koan --server=192.168.1.100 --list=profiles
           centos-7-x86_64
3、在指定要重装的系统上执行要重装的哪个系统
      koan --replace-self --server=192.168.1.100 --profile=centos-7-x86_64
4、然后重启就会自动安装新系统了

      reboot

 

修改安装引导界面提示符
vim /etc/cobbler/pxe/pxedefault.template

 

相关文章:

  • 2021-11-01
  • 2021-09-17
  • 2021-12-24
  • 2021-10-26
  • 2021-09-26
  • 2022-12-23
  • 2021-11-28
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-12-26
  • 2021-10-26
  • 2021-11-11
  • 2021-11-18
  • 2021-08-18
相关资源
相似解决方案