Xen 
 
Home About Xen.org Xen Xen Summit Wiki Mailing List Bug Tracker Xen Downloads
 
   
 

xen-users

[Xen-users] Modifying DomU configuration to point to your disks

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Modifying DomU configuration to point to your disks
From: "James Corteciano" <linux@xxxxxxxxxxxxxxxxx>
Date: Fri, 27 Jun 2008 12:54:21 +0800
Delivery-date: Thu, 26 Jun 2008 21:54:55 -0700
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,

These are my set up:

Dom0 OS = Debian
DomU OS = CentOS 5.1
/etc/xen/guest.cfg:
------------------------------------------------
kernel = "/usr/local/src/xen/vmlinuz"
ramdisk = "/usr/local/src/xen/initrd.img"
#bootloader = "/usr/lib/xen-3.0.3-1/bin/pygrub"
memory = '128'
name = "xerv"
vif = [ 'bridge=xenbr0' ]
disk = [ 'phy:/dev/server/guest-disk,xvda,w', 'phy:/dev/server/guest-swap,sda1,w' ]
------------------------------------------------

My only problem is the "/dev/server/guest-swap" is not visible during installation and disk partition. Why the CentOS is not able to detect the disk sda1 and only the xvda? I try to check the xen manual and I can't find the right explanation and solution.

Regards,
-james
--
Linux Registered User #380364
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] Modifying DomU configuration to point to your disks, James Corteciano <=