* XEN: Interdomain communication.
@ 2013-08-20 10:44 cooldharma06
2013-08-20 13:07 ` Ian Campbell
2013-08-20 13:49 ` Daniel De Graaf
0 siblings, 2 replies; 5+ messages in thread
From: cooldharma06 @ 2013-08-20 10:44 UTC (permalink / raw)
To: xen-devel
[-- Attachment #1.1: Type: text/plain, Size: 1124 bytes --]
hi all,
i am experimenting interdomain communication between dom0 and domU in
xen-4.2.1.
in domU i copied required libraries and also xenfs is mounted.
but in /dev/xen i have only gntdev file. but we have evtchn, gntalloc files
for communication. how i can make(create) those files for domU.
Information regarding to the communication as follows:
1. In ldd vchan-node1 shows following outputs:
10:/usr/src/xen-4.2.1/tools/libvchan# ldd vchan-node1
linux-gate.so.1 => (0xb7727000)
libxenvchan.so.1.0 => /usr/lib/libxenvchan.so.1.0 (0xb7717000)
libc.so.6 => /lib/libc.so.6 (0xb75d2000)
libxenstore.so.3.0 => /usr/lib/libxenstore.so.3.0 (0xb75c9000)
libxenctrl.so.4.2 => /usr/lib/libxenctrl.so.4.2 (0xb75a3000)
/lib/ld-linux.so.2 (0xb7728000)
libpthread.so.0 => /lib/libpthread.so.0 (0xb758a000)
libdl.so.2 => /lib/libdl.so.2 (0xb7586000)
and when running that one it shows:
libxenvchan_*_init: No such file or directory
2. The files under /dev/xen/ folder in domU is : gntdev
3. The files under /proc/xen/ folder in domU is : capabilities xenbus
Please guide me to achieve the communication.
regards,
cooldharma06.
[-- Attachment #1.2: Type: text/html, Size: 1919 bytes --]
[-- Attachment #2: Type: text/plain, Size: 126 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: XEN: Interdomain communication.
2013-08-20 10:44 XEN: Interdomain communication cooldharma06
@ 2013-08-20 13:07 ` Ian Campbell
[not found] ` <CAJ4UyV0TLBqx8y5Gat3_iMA1Oar1wL-fxUyXAHTDHYqh99ziLg@mail.gmail.com>
2013-08-20 13:49 ` Daniel De Graaf
1 sibling, 1 reply; 5+ messages in thread
From: Ian Campbell @ 2013-08-20 13:07 UTC (permalink / raw)
To: cooldharma06; +Cc: xen-devel
On Tue, 2013-08-20 at 16:14 +0530, cooldharma06 wrote:
> and when running that one it shows:
How exactly are you "running that". What options are you giving it?
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: XEN: Interdomain communication.
2013-08-20 10:44 XEN: Interdomain communication cooldharma06
2013-08-20 13:07 ` Ian Campbell
@ 2013-08-20 13:49 ` Daniel De Graaf
1 sibling, 0 replies; 5+ messages in thread
From: Daniel De Graaf @ 2013-08-20 13:49 UTC (permalink / raw)
To: cooldharma06; +Cc: Ian Campbell, xen-devel
On 08/20/2013 06:44 AM, cooldharma06 wrote:
> hi all,
>
> i am experimenting interdomain communication between dom0 and domU in
> xen-4.2.1.
>
> in domU i copied required libraries and also xenfs is mounted.
>
> but in /dev/xen i have only gntdev file. but we have evtchn, gntalloc files
> for communication. how i can make(create) those files for domU.
Load the kernel modules for these files (xen-evtchn and xen-gntalloc).
You may also need to select a xenstore path with the proper permissions, as Ian
suggested in his emails. You could also use xenstore-mkdir and xenstore-chmod
in dom0 if you have a need to use a specific xenstore path.
The vchan-node2 tool may be more friendly to testing since it is bidirectional
while vchan-node1 forces you to specify read/write on each end.
> Information regarding to the communication as follows:
> 1. In ldd vchan-node1 shows following outputs:
[...]
> and when running that one it shows:
> libxenvchan_*_init: No such file or directory
>
> 2. The files under /dev/xen/ folder in domU is : gntdev
>
> 3. The files under /proc/xen/ folder in domU is : capabilities xenbus
>
> Please guide me to achieve the communication.
>
> regards,
> cooldharma06.
--
Daniel De Graaf
National Security Agency
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2013-08-20 13:49 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-20 10:44 XEN: Interdomain communication cooldharma06
2013-08-20 13:07 ` Ian Campbell
[not found] ` <CAJ4UyV0TLBqx8y5Gat3_iMA1Oar1wL-fxUyXAHTDHYqh99ziLg@mail.gmail.com>
2013-08-20 13:26 ` Fwd: " cooldharma06
2013-08-20 13:37 ` Ian Campbell
2013-08-20 13:49 ` Daniel De Graaf
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).