All of lore.kernel.org
 help / color / mirror / Atom feed
From: "B.G. Bruce" <bgb@nt-nv.com>
To: mark.williamson@cl.cam.ac.uk
Cc: xen-devel <xen-devel@lists.sourceforge.net>
Subject: Re: Back end domains : input desired
Date: Mon, 24 Jan 2005 12:36:05 -0400	[thread overview]
Message-ID: <1106584565.4743.225.camel@master.vms.security> (raw)
In-Reply-To: <200501241618.16884.mark.williamson@cl.cam.ac.uk>

On Mon, 2005-01-24 at 12:18, Mark A. Williamson wrote:
> > DOM0:  minimal linux install with LVM2 primarily for backending the ide
> > disks.
> 
> Fine.
> 
> > BE_NIC_0:  Back end NIC_0 domain (bridge) with minimal linux install -
> > no ip address assigned - using ebtables to filter/protect
> > BE_NIC_1:  Same as BE_NIC_0 only for NIC_1
> 
> This should work, although a recent post suggested there was some sort of bug 
> in the multiple backend support...
> 
> > BE_VNIC_2:  Back end for a "virtual nic"/bridge for DomU to DomU
> > communication (DMZ).
> 
> So does this have any connections to the physical network cards at all?

No. Could I possibly use the "dummy" driver to handle this requirement?

> The problem is that AFAIK the current code won't allow a domain to run a 
> backend driver unless it's controlling a real physical device.
> 
> > BE_MGMT:  firewall config/mgmt console (xwindows) (preferred x
> > displaying (direct) through AGP on console - is this possible) and
> > ntp/clock sync (can this happen here or does it have to happen on
> > DOM0?).
> 
> Clock sync can probably only occur from dom0 at the moment.  Likewise for AGP 
> access (although one user had some success in giving a graphics card to a 
> domU, it's not fully working yet).

Ok, I can live with that for the moment ... hopefully this will be
addressed in the near future?


> > 1)   I only seem to be able to compile the actual NIC drivers with DOM0
> > (e100/e1000/3c95x, etc).  Is this where I should be compiling them even
> > though the NIC's will be used in another DOM?  If not, how do I go about
> > compiling the drivers for the BE DOM'S? (they don't show up as options -
> > yes, I do have XEN_PHYSDEV_ACCESS and XEN_NETDEV_BACKEND enabled.
> 
> Just stick all the drivers you need into a xen0 kernel, then use that kernel 
> in any domain that's talking to the hardware.  You can use a xen0 kernel 
> anywhere.

Wow, so you can run "multiple" dom0 images (one real dom0) - is there
anything I need to add to the .sxp file to differentiate the non-dom0
domains from the real Dom0?

> > 2)  Even with pci_dom0_hide=(01,01,0)(02,00,0) as part of my grub.conf
> > (for the startup of xen.gz), I still see these devices under DOM0, is
> > this normal? lspci shows the devices as 0000:01:01.0 and 0000:02:00:0.0)
> > respectively.  Are my parameters to pci_dom0_hide correct?
> 
> Try physdev_dom0_hide - pci_dom0_hide is a bug that got introduced to the docs 
> at some point (I think it has now been fixed).

Not as of yesterday with regards to the doc available on your website.

> > 3)  Should I be using stable, testing or unstable for this?  NOTE:
> > stable and testing both are unable to attach xen console to ttyS whereas
> > unstable works correctly for this.
> 
> In general, use stable for production environments.  Testing is the "next 
> stable release" and so is quite stable itself (and may have additional bug 
> fixes).
> 
> > 4)  It would be preferred to run X in a domain separate from Dom0, but
> > still be accessible for use on the local console without having to
> > install X and a VNC client in DOM0.  Is this possible, or am I just
> > dreaming here?
> 
> Possible in theory, in practice this doesn't quite work yet.

Good to know - I'll try it anyways and see if I'm lucky one of the lucky
few, or if I have to wait.

> HTH,
> Mark
> 

Thanks for the input!

B.


-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl

  reply	other threads:[~2005-01-24 16:36 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-01-19 21:21 Must have been asked before, but I can't find the solution Ian Pratt
2005-01-19 21:32 ` B.G. Bruce
2005-01-19 21:51   ` Kip Macy
2005-01-19 21:52 ` Felipe Alfaro Solana
2005-01-19 22:08   ` B.G. Bruce
2005-01-19 22:13     ` Kip Macy
2005-01-20 13:01     ` Mark Williamson
2005-01-20 15:30       ` B.G. Bruce
     [not found] ` <200501210044.03264.maw48@cl.cam.ac.uk>
     [not found]   ` <1106284353.4743.46.camel@master.vms.security>
     [not found]     ` <200501221446.12675.maw48@cl.cam.ac.uk>
2005-01-24 16:09       ` Back end domains : input desired B.G. Bruce
2005-01-24 16:18         ` Mark A. Williamson
2005-01-24 16:36           ` B.G. Bruce [this message]
2005-01-24 16:50             ` Tobias Hunger
2005-01-24 17:03             ` Jan Kundrát
2005-01-24 17:06             ` Mark A. Williamson
2005-01-24 17:17               ` Andrew Warfield

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1106584565.4743.225.camel@master.vms.security \
    --to=bgb@nt-nv.com \
    --cc=mark.williamson@cl.cam.ac.uk \
    --cc=xen-devel@lists.sourceforge.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.