Questions tagged [cobbler]

Cobbler is a network based provisioning tool for Linux systems.

Cobbler is a highly configurable provisioning tool for Linux systems that allows for network based bare-metal installations as well as supporting virtualized guests in Xen, qemu, KVM, and some VMware environments. By making use of python and Cheetah scripting kickstart files can be generated on the fly for either individual, or groups of systems. While aimed primarily at RedHat derivatives (RHEL, CentOS, Fedora, etc) some support for Debian systems is also available.

More info at http://cobbler.github.io/

61 questions
0
votes
1 answer

Difficulty booting HPE server via PXE in UEFI mode

We have some HPE ProLiant blade servers, Gen9, which we would like to network boot to install CentOS. We are using Cobbler to produce a configuration. At boot time, the server will request a file named for its UUID, which fails. It then asks by…
Glenn Lasher
  • 81
  • 1
  • 7
0
votes
1 answer

cobbler_web unavailable on CentOS 7.6

When I try to load the cobbler 2.8.4 web page I see the below error in /var/log/httpd/ssl_error_log Traceback (most recent call last): File "/usr/share/cobbler/web/cobbler.wsgi", line 26, in application _application = get_wsgi_application() File…
mr.zog
  • 923
  • 3
  • 20
  • 39
0
votes
1 answer

dhcpd.conf DNS order is being reset after each cobbler sync

I'm trying to switch the order of DNS servers that my clients machines use by editing the /etc/dhcp/dhcpd.conf file in cobbler. This was the settings before I attempted the change: subnet 10.100.48.0 netmask 255.255.252.0 { option routers …
treetop
  • 51
  • 7
0
votes
1 answer

I'm trying to ascertain how is my Networkmanager receives specific name server information- possibly Cobbler related

When I: cat /etc/resolve.conf I see: # Generated by NetworkManager nameserver 10.100.48.19 nameserver 10.100.48.17 When I change this info then reboot, the original information returns. I'm trying to work out where these specific addresses are…
0
votes
1 answer

Spacewalk/Cobbler system with multiple interfaces/MAC

I have bare metal provisioning set up with a DHCP/PXE server and a Spacewalk server. I'm using cobbler system records to match a machines MAC address to the system profile. Basically: cobbler system add --name=example --profile=example…
ryan8v
  • 1
0
votes
2 answers

How to bind a physical network device to dom0 or domU only in RHEL5 cobbler deployed systems?

I have a physical machine with two nics. I already have a fully working cobbler server and I am able to deploy a bare metal or dom0 server in a few minutes. My target OS is RHEL5. My goal is to deploy a dom0 installation in which only eth0 is up and…
drAlberT
  • 10,949
  • 7
  • 39
  • 52
0
votes
1 answer

is it possible to use cobbler using windows dhcp server or without dhcp?

I want to configure cobbler in my network but my network already managing by a windows 2k8r2 dhcp server. Is it any way to configure without dhcp server ?
user1812956
  • 85
  • 1
  • 3
  • 10
0
votes
1 answer

Cobbler/TFTP: No filename or root path specified, but why?

I've installed a new Cobbler server and configured it as a DHCP /TFTP server. I've configured the /etc/dhcp/dhcpd.conf like so: [root@centolel ~]# cat /etc/dhcp/dhcpd.conf ddns-update-style interim; allow booting; allow bootp; ignore…
Itai Ganot
  • 10,644
  • 29
  • 93
  • 146
0
votes
1 answer

cobbler managed dnsmasq is not listening on the correct interfaces

I have a cobbler server I am trying to get installed. Unfortunately dnsmasq is not listening on the correct interfaces. It should be listening on my 192.168.10.2 network which is assigned to br1 [root@cob log]# ip address show | awk '/\/ {…
0
votes
1 answer

Cobbler with puppet - slow in installing packages

I have setup cobbler that runs puppet automatically after OS installation. It works fine, except that it takes a while for puppet to install all of the packages. This is still a testing phase, so it was just around 15 packages in total. My site.pp…
gidot
  • 33
  • 7
0
votes
1 answer

Cobbler 2.2.2 problems

I have setup a dedicated LAN for Cobbler tests. My setup is: 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…
Peter
  • 822
  • 2
  • 10
  • 23
0
votes
1 answer

Software to automate physical provisioning of GRUB, linux, windows, dualboot

Is there software that can help automate (or make it repeatable) setting up PC's or lab servers where the setup includes GRUB for bootloading multi-boot for Windows, Debian, CentOS, etc. I was originally looking at tools like Boxgrinder and Cobbler,…
0
votes
1 answer

How do I configure SELinux on Centos 6 for cobbler?

I have installed and configured Cobbler on my centos 6 "installation server". From what I think I did all the configurations I'm supposed to. The installation was performed with my own customized python script that can be found here. But basically…
Arlukin
  • 1,203
  • 6
  • 18
  • 27
0
votes
1 answer

Downloading and running a custom set of scripts in the cobbler kickstart file for Fedora

I need to use rysnc to get a series of files from a server on the network in the cobbler kickstart file. Can I just add the rsync command line to the file to be run in the %post section of the file or is there something else that I need to be doing?…
aHunter
  • 314
  • 1
  • 6
  • 21
0
votes
2 answers

Cobbler kickstart file for Fedora adding packages

Can I assume that if you add packages such as httpd and php these will be installed via "yum install" as long as I specify them after the %packages in the kickstart file? Thanks
aHunter
  • 314
  • 1
  • 6
  • 21