Tagged Questions

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 ...

learn more… | top users | synonyms

2
votes
1answer
75 views

How do I set up PXE boot so that it failsover to another server when a MAC address is unrecognized?

We want to automate our OS installations. We currently have Linux and Windows boxes. We already use Cobbler for Linux installs with preliminary plans to use Windows Deployment Services for Windows. ...
0
votes
1answer
235 views

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 ...
3
votes
2answers
393 views

Install CentOS 5.6 with Cobbler

I imported centos 5.6 into cobbler and set up all the pxe boot stuff. When I netboot it starts the install, but asks me "What type of media contains the packages to be installed". I'm given a choice ...
2
votes
2answers
195 views

cobbler in multi vlan environment

Greetings, I am trying to use cobbler for automated cent OS deployment. we have a multi vlan ( about 5 vlans) network environment. We do not have remote consoles to most of these servers so we cant ...
0
votes
1answer
95 views

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 ...
0
votes
2answers
211 views

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
2
votes
1answer
273 views

Creating a custom kickstart file for cobbler and fedora installation

I am trying to write a custom kickstart file for use with cobbler in automating installations across the network. I am having some issues understanding the kickstart file and wondered if anyone knows ...
0
votes
1answer
117 views

How long should cobbler sync take to run?

I have setup a Fedora 13 minimum install inside of a VirtualBox VM, and am following this tutorial to setup Cobbler: PXE virtual network with Virtualbox and Cobbler When I go to run the initial ...
1
vote
1answer
657 views

PXE booting / TFTP/DHCP issue (using Cobbler 2.0)

I'm using Cobbler 2.x from the EPEL repositories. Have used 1.6 for ages. I've imported the CentOS 5.5 DVD (also tried this with 5.4). The DVD imports with no apparent issue, and sets up the ...
1
vote
1answer
229 views

Why should I use cobbler over normal PXEBOOT server?

Maybe it's me but I find it easier to manage my simple pxeboot server just by editing the default file under /tftpboot/pxelinux.cfg. I have my kickstart file available over NFS along with the DVD ...
0
votes
1answer
241 views

Managing DHCP with Cobbler and multiple NICs

I'm trying to setup Cobbler for PXE booting and I want it to also manage DHCP. The issue is I only want one of the two available NICs to manage DHCP. Is there a way to specify which NIC Cobbler will ...
1
vote
3answers
715 views

Possible to run system-config-network during %post kickstart?

I'm currently trying to figure out a smart way to set IP, hostname, gateway and DNS settings during a kickstart (with user input during the kickstart). Doing this with firstboot after the install is ...
2
votes
2answers
448 views

Problems with kickstart script, partition info crashes deployment

Currently testing cobbler, but have problem with the kickstart script when the partition information is loaded. Here is my ks: http://pastebin.ca/1824343 I can't figure out what is the problem with ...
5
votes
2answers
355 views

Do you remove unwanted packages (*NIX), or do you disable them?

Im currently building a cobbler and puppet setup. One thing I do is disabling unwanted services with puppet, but then I thought: Should I remove them with cobbler, rather than disabling them after ...
40
votes
4answers
6k views

Puppet vs Chef, pro and contra from users and use cases

I already googled and read the "to-puppet-or-to-chef-that-is-the-question" article. I'm interested in use cases, real world implementations in which people had choosen one or the other on real ...
0
votes
2answers
133 views

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 ...
2
votes
2answers
570 views

What is the best process to automate Zimbra deploy using cobbler+puppet?

I set up a fully working cobbler server on a RHEL5 machine. This is able to deploy a new server on bare metal machine, partitioning the disks, using LVM and creating as much virtual machines as I ...
6
votes
3answers
4k views

Howto setup Cobbler with PXE if you can't change the dhcp server?

In the past I've setup a PXE server several times by making the normal dhcp server return everything needed for network booting: both the regular ip config AND bootinfo in a single dhcp setup. That ...
4
votes
3answers
825 views

Is there any strong, well tested and general purpose puppet recipes-base to be used as starting point for customization?

I have configured a working cobbler system that successfully handles my bare metal server deployment and I'm going to start the configuration management issues using puppet (integrating it as much as ...
7
votes
4answers
3k views

How to set up Cobbler with Puppet or Cfengine?

I've heard a lot about using Cobbler together with Puppet/Cfengine for rapid deployment & configuration. Can you point me to some tutorials or share you experience of how you do it? Would also ...
1
vote
1answer
258 views

Cobbler assisted Xen guest install halts on reboot

I'm using cobbler and koan to install virtual guests on a Xen installation. The kickstart file does the install and then reboots. However, the configuration of the guest (from dumpxml in virsh) ...