Hi Danishka, Follow the instructions on this page about doing the distro add (cobbler import), you don't need to specify the initrd or kernel. https://github.com/cobbler/cobbler/wiki/Using%20Cobbler%20Import
Then you need to define a profile, which is sort of like a group of systems that all share the same characteristics (like they all use the same kickstart file). Here is a sample kickstart file, for a minimal install (which you probably don't want). http://pastebin.com/SYdHi9pH , kickstart manual -> http://docs.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/6/html/Installati on_Guide/s1-kickstart2-options.html For example: cobbler profile add --name=node --distro=SL6.1-x86_6 --kickstart=/var/lib/cobbler/kickstarts/node If you want to see all the other options you can define at the profile level, do "cobbler profile dumpvars --name=node" (substitute node for what your profile is called). Then you need to define each system (each computer that you want cobbler to bootstrap). cobbler system add --name=computerName --mac=00:xx:xx:xx:xx:xx --ip-address=10.x.x.x --gateway=10.x.x.x --subnet=255.x.x.x --name-servers=10.x.x.x --profile=node --netboot-enabled=true You may not need all of those network options. Then do a "cobbler sync" again. Then reboot the computer you are trying to install, who's MAC you have defined in a system entry, and tail f /var/log/messages to see if anything is happening. Eric From: Danishka Navin <[email protected]> Reply-To: cobbler mailing list <[email protected]> Date: Wednesday, July 11, 2012 5:01 AM To: cobbler mailing list <[email protected]> Subject: Re: [cobbler] Deploying cobbler server Dear All, Please find the attached file here with. or use the http://www.fpaste.org/g5TR/ I have copied cobbler check and sync result (no errors) and dhcp config and the way i issued the cobler add distro. I think i was not issuing correct commands. Please tell me what should i do for run the cobbler server to install systems with a LiveDVD ISO image. Moreover, No, I did not set MAC addresses any where. Danishka On Wed, Jul 11, 2012 at 4:03 AM, Eric Chennells <[email protected]> wrote: > Danishka, > > How complete is your cobbler install ? Does the cobblerd service start ? When > you run "cobbler sync" does it generate errors? Also try "cobbler check", it > gives some hints about what might not be fully setup. > > Have you added a distribution to cobbler? (imported Fedora 17 from the DVD > into cobbler). > > Have you added the systems and specified the MAC addresses? > > I don't think that the RAM is your problem, I am running a server with 4GB had > it has around 3GB still free. > > Eric > > > From: Danishka Navin <[email protected]> > Reply-To: cobbler mailing list <[email protected]> > Date: Tuesday, July 10, 2012 12:00 PM > To: cobbler mailing list <[email protected]> > Subject: [cobbler] Deploying cobbler server > > Hi, > > I have configured a cobbler on a Fedora 17 (x86_64) based system with 2GB of > RAM. > > But none of systems where not booted from the network. > > I wanted to use cobbler to install a school lab had only CD ROMs, but my > installation media was LiveDVD image of 4GB. > > I have used livecd-iso-to-pxeboot as well. > > Do I need more than 2GB RAM for the cobbler server? > > As I remember error was a timeout. ( can't remember exactly and at that time i > was in a remote site where the school runs without internet facilities) > > > Highly appreciate your help. > > > Thanks, > -- > Danishka Navin > http://danishkanavin.blogspot.com > http://twitter.com/danishkanavin > http://www.flickr.com/photos/danishkanavin/ > > > > > _______________________________________________ cobbler mailing list > [email protected]https://fedorahosted.org/mailman/listinfo/cobble> r > > > Notice of Confidentiality: The information transmitted is intended only for > the > person or entity to which it is addressed and may contain confidential and/or > privileged material. Any review, re-transmission, dissemination or other use > of > or taking of any action in reliance upon this information by persons or > entities > other than the intended recipient is prohibited. If you received this in error > please contact the sender immediately by return electronic transmission and > then > immediately delete this transmission including all attachments without > copying, > distributing or disclosing the same. > > _______________________________________________ > cobbler mailing list > [email protected] > https://fedorahosted.org/mailman/listinfo/cobbler > -- Danishka Navin http://danishkanavin.blogspot.com http://twitter.com/danishkanavin http://www.flickr.com/photos/danishkanavin/ _______________________________________________ cobbler mailing list [email protected]https://fedorahosted.org/mailman/listinfo/cobb ler Notice of Confidentiality: The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, re-transmission, dissemination or other use of or taking of any action in reliance upon this information by persons or entities other than the intended recipient is prohibited. If you received this in error please contact the sender immediately by return electronic transmission and then immediately delete this transmission including all attachments without copying, distributing or disclosing the same.
_______________________________________________ cobbler mailing list [email protected] https://fedorahosted.org/mailman/listinfo/cobbler
