WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

Re: [Xen-users] PCI and USB Devices

To: Fischer Markus <mfischer@xxxxxxxxxxx>
Subject: Re: [Xen-users] PCI and USB Devices
From: Age_M <Age_M@xxxxxx>
Date: Sat, 11 Aug 2007 09:46:56 +0200
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Sat, 11 Aug 2007 00:47:27 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <C310FFF87581B843BA4369ADB82E0E296438E6@xxxxxxxxxxxxxxxxxxx>
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <C310FFF87581B843BA4369ADB82E0E296438E6@xxxxxxxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Thunderbird 2.0.0.6 (Windows/20070728)
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

<Prev in Thread] Current Thread [Next in Thread>