Hi All,
Is It Possible usin schedule to running host machine in virtual box ?
Thank You
Yusuf
Scheduling in virtualbox ??
-
gaga
- Posts: 10
- Joined: 5. Jul 2010, 09:48
- Primary OS: MS Windows XP
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: ubuntu,qnx
Re: Scheduling in virtualbox ??
Didn't get your question. You want to run one virtual machine inside another? Or you just want to run virtual machine on phisical one from some scheduling program. Anyway to run virtual machine non-interactively you can use
See VBoxManage --help for details.
Code: Select all
VBoxManage startvm <uuid>|<name>
[--type gui|sdl|vrdp|headless]
-
emutyusuf
- Posts: 2
- Joined: 12. Jul 2010, 03:44
- Primary OS: MS Windows XP
- VBox Version: OSE Debian
- Guest OSses: XP
Re: Scheduling in virtualbox ??
Gaga, Thank You Very Much..! it's works now..!
-
pankaj
- Posts: 1
- Joined: 6. Mar 2011, 14:44
- Primary OS: Ubuntu other
- VBox Version: OSE Debian
- Guest OSses: ubuntu
Re: Scheduling in virtualbox ??
Can someone please tell me which scheduling algorithm is used by virtual box to run VMs?
And is there any way to control the scheduling parameters to control the amount of cpu that a VM is able to get?
And is there any way to control the scheduling parameters to control the amount of cpu that a VM is able to get?
-
Perryg
- Site Moderator
- Posts: 34369
- Joined: 6. Sep 2008, 22:55
- Primary OS: Linux other
- VBox Version: OSE self-compiled
- Guest OSses: *NIX
Re: Scheduling in virtualbox ??
Have you looked in your VirtualBox users manual? cpu throttling is explained there.