我已经为 Cobbler 测试设置了专用 LAN。我的设置如下:
Cobbler server: openSUSE 12.3, cobbler 2.2.2 (from openSUSE repos)
Imported distros: Centos 6.5, Red Hat 6.5, Red Hat 7.0, openSUSE 13.1
Target Machine: VMs in a Windows 7 Virtualbox
系统配置工作正常,但我遇到了一些问题。第一个问题是 Cobbler 不遵守“pxe_just_once: 1“ 环境。
当目标操作系统的设置完成后,重新启动后目标系统将继续进行 PXE 启动!第二个问题是目标服务器配置不正确!请查看我的设置:
cobbler system report --name=test
Name : test
TFTP Boot Files : {}
Comment :
Fetchable Files : {}
Gateway : 192.168.0.1
Hostname : testcob1.example.com
Image :
IPv6 Autoconfiguration : False
IPv6 Default Device :
Kernel Options : {}
Kernel Options (Post Install) : {}
Kickstart : <<inherit>>
Kickstart Metadata : {}
LDAP Enabled : False
LDAP Management Type : authconfig
Management Classes : []
Management Parameters : <<inherit>>
Monit Enabled : False
Name Servers : ['192.168.0.1', '8.8.8.8']
Name Servers Search Path : []
Netboot Enabled : False
Owners : ['admin']
Power Management Address :
Power ID :
Power Password :
Power Management Type : ipmitool
Power Username :
Profile : RHEL-6.5-x86_64
Proxy : <<inherit>>
Red Hat Management Key : <<inherit>>
Red Hat Management Server : <<inherit>>
Repos Enabled : False
Server Override : <<inherit>>
Status : testing
Template Files : {}
Virt Auto Boot : <<inherit>>
Virt CPUs : <<inherit>>
Virt Disk Driver Type : <<inherit>>
Virt File Size(GB) : <<inherit>>
Virt Path : <<inherit>>
Virt RAM (MB) : <<inherit>>
Virt Type : <<inherit>>
Interface ===== : eth0
Bonding Opts :
Bridge Opts :
DHCP Tag :
DNS Name :
Master Interface :
Interface Type :
IP Address : 192.168.0.200
IPv6 Address :
IPv6 Default Gateway :
IPv6 MTU :
IPv6 Secondaries : []
IPv6 Static Routes : []
MAC Address :
Management Interface : True
MTU :
Subnet Mask : 255.255.255.0
Static : True
Static Routes : []
Virt Bridge :
因此,尽管我已经设置了目标系统的主机名和网络接口,但设置完成后,主机名被设置为 localhost.localdomain,并且 eth0 配置为 DHCP 而不是静态的!
我怎样才能找到问题并解决它?
请注意,我已同步并重新启动 cobbler 几次,但问题仍然存在。
答案1
好的,我找到了至少一部分问题的答案。为了设置特定的主机名、IP 等,您需要配置目标系统的 MAC。
但我还没有找到答案pxe_just_once: 1问题。