Displaying 20 results from an estimated 29 matches for "vboxmanage".
2012 Aug 24
1
Does libvirt abstract each and any vm specific command?
Hello,
my project still uses VBoxManage but I am inclined to switch to
libvirt, if possible, because I like the concept.
Some rather unusual commands are used by my project...
VBoxManage modifyvm "$VMNAME" --synthcpu on
VBoxManage setextradata "$VMNAME"
"VBoxInternal/Devices/VMMDev/0/Config/GetHostTimeDisabled...
2016 May 17
6
Systemd and VirtualBox
...r=systemd-modules-load.service vboxballoonctrl-service.service
Conflicts=shutdown.target
[Service]
User=<username>
Group=vboxusers
Restart=on-failure
TimeoutSec=5min
Environment="VBOX_USER_HOME=/home/rkampen/VirtualBox VMs/%i"
ExecStart=/usr/bin/VBoxHeadless -s %i
ExecStop=/usr/bin/VBoxManage controlvm %i savestate
[Install]
WantedBy=multi-user.target
and on occasions the invocation
systemctl start vboxvmstarter at Windoze10_2.service
will work, although recently it is failing always with
>$ systemctl status vboxvmstarter at Windoze10_2.service
? vboxvmstarter at Windoze10_2.serv...
2015 Mar 27
7
headless VirtualBox on Centos
Hello listmates,
I am wondering if there is a set of scripts/utilities for automatically
starting and running headless (no X11) VM's using VirtualBox omn a CentOS 6
server. VNC/RDP access to the VM's would be fine.
Any help much appreciated.
Cheers,
Boris.
2010 Sep 13
4
Migrate existing Windows XP VirtualBox VM to Xen
...39;'m trying to migrate a VirtualBox virtual machine to Xen, but I
haven''t been able to successfully boot it under xen (3.0.1 that comes
with CentOS 5.5). Thinking that the problem was converting the disk
format to a raw format, I tried converting the VDI disk with all these
options:
VBoxManage internalcommands converttoraw disk.vdi disk.raw
VBoxManage clonehd disk.vdi disk.raw --format RAW
and booting the VM with a live cd and doing a:
dd if=/dev/hda | ssh user@host ''cat > disk.raw''
And using the following xen configuration:
name = "WindowsXP"
uuid =...
2018 Apr 25
1
Vmware - Slightly off topic
...it. VM-as-code if you
> will. This results in a reproducible thing instead of an unmanageable thing.
I'm doing this sort of thing, and frankly, VMware Converter would be my
last choice.
One project uses packer, the other, a combination of shell scripts,
genisoimage, and Virtualbox's vboxmanage.? Both projects build a VM and
export it to an OVA.? Example usage, these are great for creating new
VMs from the CentOS rolling ISOs.
As for getting the OVA into vSphere's inventory, I'm using Powershell
(Ansible's VMware support wasn't so great when I was working on the
proje...
2015 Mar 27
2
headless VirtualBox on Centos
Awesome!
Thanks for your replies everybody.
I was looking more or less at the same options. Just was wondering if there
was a ready-made set of scripts somewhere to set all of this in motion to
save me a little time - but if not, I will just make one.
Cheers,
Boris.
On Fri, Mar 27, 2015 at 3:16 AM, ????????? ???????? <nevis2us at infoline.su>
wrote:
> I am wondering if there is a
2013 Dec 04
3
CentOS 6.5 VirtualBox
Hi
Is anyone here using VirtualBox? I've had it working rather well for
some time, but after some recent upgrade or the other it's started
exiting with a Segmentation fault just after startup, before windows are
opened or anything. I've tried a few different versions, all with the
same result. I'm using binary packages
http://download.virtualbox.org/virtualbox/rpm/el.
So,
2015 Aug 26
3
Isolated networks && test lab
...tup
(with/without Virtual Machine Manager)? I'm not afraid to get my hands
dirty on the console if needed, but GUI's are easier to navigate when
you're learning a new technology. I switched to using RemoteBox for
managing my VB vm's as it made things a lot easier to deal with than
VBoxManage.
Thanks for your help!
2016 Jan 28
2
yum / rpm kernel problems - CentOS 7.2
...rovided by any .service files
Error registering authentication agent:
GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name :1.6 was
not provided by any .service files (g-dbus-error-quark, 2)
zero idea of what that means
a repeat of the command returns nothing
but when I run
>sudo VBoxManage -v
WARNING: The vboxdrv kernel module is not loaded. Either there is no module
available for the current kernel (3.10.0-327.el7.x86_64) or it
failed to
load. Please recompile the kernel module and install it by
sudo /sbin/rcvboxdrv setup
You will not be...
2011 Jul 25
1
VirtualBox headless
...te and revert snapshots).
Isn't there one simple way to run a virtual machine domain headless without
vnc, spice or rdp servers?
If not, which could be going wrong in my xml configuration?
To help understanding of my desired behavior, what I need is to do through
virsh what can be done using
*VBoxManage startvm THEDOMAIN --headless*
or
*VBoxHeadless startvm THEDOMAIN*,
because will use other hypervisors in the future, so it is a critical thing
to me.
Thanks in advance for the help,
Guilherme Santos
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://list...
2010 Sep 19
8
Please warn a home user against OpenSolaris under VirtualBox under WinXP ; )
Pardon in advance my n00b ignorance. (Yes I have googled a [i]lot[/i] before asking.)
I am considering VirtualBoxing away one physical machine at home, and running WinXP as host (yes, as atrocious it may seem, explanation below [1]) and OpenSolaris guest as file server, with OpenSolaris (why?[2]) having raw access to all my SATA drives. (OSes on the IDE channel). This is for home use, as a media
2011 Nov 06
1
libvirt, OSX and VirtualBox - how?
...: libvirt version: 0.9.6
00:00:18.970: -1: error : virNetSocketNewListenUNIX:340 : Failed to bind socket to '@/Users/brian/.libvirt/libvirt-sock': No such file or directory
[but directory /Users/brian/.libvirt was created]
However, VirtualBox itself is running OK:
Brians-MacBook-Air:~ $ VBoxManage list vms
"test" {d0d74c25-1dfc-44a4-8a2b-1d25b7972e7c}
Furthermore, dtruss suggests that virsh is finding the installed VirtualBox:
Brians-MacBook-Air:~ $ sudo dtruss -f virsh -c vbox:///session 2>&1 | grep -i virtualbox
error: internal error unable to initialize VirtualBox drive...
2015 Aug 27
0
Re: Isolated networks && test lab
...tup
(with/without Virtual Machine Manager)? I'm not afraid to get my hands
dirty on the console if needed, but GUI's are easier to navigate when
you're learning a new technology. I switched to using RemoteBox for
managing my VB vm's as it made things a lot easier to deal with than
VBoxManage.
Thanks for your help!
2010 Jun 28
1
VirtualBox driver : creating storage for a new machine
...l
with a dummy UUID, named "default-pool".
Next I tried to create a new volume from a XML file, but the only thing
I'm getting are segmentation faults.
Has anybody used this approach successfully ?
Otherwise I assume that I have to create the VDI files manually using
VirtualBox GUI/VBoxManage or vboxshell.py.
Thanks in advance,
Regards,
Christian
2010 Sep 28
1
Import/Export Support
Hello,
I'm looking into using libvirt in the near future, however an important part
of our workflow is the ability to import and export virtual machines (in
VirtualBox). Does libvirt provide an easy way to do this? I couldn't find
anything obvious on the API reference.
Thanks,
Mitchell
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2013 Nov 12
1
virtualbox, lvextend, etc.
I'm using virtualbox with one of the tests I have for centos 6.4. I
realized after creating the disk, the default was too small. I added more
disk space with:
VBoxManage modifyhd /Users/user/VirtualBox\ VMs/centos\ 6.x/centos\ 6.x.vdi
--resize 25000
I then used this site to help me resize the lvm:
http://community.spiceworks.com/how_to/show/2768-extending-lvm-partition-with-free-space-from-the-same-hdd-or-with-a-new-partition-from-a-new-hdd-on-centos
but when I...
2011 Oct 04
3
Asterisk (Trixbox) - VirtualBox - Linux Host
someone have been installed Asterisk (Trixbox) on VirtualBox which is
installed on a Linux host (Ubuntu server 10.04 specifically).
I want to know if it is convenient or not, and the reaseons if i should on
shouldn't do it.
Thanks in advance.!
--
Esteban L. Cacavelos de Amoriza
Cel: 0981 220 429
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2011 Feb 23
1
Using Solaris iSCSI target in VirtualBox iSCSI Initiator
Hello,
I?m using ZFS to export some iscsi targets for the virtual box iscsi
initiator.
It works ok if I try to install the guest OS manually.
However, I?d like to be able to import my already prepared guest os vdi
images into the iscsi devices but I can?t figure out how to do it.
Each time I tried, I cannot boot.
It only works if I save the manually installed guest os and re-instate the
same
2011 Nov 02
2
VirtualBox on CentOS 6.0?
I have an older quad-core AMD processor that supports hardware
virtualization on a motherboard that does not support it in the bios.
Eventually I'll swap the mobo out on this box for one that will support
hardware virtualization and use qemu-kvm. I prefer kvm because of
SELinux and sVirt that protects the host from VM breakout should a VM
become hostile.
In the meantime, I want to start work
2011 Jun 01
1
Shared Folders
Good afternoon.
I am having trouble trying to set up shared folders in the guest VM using
VirtualBox hypervisor. No matter what configuration is defined in my XML, it
never works, I mean, no shared folder is added/specifyed, then, inside the
guest, when I try to mount the folder, I always get a protocol error.
If I use VirtualBoxManage, I can add/specify shared folders easily and mount
it with