Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Kickstart Install Using FTP 1

Status
Not open for further replies.

itsp1965

IS-IT--Management
Dec 9, 2003
2,669
CA
Hi guys, I have successfully managed to setup kickstart to run over FTP. Have a couple of questions though;

1. I bootup with with the CD and run linux ks=ftp://ftpserver/pub/ks.cfg

Now I am assuming since I haven't configured a network stack,the server's NIC has been probed and looking for a DHCP server in order to obtain an IP address and then searching for the FTP server. Is this the case?

2. If I am using DHCP as per 1., is it possible to configure a static IP address on the NIC (ie without the presence of a DHCP server).

I am probably going to set this up at a customer site that is running private VLAN running these hosts and there are no DHCP servers (and don't think I'll be allowed to set one up)

Please advise. Thank you.
 
Just to get this straight, You are booting and installing from physical media and using an ftp server to host your kickstart files, correct?

If I remember correctly, in that situation, anaconda will prompt you for network settings.

If you have room on your ftp server though, I highly recommend mounting your media (physical, iso, or copy of the disc contents) there and installing from ftp, while booting with a small cd. It's a much quicker install.
 
No Jgunkel, I am booting up with Redhat CD#1 and then downloading the install from the FTP server. I would need to test not having my DHCP server running to see if it prompts using anaconda. Thanks
 
You could have multiple kisckstart files for each host, each with a predefined network setting.
{code]
network --bootproto=static --device=eth0 --gateway=192.168.1.250 --ip=192.168.1.100 --nameserver=192.168.1.10 --netmask=255.255.255.0 --onboot=on
[/code]

--== Anything can go wrong. It's just a matter of how far wrong it will go till people think its right. ==--
 
Hi Zeland, can you tell where this information can be entered? Is it at the boot prompt and what is the format of the filename to be used? Thanks.
 
Okay Zeland I figured it out.. Thanks again
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top