LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   Kickstart server (https://www.linuxquestions.org/questions/linux-server-73/kickstart-server-4175440667/)

project.linux.proj 12-09-2012 09:42 AM

Kickstart server
 
Guys,

I am creating kickstart server first time. I am not sure how to do this. The scenario is simple I have VMware server and i want to use this server as a DHCP and kickstart server.

My motive is to install the server without intervention using PXE

1) I configured DHCP server and added below parameters in dhcpd server

next-server 192.168.83.128;
filename "pxelinux.0";

2) Using Kickstart Configurator i want to create file. Can anybody help me to accomplish it ?


Thanks,

acid_kewpie 12-10-2012 04:00 AM

cobbler is a great way to build a simple deployment server supporting PXE / DHCP.

As for standard PXE, there are plenty of docs out there you shouodl have already looked for e.g. http://wiki.centos.org/HowTos/PXE/PXE_Setup

project.linux.proj 12-11-2012 03:09 AM

Using below links. i did it.

http://www.smtps.net/pxe-kickstart.html
http://ktaraghi.blogspot.in/2012/09/...os-6x-and.html


Thanks,


All times are GMT -5. The time now is 08:08 PM.