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

[Xen-users] How to see backend and frontend drivers

To: "Xen list" <Xen-users@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-users] How to see backend and frontend drivers
From: "trilok nuwal" <tc.nuwal@xxxxxxxxx>
Date: Mon, 12 Mar 2007 16:04:12 +0530
Delivery-date: Mon, 12 Mar 2007 03:33:31 -0700
Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=VlIL51uSIutI6KuJWHsE5gmuH+xR9pfv92Su5x0GIaODJFy1Mo1oWh0nytp8kcn7i2bvBCA87koUzYtuDG3NNiPJTBsNSnvc+nZ6mAGUftck1Tf4pkN32+BfA8AzdkWxstXyQu41KmjWKi7DTKcIXwCg7t6ehJ1zlmk+jJVhFD4=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=Meg1CDvpGZp0lYw4btOoxATkCBJwqs6uaBquqora7K28zemHVxY25mJ53wplOeKp9eoYaudr6+JgaJri9XdNbmL6bljHN5N5SyiQ/cWwllc/JrV59+Gbsl0qF34CGq50R8fMT+yqYiWM/fEQS6PnpiBZtztOyj2ZDEQ10Hrv8sE=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
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>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Hi All,

I am running xen and 2 para guest OS on top of this.
>From xen documention i read that it has split driver architecture for net, block and tpm driver (and some other driver also).

I want to know that how i can see these backend modules in dom0 and domu ?

When i do ps -aef in dom0 then it gives 
#ps -aef
root      4658    19  0 Mar09 ?        00:00:00 [blkback.6.sda1]
root      5302    19  0 Mar09 ?        00:00:01 [blkback.7.sda1]

indicating 2 instance of blkback modules in dom0 for the two guest domain respectively.

BUt i am not getting such infomation for netback, i think it should be same as blkback ? right???

Now if i talk about frontend guest domain then i dont get any such modules ( not as processes nor as  module from lsmod ).

I am bit confused how these modules are visulized on the system.

I would appreciate any document link  that can help to unerstand this concepts.

Thanks,
Trilok




_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] How to see backend and frontend drivers, trilok nuwal <=