Hi all! i use solaris 5.11 snv_75 i86pc i386 i86xpv with this configs.... [code] # cat win2k3 kernel = "/usr/lib/xen/boot/hvmloader" builder=''hvm'' memory = 256 name = "win2k3" vcpus=1 pae=0 acpi=0 apic=0 cpus = "1" vif = [ ''type=ioemu, mac=00:16:3e:46:e5:a3:a0, bridge=e1000g0'' ] #vif = [ ''type=ioemu'' ] disk = [ ''file:/export/home/img/test.img,ioemu:hda,w'', ''file:/export/home/iso/win2k3.iso,hdc:cdrom,r'' ] #disk = [ ''file:/root/winda.img,ioemu:hda,a'', ''file:/mnt/nfs/Install/Win2k_XP_2k3Server/Win2003SP1_32bit.iso,hdc:cdrom,r'' ] #disk = [ ''phy:/root/win2k3.img,ioemu:hda,w'' ] on_poweroff = ''destroy'' on_reboot = ''restart'' on_crash = ''restart'' device_model = ''/usr/lib/xen/bin/i86/qemu-dm'' #cdrom=''/dev/hda'' #cdrom=''/root/Win2003SP1_32bit.iso'' boot=''d'' #boot=''c'' sdl=0 vnc=1 #vncconsole=1 vncviewer=0 stdvga=0 serial=''pty'' #soundhw=''all'' ne2000=0 # # # cat tst disk = [ ''file:/export/home/img/test.img,hdc,w'', ''file:/export/home/iso/win2k3.iso,hda:cdrom,r'' ] memory = 256 name = "tst" kernel = "/usr/lib/xen/boot/hvmloader" builder=''hvm'' vif = [ ''bridge=e1000g0'' ] on_poweroff = ''destroy'' on_reboot = ''restart'' on_crash = ''preserve'' vnc=1 vncpasswd='''' vnclisten="0.0.0.0" boot=''c'' serial=''null'' device_model=''/usr/lib/xen/bin/i86/gemu-dm'' [/code] But virtual machines do not time(s) run, why? [code] # svcprop xend general/enabled boolean true general/entity_stability astring Unstable general/single_instance boolean true config/dom0-cpus integer 0 config/dom0-min-mem integer 196 config/enable-dump boolean true config/stability astring Unstable config/xend-relocation-server boolean true config/xend-unix-server boolean true config/vnclisten astring 0.0.0.0 config/xend-relocation-address astring "" config/xend-relocation-hosts-allow astring \^flax$\ \^localhost$ config/vncpasswd astring secret config/vnc-listen astring 0.0.0.0 config/default-nic astring e1000g0 xenstored/entities fmri svc:/system/xvm/store xenstored/grouping astring require_all xenstored/restart_on astring restart xenstored/type astring service start/exec astring /lib/svc/method/xend\ %m start/timeout_seconds count 0 start/type astring method stop/exec astring :kill stop/timeout_seconds count 60 stop/type astring method tm_common_name/C ustring Hypervisor\ Control\ Daemon tm_man_xend/manpath astring /usr/share/man tm_man_xend/section astring 1M tm_man_xend/title astring xend restarter/logfile astring /var/svc/log/system-xvm-xend:default.log restarter/contract count 106 restarter/start_pid count 1742 restarter/start_method_timestamp time 1197897728.761511000 restarter/start_method_waitstatus integer 0 restarter/auxiliary_state astring none restarter/next_state astring none restarter/state astring online restarter/state_timestamp time 1197897728.764257000 restarter_actions/refresh integer restarter_actions/restart integer [/code] [code] # xm list Name ID Mem VCPUs State Time(s) Domain-0 0 7028 4 r----- 763.5 tst 14 256 1 ------ 0.0 win2k3 15 256 1 ------ 0.0[/code] Ports from remote controll vnc do not listen, what had happened? Why This message posted from opensolaris.org