Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
vcreate in script and system reset
2012-07-25, 01:11
Post: #1
vcreate in script and system reset
I am attempting to use an ipxe script to set up a vlan (2500) on net0 and initiate a dhcp on the interface (net0-2500). Here is the script I am trying to use.

#!ipxe

vcreate --tag 2500 net0
dhcp net0-2500

chain http://192.168.1.1/mboot.c32 -c http://192.168.1.1/boot.cfg

The system behaves as though the reset button is pushed a split second after the vcreate is run. I have shortened the script down to just:

#!ipxe

vcreate --tage 2500 net0
shell

to try and troubleshoot the problem but the reset occurs before I get the shell prompt. Here is the funny thing. If I type the Ctrl-B sequence, I can get to the ipxe prompt. From there if I type the vcreate, dhcp and chain commands manually at the commandline, it all works (!?). Any ideas why the commands in a script would cause a system reset where interactive entry of the same commands works fine?

Thanks
Find all posts by this user
Quote this message in a reply
2012-07-25, 15:30
Post: #2
RE: vcreate in script and system reset
This could be a bug. I would suggest you report it on the mailing-list.
Visit this user's website Find all posts by this user
Quote this message in a reply
2012-07-25, 20:26
Post: #3
RE: vcreate in script and system reset
Will do. I got it working today by stripping out some features we don't use (iSCSI, FCOE sanboot) and recompiling the undionly.kpxe binary. Working fine now for anyone that might run into the same issue.
Find all posts by this user
Quote this message in a reply
Post Reply 




User(s) browsing this thread: 1 Guest(s)