标签:back class 默认 start 物理 输入 stat system comment
(1)安装cobbler-web(测试时候,确保物理网络是在内网中进行,在外网会无法访问的哦,cobbler-web的访问入口必须有dhcpd指定的网络保持一致)
yum install -y cobbler-web
(2)首先确保httpd, dhcpd,tftp,rsyncd,cobblerd 启动
netstat -lntup
(3)首先将/etc/cobbler/modules.conf 先备份一次
cp /etc/cobbler/modules.conf /etc/cobbler/modules.conf.back
(4)modules.conf的认证机制默认使用configfile进行认证,因此不用改
(5)在指定的认证配置文件中创建用户(与httpd的用户认证类似)
htdigest -c /etc/cobbler/users.digest Cobbler yhycobbler
输入密码
(6)重启cobbler
systemctl restart cobblerd.service
(7)使用https:
cobbler-web
标签:back class 默认 start 物理 输入 stat system comment
原文地址:http://www.cnblogs.com/liu1026/p/7499194.html