Handling DHCP timeouts in script
|
2012-11-06, 06:16
Post: #1
|
|||
|
|||
Handling DHCP timeouts in script
I've got an iPXE setup that is scripted to boot off an iSCSI target. I followed the examples for handling dhcp timeouts/errors, but I'm still getting random machines that timeout on the dhcp request and exit the script. The booting system displays "Connection timed out" and "No more network devices" errors and then exits back to the BIOS. I can't for the life of me figure out why. Can someone point out my error in the following script:
#!ipxe :retry_dhcp dhcp && isset ${filename} || goto retry_dhcp set initiator-iqn iqn.2010-04.org.ipxe:${mac:hexhyp} :iscsiboot sanboot iscsi:10.0.0.1:::0:iqn.2008-08.com.target:prod-disk1 || sleep 3 goto iscsiboot |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Handling DHCP timeouts in script - digitalis99 - 2012-11-06 06:16
RE: Handling DHCP timeouts in script - robinsmidsrod - 2012-11-06, 09:03
RE: Handling DHCP timeouts in script - digitalis99 - 2012-11-06, 17:06
RE: Handling DHCP timeouts in script - Sha0 - 2012-11-08, 21:50
RE: Handling DHCP timeouts in script - robinsmidsrod - 2012-11-08, 17:45
RE: Handling DHCP timeouts in script - robinsmidsrod - 2012-11-09, 09:36
RE: Handling DHCP timeouts in script - digitalis99 - 2012-11-13, 04:39
RE: Handling DHCP timeouts in script - robinsmidsrod - 2012-11-13, 23:42
RE: Handling DHCP timeouts in script - digitalis99 - 2012-11-13, 23:50
RE: Handling DHCP timeouts in script - robinsmidsrod - 2012-11-14, 10:02
RE: Handling DHCP timeouts in script - digitalis99 - 2012-11-15, 01:40
RE: Handling DHCP timeouts in script - MultimediaMan - 2012-11-24, 20:32
RE: Handling DHCP timeouts in script - digitalis99 - 2012-11-25, 00:57
|
User(s) browsing this thread: 1 Guest(s)