What is the current method to get something that I could reimport on another machine to get the domain absolutely equally configured?

I set this domain up using virt-install but now I'd like to have the domain config to add the guest on the second host in storage network to domain management to boot it up there.

here the output of xm li -l, it has some information, that is missing in virsh dumpxml

Florian

xm li -l cam_host
(domain
    (on_crash restart)
    (uuid d78ddb0d-b876-9719-d690-dd36aa4654fb)
    (bootloader_args )
    (vcpus 1)
    (name cam_host)
    (on_poweroff destroy)
    (on_reboot restart)
    (cpus (()))
    (bootloader /usr/lib/xen/bin/pygrub)
    (maxmem 1024)
    (memory 1024)
    (shadow_memory 0)
    (features )
    (on_xend_start ignore)
    (on_xend_stop shutdown)
    (start_time 1251879729.03)
    (cpu_time 713.272511356)
    (online_vcpus 1)
    (image
        (linux
            (kernel )
            (localtime 1)
            (keymap en-us)
            (notes
                (PADDR_OFFSET 1073741824)
                (XEN_VERSION xen-3.0)
                (GUEST_OS Solaris)
                (VIRT_BASE 1073741824)
                (LOADER generic)
            )
        )
    )
    (status 0)
    (store_mfn 1403634)
    (console_mfn 1403633)
    (device
        (vif
            (bridge e1000g0)
            (uuid fb846d2f-af16-79d2-f747-3d9e4b15add6)
            (script /usr/lib/xen/scripts/vif-vnic)
            (devid 0)
            (mac 00:16:36:27:78:a7)
            (backend 0)
        )
    )
    (device
        (vbd
            (protocol x86_64-abi)
            (uuid 879c3fd4-0107-75da-b27b-ba50f5fa210d)
            (bootable 1)
            (devid 51712)
            (driver paravirtualised)
            (dev xvda:disk)
            (uname phy:/dev/dsk/c0t600A0B800049E902000008EB4A9CE744d0p0)
            (mode w)
            (backend 0)
        )
    )
    (device
        (vbd
            (uuid 63c32362-b9b5-cd64-735e-20016698f4d2)
            (bootable 0)
            (devid 51728)
            (driver paravirtualised)
            (dev /dev/xvdb)
            (uname file:/export/media_images/sol-nv-b121-x86-dvd.iso)
            (mode r)
        )
    )
    (device
        (console
            (devid 0)
            (protocol vt100)
            (location 2)
            (uuid aa2c717e-39a6-2461-3209-40c0a0035348)
        )
    )
)

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

_______________________________________________
xen-discuss mailing list
[email protected]

Reply via email to