[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Xen-fr] Re: Xen HVM 2008 impossible accÃï



Ok, j'ai finalement pu m'en sortir et mon vnc est à nouveau
opÃrationnel. Voici mon fichier de configuration : 

------------------------------------------------------------------------

import os, re
arch = os.uname()[4]
if re.search('64', arch):
    arch_libdir = 'lib64'
else:
    arch_libdir = 'lib'

kernel = "/usr/lib/xen-default/boot/hvmloader"
builder='hvm'
memory = 1024

# Should be at least 2KB per MB of domain memory, plus a few MB per vcpu.
shadow_memory = 8
name = "xen-win2008"
vif = [ 'type=ioemu, bridge=eth0' ]
acpi = 1
apic = 1
disk = [ 
        'phy:vg-raid1/xen-w2008,ioemu:sda,w',
        'phy:/dev/scd0,ioemu:hdc:cdrom,r' 
       ] 
device_model = '/usr/lib/xen-default/bin/qemu-dm'

# boot on floppy (a), hard disk (c) or CD-ROM (d) 
# default: hard disk, cd-rom, floppy
boot = "dc"

sdl = 0 
vnc = 1
vnclisten = "0.0.0.0"
vncconsole = 1
vncpasswd = ''
serial='pty'
usbdevice='tablet'

on_poweroff = 'destroy'
on_reboot   = 'restart'
on_crash    = 'restart'

----------------------------------------------------------

J'ai simplifià la configuration VNC et c'est reparti.

Maintenant je suis confrontà à un autre problÃme mais
ce n'est plus le mÃme sujet donc j'ouvrirai un nouveau
post si je ne m'en sort pas

Merci de ton aide ;)

Christophe



_______________________________________________
Xen-fr mailing list
Xen-fr@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-fr

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.