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

[Xen-users] Help, I've installed RHEL5 and tried to create one dom and a

To: <xen-users@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-users] Help, I've installed RHEL5 and tried to create one dom and all of the defaults are not working
From: "Ken Carpenter" <kcarpenter@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 3 Apr 2007 15:43:40 -0400
Delivery-date: Tue, 03 Apr 2007 12:42:56 -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>
Organization: Soleo Communications
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: Acd2KGFMS5yGrTV2RduGIcT+h5xYNw==

 

I’m trying to learn about XEN and am having problems …. here is what I did ..

 

I installed RHEL 5

            Linux version 2.6.18-8.1.1.el5xen (brewbuilder@xxxxxxxxxxxxxxxxxxxxxxxxxxxx) (gcc version 4.1.1 20070105 (Red Hat 4.1.1-52)) #1 SMP Mon Feb 26 20:51:53 EST 2007

 

I updated all of the RPMs

# yum update

… stuff …

No Packages marked for Update/Obsoletion

 

I updated the /etc/xen/xmexample into a new file dom1

#  -*- mode: python; -*-

kernel = "/boot/vmlinuz-2.6.18-8.1.1.el5xen"

memory = 64

name = "dom1"

vif = [ '' ]

disk = [ 'phy:hda1,hda1,w' ]

root = "/dev/hda1 ro"

extra = "4"

 

I updated the DevController.py script for the 3 argument problem that I got the first time I ran xm create

# xm create dom1 -c

Using config file "./dom1".

Error: destroyDevice() takes exactly 3 arguments (2 given)

 

And am now up to the following error

# xm create dom1 -c

Using config file "./dom1".

Error: Device 769 (vbd) could not be connected. Hotplug scripts not working.

 

Any suggestions, any and all help will be welcome.

 

Thanks

 

-ken

 

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] Help, I've installed RHEL5 and tried to create one dom and all of the defaults are not working, Ken Carpenter <=