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] 4 questions about Xen (under qemu)

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Xen-users] 4 questions about Xen (under qemu)
From: "Javier Terceiro" <correolista@xxxxxxxxx>
Date: Fri, 21 Jul 2006 09:49:46 +0200
Delivery-date: Fri, 21 Jul 2006 00:50:39 -0700
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=t+l7nXXrJiNJVhFS6FjquYTEpBMXqUPDAr15t87p30XrG2jutwhaIzdrarSQx+p8hJJ/VyOuBrMz06jevLO1FN9jEUnt8G/ZQ7DtgIKZeVCLZmkGE0BXDniG5CxPUGsCzVKaxopP5Jo0t7JZ65w5eT75ZSW1pE3ROD8zUJINRek=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <1153405432.44bf91f813be6@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>
References: <1153405432.44bf91f813be6@xxxxxxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx

Hi,

2. network reliability. With qemu, I use a -redir tcp:2222::22 in order to use ssh.
With dom0 it's OK. As soon as I start domU it's not working anymore. Can I
avoid that?

 When you start DomU lets work the network in Dom0? If you like connect to ssh in DomU your DomU needs a network connection, and with its IP, you establish the connection to port 22.

4. cdrom: is it possible to use the cdrom from domU? I can't manage to make it
run? I could share it by domO and nfs, and mount it under domU, but nfs
doesn't work (see 3.)

Yes. It is possible. In your DomU configuration, you need to pass the device

disk   = [ 'phy:/dev/sdc1,sda1,w', 'phy:/cdrom,hda,rw' ]

With this line in DomU configuration, /cdrom is hda in DomU. You need mount /cdrom en Dom0 and it will be able to accede to /cdrom.

You can have access to the CDROM directly if DomU controls the device. You see the official documentation about its: http://www.cl.cam.ac.uk/Research/SRG/netos/xen/readmes/user/user.html#SECTION03230000000000000000

-Javier-
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>