Sponsored Content
Operating Systems Linux additional interfaces in XEN environment Post 302172253 by sap4ever on Monday 3rd of March 2008 06:08:19 AM
Old 03-03-2008
additional interfaces in XEN environment

Hello!

I have installed a XEN domain0 system (with a hypervisor), and upon that a paravirtualized SLES10 server.
The default eth0 network bridge is working by default.
My question is, how do I add additional network interfaces in this environment? I suppose I have to configure the network bridge?

//sap4ever
 

9 More Discussions You Might Find Interesting

1. Red Hat

xen help required

Hi, I would like ask question about preparing xen templates. Here is the detail below of hardware. I have a server having two 80 GB hard-drive, currently no operating system on it, having 2GB of RAM, pls could you tell me what partition scheme i will follow so i will use those partition... (0 Replies)
Discussion started by: learnbash
0 Replies

2. Virtualization and Cloud Computing

[Xen] vm's and filesystem

How do I know the relationship between vm name and its disk on the filesystem? If I have a vm called "test", how do I know what (and where) is its disk on the filesystem? I'm trying to extract from "xm" command but I really don't find the right option... :( (1 Reply)
Discussion started by: untamed
1 Replies

3. Virtualization and Cloud Computing

Opensolaris and Xen

Quick question- When installing a VM with xen on Opensolaris to get paravirtualizion you need an install tree and I can't seem to use an .iso. What what is exactly an intsall tree in this contex? (0 Replies)
Discussion started by: Lespaul20
0 Replies

4. UNIX for Advanced & Expert Users

xen

was looking for some help /tutorials on xen ..im a beginner on virtualisation ..so any help would be greatly appreciated ...p.s. whats the basic difference between para and full virtualisation (2 Replies)
Discussion started by: tarunicon
2 Replies

5. Debian

xen cannot start

helo can anynody help me? i'm using xen in debian lenny 2.6.26 if i'm booting in the xen kernel the xend can't start like this Starting XEN control daemon: xend suspend: event channel 21 SMP alternatives: switching to UP code " And then stop. any idea?..thanks before (0 Replies)
Discussion started by: demhyt
0 Replies

6. Red Hat

XEN on RHEL 6

Hi guys. I read that RHEL will not support XEN in version 6 and it will support KVM. Does this mean we can't install XEN from RHEL repositories? Should we install it from source code? (8 Replies)
Discussion started by: majid.merkava
8 Replies

7. SuSE

XEN and SLES11

Good morning, Server:HP ProLiant DL165 G7 diskless with Disc on Storage OS:SLES11 SP1 and xen-3.3.1_18546_12-3.1 iSCSI:INTEL Gigabit ET Dual Port Server Adapter 825768 When I start SLES11 with Xen in boot-loader menu, then the boot will stop because linux could'nt find the iscsi interface... (0 Replies)
Discussion started by: hiddenshadow
0 Replies

8. Solaris

Interfaces and Virtual-interfaces queries

Hi Al, In course of understanding networking in Solaris, I have these doubts on Interfaces. Please clarify me. I have done fair research in this site and others but could not be clarified. 1. In the "ifconfig -a" command, I see many interfaces and their configurations. But I see many... (1 Reply)
Discussion started by: satish51392111
1 Replies

9. Red Hat

Help using XEN in CentOS 5.9

Hey guys, I've been straddling with this issue for quite some time now and I'm getting absolutely nowhere with it. It took me a long time to get XEN up and running on my server. We only use SSH to manipulate our servers, but we finally got it up and running. Now I'm at the point of actually... (1 Reply)
Discussion started by: mccabec123
1 Replies
XENBUS(4)						 BSD/xen Kernel Interfaces Manual						 XENBUS(4)

NAME
xenbus -- Xen bus abstraction for paravirtualized drivers SYNOPSIS
xenbus* at hypervisor? DESCRIPTION
The xenbus interface offers an abstraction layer used for communications between domains. xenbus is mainly used by split paravirtualized drivers, so backend and frontend devices can exchange configuration information, properties, and statistics. xenbus is not used for data transfer (network frames, blocks, PCI commands, ...). This functionality is implemented by each paravirtualized driver independently, typically via shared memory pages and an event channel that serves as a virtual interrupt, for signaling. The xenbus abstraction offers guests the possibility to read and write information directly from and to XenStore, a centralized database accessible to all domains. For this reason, it also has an event channel associated to it, so that domains can post messages to the XenStore facility. DIAGNOSTICS
xenbus0: using event channel %d The event channel associated to the xenbus interface, for communication with the XenStore database. SEE ALSO
pciback(4), xbd(4), xbdback(4), xennet(4), xpci(4), xvif(4) HISTORY
The xenbus driver first appeared in NetBSD 3.0. AUTHORS
The xenbus driver was written by Manuel Bouyer <bouyer@NetBSD.org>. BSD
January 8, 2011 BSD
All times are GMT -4. The time now is 02:22 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy