Handling DHCP timeouts in script
|
2012-11-13, 04:39
Post: #7
|
|||
|
|||
RE: Handling DHCP timeouts in script
I can't get a retry in either error phase of my script, the DHCP request or the sanboot. Any error in either one generates the "No more network devices" prompt, at which point I'm dumped back to the BIOS. There doesn't appear to be any error handling at all. My current script is quite simple. I can't see why neither goto is working...
#!ipxe :retry_dhcp dhcp || goto retry_dhcp set initiator-iqn iqn.2010-04.org.ipxe:${mac:hexhyp} sanboot iscsi:10.0.0.1:::0:iqn.2008-08.com.target:prod-disk1 || sleep 1 goto retry_dhcp |
|||
« 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)