Hi Jim, On Monday, September 19, 2011 3:03 PM, "Jim Fehlig" <[email protected]> wrote: > Config similar to > > name="blabla" > memory=1024 > vcpus=4 > ... > builder="hvm" > device_model="/usr/lib/xen/bin/qemu-dm" > kernel="/usr/lib/xen/boot/hvmloader" > boot="d" > disk=[ 'file:/var/lib/xen/images/sles11sp1 gmc-hvm/disk0,hda,w', > 'file:/path/to/centos6.iso,hdc:cdrom,r', ] > ...
Trying HVM with this config, name = 'rh6variants' builder = 'hvm' device_model = '/usr/lib/xen/bin/qemu-dm' kernel = '/usr/lib/xen/boot/hvmloader' boot = 'd' disk = [ 'file:/stor/CentOS-6.0-x86_64-netinstall.iso,hdc:cdrom,r', 'phy:/dev/VG0/Centos6,xvda,w',] ... Gives me this, > xm create -c rhvariants.cfg Using config file "/stor/rh6variants.cfg". Error: Domain 'rh6variants' does not exist. xenconsole: Could not read tty from store: No such file or directory > xm log > > cat /var/log/xen/qemu-dm-rh6variants.log domid: 7 -append only allowed with -kernel option Greg -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
