Hello,
I'm trying to set up an automated installation of VE with the answer file coming from HTTP. My main problem right now is that the installer is not having a lot of success getting an address from DHCP to download the answer file; in at least eight out of ten attempts it times out before getting an offer.
My switch tells me that is because the link goes down right before the installer starts sending DHCPDISCOVERs. The installer is very impatient; it only waits a total of ten seconds or so to get a response. That is not always (in fact, only rarely) long enough because the link is never up for the first round of DHCPDISCOVERs, and dhclient appears to send them in random order, so even if it sends another one on the correct interface (sometimes it does not) that has to happen late enough for the link to have come up.
According to the switch, the port is up and forwarding from POST until _just_ before the DHCP client gets to work, so this is not a switch/network problem but the installer's startup procedure reinitializing (or whatever) the interface at the worst possible moment. STP is also not part of the problem.
Is there a way to convince the installer (i.e. dhclient) to wait longer, or leave the interfaces alone? This machine used to have ten network interfaces, and then it worked perhaps a quarter of the time. Now it has six and the success rate seems to have gone down, probably because dhclient spends even less total time on fewer interfaces.
Thanks for any hints.
I'm trying to set up an automated installation of VE with the answer file coming from HTTP. My main problem right now is that the installer is not having a lot of success getting an address from DHCP to download the answer file; in at least eight out of ten attempts it times out before getting an offer.
My switch tells me that is because the link goes down right before the installer starts sending DHCPDISCOVERs. The installer is very impatient; it only waits a total of ten seconds or so to get a response. That is not always (in fact, only rarely) long enough because the link is never up for the first round of DHCPDISCOVERs, and dhclient appears to send them in random order, so even if it sends another one on the correct interface (sometimes it does not) that has to happen late enough for the link to have come up.
According to the switch, the port is up and forwarding from POST until _just_ before the DHCP client gets to work, so this is not a switch/network problem but the installer's startup procedure reinitializing (or whatever) the interface at the worst possible moment. STP is also not part of the problem.
Is there a way to convince the installer (i.e. dhclient) to wait longer, or leave the interfaces alone? This machine used to have ten network interfaces, and then it worked perhaps a quarter of the time. Now it has six and the success rate seems to have gone down, probably because dhclient spends even less total time on fewer interfaces.
Thanks for any hints.