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] Running RHEL4 domain U in a FC5 domain0

To: Stefano Harding <sharding@xxxxxxxxxxxxxxxx>
Subject: Re: [Xen-users] Running RHEL4 domain U in a FC5 domain0
From: Christian Horn <chorn@xxxxxxxxxxxx>
Date: Wed, 15 Nov 2006 22:35:00 +0100
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Wed, 15 Nov 2006 13:35:37 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <455A7AE3.1060300@xxxxxxxxxxxxxxxx>
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: <455A7AE3.1060300@xxxxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mutt/1.5.9i
On Tue, Nov 14, 2006 at 06:26:43PM -0800, Stefano Harding wrote:
> I am trying to get a RedHat 4 guest OS running under a Fedora Core 5 
> domain 0. I have several FC5 guest os's running without a problem but 
> have had no luck trying to figure out how to get RHEL to install and 
> run. 

I use this way:
Copy an existing installation of RHEL4 to the disk-file of the rhel4-
vm. Create the disk-file/lvm-volume, create a filesystem on it, loop-
back-mount it in the dom0, copy the contents of the already installed
system to here. I use something like
   tar cfp - root bin dev home lib media mnt sbin srv var boot etc misc \
   initrd opt selinux usr|(ssh dom0server 'cd /mnt/newsys | tar xfp -')

Then on the dom0-server do further preparations:
   cd /mnt/newsys
   mkdir proc tmp sys                   # create missing dirs
   chmod 777 tmp
   chmod o+t tmp
   cp -r /lib/modules/*xenU lib/modules # copy modules of domU-kernel
                                        # that is installed in dom0
   vi etc/fstab                         # preparations

umount image, create domU-xen-config etc.
The installed system can also live on vmware or qemu, thats what i use
mostly.


Christian

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>