[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] AW: [Xen-users] PCI and USB Devices
Hello, I have found the config file for all Domains. Is is a XML sql Database: /var/xapi/state.db But I don't know, how I can changes the Config File: usb=1 usbdevice="host:xxxx:yyyy" And the Dom's must start with the parameter. Thanks, By Markus Hy, THANKS FOR YOUR ANSWER. But, I can not find the config file fort he VM, on this host maschine. I think, they works with a sql database? I am Using XEN4 Bata2. You can download: http://tx.downloads.xensource.com/products/XenServer_4.0.0b2/index.php I have configured all VM's with the dot.net Client on a Windows Client (XenCenter). I can not find the configure files for the dom's. By Markus -----Ursprüngliche Nachricht----- Von: Age_M [mailto:Age_M@xxxxxx] Gesendet: Samstag, 11. August 2007 09:47 An: Fischer Markus Cc: xen-users@xxxxxxxxxxxxxxxxxxx Betreff: Re: [Xen-users] PCI and USB Devices Hi Markus Fischer Markus schrieb: > I have ISDN PCI Card in a Server with Intel xeon 64 with VT. > I have installed Windows 2003 Server R2 Enterprices in a virtuell > Maschine. > How can I use this PCI Card? I guess you want to use this PCI-Card within the Windows Server 2003? Well that won't work! The PCI devices can only used by paravirtualized guest not HVM guest. As there is some development in this feature, maybe someday one could do it, but not now! Check this for further information: http://lists.xensource.com/archives/html/xen-devel/2007-05/msg01144.html > Or, how can I use a USB device (external Hard disk)? I have never really tested it but there is a way! First of all you have to check wich ID your USB-device gets: # lsusb Then you have to add 2 lines to your hvm-config: usb=1 usbdevice="host:xxxx:yyyy" where xxxx:yyyy is the "ID" section in lsusb. I can not tell if this works with usb-flash-drives too, because I would think that there is some heavy load and maybe therefore it won't work. > How can I the partisions (for the virtual Harddisk) change (make a 5 GB > Harddisk in a 20 GB Harddisk)? You want to resize the domU harddisk? Hm, never tried it too, but if you use LVM in Dom0 and giving a lvm-partition to the domU, you could try to shutdown the domU, resize LVM partition and then, after starting domU again, try to use Partition Magic within domU to resize your filesystem. But, never did that too, and I don't know if it would break your filesystem?! So be carefull! > Can I save the doms file System in the Linux System? You can make a 1:1 copy of your image file, with cp or dd, I guess!? > I can not find the image files for the doms. Check your domU config-file, there you should find the path to your image file. Hope it helps Greetz Age_M _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |