I forgot to address #3,

3) If there is a running machine and by mistake it boot up with PXE . This can 
reformat the machine and install the OS. How can i overcome this ?

By default, if you are using the cobbler piece, once a machine is kickstarted, 
a flag gets flipped preventing the system from rekickstarting…

See cobbler system edit --netboot-enabled=false

           If set false, the system will be provisionable through koan but not 
through standard
           PXE.  This will allow the system to fall back to default PXE boot 
behavior without
           deleting the cobbler system object.  The default value allows PXE.   
Cobbler contains a
           PXE boot loop prevention feature (pxe_just_once, can be enabled in 
/etc/cobbler/set-
           tings) that can automatically trip off this value after a system 
gets done installing.
           This can prevent installs from appearing in an endless loop when the 
system is set to
           PXE first in the BIOS order.

When you perform a cobbler system report, look for the following setting:

Netboot Enabled                : True

Thanks!

From: Mohit Vadhera 
<[email protected]<mailto:[email protected]>>
Reply-To: spacewalk-list 
<[email protected]<mailto:[email protected]>>
Date: Monday, February 11, 2013 2:44 AM
To: spacewalk-list <[email protected]<mailto:[email protected]>>
Subject: [Spacewalk-list] Questions on kickstart

Hi,


I am following the url to configure Kickstart 
https://fedorahosted.org/spacewalk/wiki/HowToKickstartCobbler . I have few 
questions to test for one machine and bigger network. I didn't work on 
Kickstart that much.

1) I want the kickstart to test for one IP. How can i restrict for one IP . Do 
I need to give below statements in dhcpd.conf for one IP or any better way ?

      host test {
            hardware ethernet 00:50:56:99:15:d6;
            fixed-address 192.20.3.250;
               }

2) In a bigger network where multi subnets works. How should I install new OS 
on the new machine.  Do I need to restrict dhcpd.conf every time to restrict 
one IP.  How will i manage ?

3) If there is a running machine and by mistake it boot up with PXE . This can 
reformat the machine and install the OS. How can i overcome this ?


Thanks,
_______________________________________________
Spacewalk-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/spacewalk-list

Reply via email to