I have a script that sets up a VDE network with virtual cables and such.

At the end of the script it is supposed to start two vms each attached
to two different vde switches.

The first VBoxManage startvm vmname works fine, but the second one
does not execute.

Question:

Do I need a sleep function or something between the two start vm lines
to get them to run?

currently the end of the script looks like this:

<begin script>

<vde stuff here>

VBoxManage startvm vmname1
VBoxManage startvm vmname2

<end script>

Yes vmname1 and vmname2 are spelled correctly as I can switch the
order and start the other vm.

My problem seems to be that whichever vm is second will not start.

What gives?

------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
VBox-users-community mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/vbox-users-community

Reply via email to