[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-users] Re: FreeBSD starting by HVM
Hi, What is the question? You can't connect to your domain through vnc? Is there any ports listening by vnc? Check 'netstat -na|grep LISTEN|grep tcp' output, you should find ports starting from 5900 (5900 is default port for vnc display 0). Also you can add below options to your domain config: vnc=1 vnclisten='0.0.0.0' vncpasswd='q1' 2009/8/4 Butterfly_killer <alex.faq8@xxxxxxxxx>: > Sorry > gvncviewer localhost:1 (1=ID my virtual machine) > Please help, I cant understand what wrong. All done by Manuals. > > 4 ÐÐÐÑÑÑÐ 2009 Ð. 17:38 ÐÐÐÑÐÐÐÐÑÐÐÑ Butterfly_killer <alex.faq8@xxxxxxxxx> > ÐÐÐÐÑÐÐ: >> >> Hi. How I can see what happend in my domU??? >> dom0 Debian Lenny >> domU FreeBSD6.4 >> xen 3.2-1 >> -------- >> Xen 3.2-1 >> :/etc/xen# xm create tttt.cfg >> Using config file "./tttt.cfg". >> Started domain freebsd >> -------- >> /etc/xen# xm list >> Name ID Mem VCPUs State >> Time(s) >> Domain-0 0 2969 4 r----- >> 48.0 >> freebsd 4 1024 1 ------ >> 0.0 >> --------- >> gvncviewer localhost:0 >> Disconnect from server >> ------------------------------------------ >> /etc/xen# cat tttt.cfg >> # Enable hardware virtualisation using HVM >> kernel = '/usr/lib/xen-3.2-1/boot/hvmloader' >> device_model = '/usr/lib/xen-3.2-1/bin/qemu-dm' >> builder = 'hvm' >> >> # VM/domain name >> name = 'freebsd' >> >> # Memory and CPU settings >> vcpus = '2' >> memory = '1024' >> >> # Disk settings >> disk = [ 'file:/home/test/domains/freebsd/disk.img,hda,w', >> 'file:/home/alex/6.4-RELEASE-amd64-bootonly.iso,hdc:cdrom,r' ] >> boot = 'c' >> >> # Network settings >> hostname = 'freebsd' >> vif = [ '' ] >> #dhcp = '1' >> >> # Graphics settings >> #sdl = '0' >> vnc = '1' >> #vncviewer = '1' >> >> # Other settings >> #pae = '0' # Whether to enable PAE for 32-bit VMs >> #acpi = '0' # Whether to enable ACPI for guests >> localtime = '1' # Whether system clock is set to local >> #time or UTC >> >> # Start/stop settings >> on_poweroff = 'destroy' >> on_reboot = 'destroy' >> on_crash = 'destroy' >> >> >> >> -- >> Ð ÑÐÐÐÐÐÐÐÐ, Alex. >> alex.faq8@xxxxxxxxx >> >> > > > > -- > Ð ÑÐÐÐÐÐÐÐÐ, Alex. > alex.faq8@xxxxxxxxx > > > > _______________________________________________ > Xen-users mailing list > Xen-users@xxxxxxxxxxxxxxxxxxx > http://lists.xensource.com/xen-users > -- Sergey Smirnov Moscow, Russia GMT+3 cell phone: +7 919 104 8963 email/xmpp: Sergey.A.Smirnov@xxxxxxxxx _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |