Displaying 5 results from an estimated 5 matches for "new_guests".
Did you mean:
new_guest
2013 Oct 30
2
A RFE for libvirt
Hi libvirt guys,
I am an newbie to libvirt. There is an requirement for libvirt:
Every time I want to rename an guest by virsh command, I need to virsh edit origin_guest(edit the name,delete/edit the uuid) after that a new guest with the same configuration as origin_guest was defined,
then virsh undefine origin_guest.
Seems it's a little complex, so should be there an virsh command like
2009 Jul 08
9
Both Xen and VirtualBox On the Same Physical Host?
Hi all,
I have a Sun x2200 named Adra running OpenSolaris 2008.11 set up as a Dom0 per Levon''s instructions on this site. It hosts some production services and has been running nice and stable for a number of months now (with NetWare DomUs running GroupWise, believe it or not). The machine is pretty nicely speced out and there''s room for more virtualisation, so I was
2009 Mar 30
4
FLAG DAY: vdiskadm import/export/convert
...Here are the interfaces for import/export/convert:
# vdiskadm help import
import - import a zvol, raw file, or virtual disk
USAGE:
vdiskadm import [-fnpqm] [-x <type>] -d <file|zvol|dsk> [-t <type[:opt]>] vdname
EXAMPLE:
vdiskadm import -d /downloads/image.vmdk /export/new_guests/disk1
----
The [-fnpqm] flags are unchanged from the original vdiskadm import and
are used mostly by virt-convert.
-x gives the optional vdisk import file or block device type (vmdk, raw, vhd)
-t gives the imported vdisk type (default vmdk:sparse)
Here are some examples:
vdiskadm import -d /dev/z...
2009 Aug 26
3
Import vmware vmdk into xVM (osol-2009.06)
Good afternoon,
I was wondering if anyone has any in site as to how to import a VMware vmdk into xVM on OpenSolaris 2009.06 (xVM 3.1). I have a VMware VM created on VMware Server 2.0 and would like to move it over to this xVM server.
I appreciate any advice anyone may have.
Cheers,
-Chris
--
This message posted from opensolaris.org
2013 Oct 30
0
Re: A RFE for libvirt
On Wed, Oct 30, 2013 at 07:49:22AM -0400, shyu wrote:
> Hi libvirt guys,
>
> I am an newbie to libvirt. There is an requirement for libvirt:
> Every time I want to rename an guest by virsh command, I need to virsh
> edit origin_guest(edit the name,delete/edit the uuid) after that a new
> guest with the same configuration as origin_guest was defined,
> then virsh undefine