Hi Jim,

On Tuesday, September 20, 2011 11:10 AM, "Jim Fehlig" <[email protected]>
wrote:
> Hmm, can you provide the complete config?

I'm slogging along by trial & error, since I can't seem to find any docs
other than the example file you mentioned.

The config is

----
name = 'rh6variants'

# vnclisten='10.0.0.222'
# vif = [ 'type=ioemu, mac=00:16:3e:84:B5:99, bridge=xenbr0' ]
# extra='textmode=1'

builder = 'hvm'
device_model = '/usr/lib/xen/bin/qemu-dm'
kernel = '/usr/lib/xen/boot/hvmloader'
boot = 'd'

sdl=0
vnc=1
vncconsole=0
vncpasswd='vncpass'
stdvga=0
serial='pty'

disk = [ 'file:/stor/CentOS-6.0-x86_64-netinstall.iso,hdc:cdrom,r',
'phy:/dev/VG0/Centos6,xvda,w',]
localtime = 0
on_shutdown = 'destroy'
on_reboot = 'restart'
on_crash = 'destroy'
maxmem = 1024
memory = 1024
vcpus = 2
----

If any of the first three commented options is UNCOMMENTED, I get that
"Error: Domain 'rh6variants' does not exist." error.

But if I leave them COMMENTED, then, the HVM seems to launch -- unlike
the PV attempts which crash.

...
Started domain rh6variants (id=29)
> xm list
 Name                                        ID   Mem VCPUs      State  
 Time(s)
 Domain-0                                     0  1010     1     r-----  
  558.9
 rh6variants                                 29  1024     1     -b----  
    0.3

I can't tell you anything further because I can't figure out how to VNC
from my Desktop to the 'rh6variants' HVM Guest on my headless Dom0
server if I can't set an IP address for VNC to listen on,

/etc/xen/examples  > grep vnclist -A5 -B5 xmexample.hvm

#----------------------------------------------------------------------------
# address that should be listened on for the VNC server if vnc is set.
# default is to use 'vnc-listen' setting from
# auxbin.xen_configdir() + /xend-config.sxp
#vnclisten="127.0.0.1"

#----------------------------------------------------------------------------
# set VNC display number, default = domid
#vncdisplay=1


Greg
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to