problem installing centos5 as guest domain in xen

General support questions including new installations
Post Reply
snesbitt
Posts: 1
Joined: 2007/04/21 22:15:53

problem installing centos5 as guest domain in xen

Post by snesbitt » 2007/04/21 22:21:44

All:

I've got a centos 5 system setup with Xen enabled. However, I am stumped as to how to install another instance of centos 5 as an guest domain. I've setup an ftp server and confirmed I can access it, but when I can never get farther than the ftp setup. No matter what I enter in, it just displays again.

Any ideas on what I am doing wrong or how I can debug this?

Thanks!

-steve

z00dax
Posts: 220
Joined: 2004/11/30 22:04:52
Location: London - UK
Contact:

Re: problem installing centos5 as guest domain in xen

Post by z00dax » 2007/04/21 23:55:48

the easy way is to use the 'Virtual Machine manager' - its documented in the Deployment Guide

the not-as-easy way is to use the xm tool on the command line to build a new VM

dessimus
Posts: 9
Joined: 2006/06/15 15:05:41
Location: Roanoke, VA
Contact:

Re: problem installing centos5 as guest domain in xen

Post by dessimus » 2007/04/22 02:53:09

I found the "virt-install" method from the command line much easier to use

see section 7.1

[url=http://fedoraproject.org/wiki/FedoraXenQuickstartFC6]http://fedoraproject.org/wiki/FedoraXenQuickstartFC6[/url]

freddy
Posts: 4
Joined: 2007/04/26 14:56:31

Re: problem installing centos5 as guest domain in xen

Post by freddy » 2007/04/27 19:51:59

I think that this is not documented very well but here is what I did:

- copied the Centos5 DVD to /usr/local/xen/centos50/

- Then added this to the /etc/httpd/httpd.conf file:

alias /centos50/ /usr/local/xen/centos50/


Options Indexes FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all


- /etc/init.d/httpd restart

- now you can use any install method like virt-install or install-manager... when it asks for source just do http:///centos50/

Hope that helps...

Post Reply