Environment:- r...@opensolaris:~# xm info host : opensolaris release : 5.11 version : snv_124 machine : i86pc nr_cpus : 2 nr_nodes : 1 cores_per_socket : 2 threads_per_core : 1 cpu_mhz : 3005 hw_caps : bfebfbff:20100800:00000000:00000140:0008e3fd:00000000:00000001:00000000 virt_caps : hvm total_memory : 8191 free_memory : 1036 node_to_cpu : node0:0-1 node_to_memory : node0:1036 xen_major : 3 xen_minor : 3 xen_extra : .2-xvm xen_caps : xen-3.0-x86_64 xen-3.0-x86_32p hvm-3.0-x86_32 hvm-3.0-x86_32p hvm-3.0-x86_64 xen_scheduler : credit xen_pagesize : 4096 platform_params : virt_start=0xffff800000000000 xen_changeset : Tue Sep 15 00:31:37 2009 -0700 18433:b12e3d8bc373 cc_compiler : gcc version 3.4.3 (csl-sol210-3_4-20050802) cc_compile_by : xen-discuss cc_compile_domain : opensolaris.org cc_compile_date : Tue Sep 15 00:32:46 PDT 2009 xend_config_format : 4
r...@opensolaris:~# svcs -a|grep xvm disabled 5:41:44 svc:/system/xvm/ipagent:default online 5:41:57 svc:/system/xvm/vnc-config:default online 5:41:58 svc:/system/xvm/store:default online 5:42:06 svc:/system/xvm/xend:default online 5:42:07 svc:/system/xvm/console:default online 5:42:07 svc:/system/xvm/domains:default online 5:42:07 svc:/system/xvm/virtd:default r...@opensolaris:~# dladm show-link LINK CLASS MTU STATE BRIDGE OVER urtw0 phys 1500 down -- -- rge0 phys 1500 up -- -- yge0 phys 1500 down -- -- Attempt to virt-install via local Apache Mirror ( serving for installs f11 DomU over the LAN) r...@opensolaris:~# virt-install --paravirt --name VMF11 --ram 1024 --vnc \ > --os-type=linux --os-variant=fedora11 --network bridge \ > --disk path=/tunk01/disk1,size=15,driver=phy,subdriver=zvol \ > --location http://192.168.1.52/f11/ Starting install... Retrieving file .treeinfo 100% |=========================| 1.2 kB 00:00 Retrieving file vmlinuz.. 100% |=========================| 0 B 00:00 Retrieving file initrd.im 100% |=========================| 0 B 00:00 POST operation failed: xend_post: error from xen daemon: (xend.err "Error creating domain: (22, 'Invalid argument')") Domain installation may not have been successful. If it was, you can restart your domain by running 'virsh start VMF11'; otherwise, please restart your installation. ERROR POST operation failed: xend_post: error from xen daemon: (xend.err "Error creating domain: (22, 'Invalid argument')") Traceback (most recent call last): File "/usr/bin/virt-install", line 860, in ? main() File "/usr/bin/virt-install", line 754, in main start_time, guest.start_install) File "/usr/bin/virt-install", line 809, in do_install dom = install_func(conscb, progresscb, wait=(not wait)) File "/export/builds/xvm_124///proto/install/usr/lib/python2.4/site-packages/virtinst/Guest.py", line 568, in start_install File "/export/builds/xvm_124///proto/install/usr/lib/python2.4/site-packages/virtinst/Guest.py", line 660, in _do_install File "libvirt.py", line 973, in createLinux if ret is None:raise libvirtError('virDomainCreateLinux() failed', conn=self) libvirtError: POST operation failed: xend_post: error from xen daemon: (xend.err "Error creating domain: (22, 'Invalid argument')") -- This message posted from opensolaris.org _______________________________________________ xen-discuss mailing list [email protected]
