[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-users] Problems wiht Config File
Hello evreybody, I have a Problem with an Creation of an Config File on my Xen-Server (Gentoo). First I have downloaded an ISO from the following URL (CentOS): http://ftp.hosteurope.de/mirror/centos.org/6.3/isos/i386/CentOS-6.3-i386-bin-DVD1.iso After that i created an Config File im my Folder /etc/xen/: ------------------------------------------------------- import os, re arch_libdir = 'lib' if os.uname()[0] == 'Linux' and re.search('64',arch): arch_libdir = 'lib64' kernel = "/usr/lib/xen/boot/hvmloader" builder = "hvm" memory = 1024 name = "Test-01" vcpus=1 vif = ['mac=00:16:3r:00:00:11, bridge=eth0'] disk['tap:aio:/dev/vg/test-01,sda,w','file:/mnt/discs/CentOS-6.3-i386-bin-DVD1.iso,hdc:cdrom,r'] If I know run the command: xm create -c test01.cfg --------------------------------------------------- Using config file "./test01.cfg". Started domain test-01 (id=21) But If I run: xm list I didn't see an domain with the name test-01 I hope somebody please could help me or give me some helpfull Details. Thanks Patrick -- View this message in context: http://xen.1045712.n5.nabble.com/Problems-wiht-Config-File-tp5713090.html Sent from the Xen - User mailing list archive at Nabble.com. _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxx http://lists.xen.org/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |