Howdy,
I was wonderin if this was even possible with VirtualBox:
I have a guest vm (Ubuntu) on my Mac Host. I want to be able to "startup" an instantiation of that Ubuntu guest using vboxmanage and then fire up 2 or 3 more...or 10 more instances of that one Ubuntu guest. I want to designate the mac addresses for each adapter on each instance.
Possible on VritualBox?
Thanks,
Cowboy
Using vboxmanage to instantiate multiple guests...
Re: Using vboxmanage to instantiate multiple guests...
As long as there is ram you can run many vm's.
[This space is intentionally left blank]
If you can read this, you can read the VirtualBox Manual, the Forum FAQ, and the QuickClick FAQ
-=[ Search this forum with Keywords, VirtualBox solutions at you're fingertips]=-
If you can read this, you can read the VirtualBox Manual, the Forum FAQ, and the QuickClick FAQ
-=[ Search this forum with Keywords, VirtualBox solutions at you're fingertips]=-
-
jtcowboy
- Posts: 11
- Joined: 3. Mar 2011, 19:58
- Primary OS: Mac OS X Leopard
- VBox Version: OSE other
- Guest OSses: Ubuntu
Re: Using vboxmanage to instantiate multiple guests...
Howdy,
Thanks. But what I am asking is - Can I use a vm as a template and use vboxmanage to "fire up" multiple instances in ram of that SAME vm?
So lets say that my list of vms is:
servervm
desktopvm
Now can I "fire up"/"start up"/"instantiate", using vboxmanage, 7 running "servervm" and 3 running "desktopvm"? As of right now, it appears that I can only start up one of each.
Thanks,
Cowboy
Thanks. But what I am asking is - Can I use a vm as a template and use vboxmanage to "fire up" multiple instances in ram of that SAME vm?
So lets say that my list of vms is:
servervm
desktopvm
Now can I "fire up"/"start up"/"instantiate", using vboxmanage, 7 running "servervm" and 3 running "desktopvm"? As of right now, it appears that I can only start up one of each.
Thanks,
Cowboy
Re: Using vboxmanage to instantiate multiple guests...
No you'd have to clone them to do what you want.
[This space is intentionally left blank]
If you can read this, you can read the VirtualBox Manual, the Forum FAQ, and the QuickClick FAQ
-=[ Search this forum with Keywords, VirtualBox solutions at you're fingertips]=-
If you can read this, you can read the VirtualBox Manual, the Forum FAQ, and the QuickClick FAQ
-=[ Search this forum with Keywords, VirtualBox solutions at you're fingertips]=-
-
mlr
- Posts: 4
- Joined: 5. Jan 2011, 13:13
- Primary OS: MS Windows 7
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: XP
Re: Using vboxmanage to instantiate multiple guests...
Hi,
Funny I just posted a feature request related to this. In it I explained what I did to clone a VM at any snapshot state, you may be interested.
First I open a session on ISnapshot.Machine object and remove all HD from mutable VM (Session.Machine).
I then create the appliance on a temporary file.
I import this file as many time as I want clones of the VM.
Finally I reattached the removed HD on each clone.
Hope it will help.
Marc
Funny I just posted a feature request related to this. In it I explained what I did to clone a VM at any snapshot state, you may be interested.
First I open a session on ISnapshot.Machine object and remove all HD from mutable VM (Session.Machine).
I then create the appliance on a temporary file.
I import this file as many time as I want clones of the VM.
Finally I reattached the removed HD on each clone.
Hope it will help.
Marc