LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Virtualization and Cloud
User Name
Password
Linux - Virtualization and Cloud This forum is for the discussion of all topics relating to Linux Virtualization and Linux Cloud platforms. Xen, KVM, OpenVZ, VirtualBox, VMware, Linux-VServer and all other Linux Virtualization platforms are welcome. OpenStack, CloudStack, ownCloud, Cloud Foundry, Eucalyptus, Nimbus, OpenNebula and all other Linux Cloud platforms are welcome. Note that questions relating solely to non-Linux OS's should be asked in the General forum.

Notices


Reply
  Search this Thread
Old 07-19-2011, 04:48 AM   #1
trieudoahong
LQ Newbie
 
Registered: May 2010
Location: California
Distribution: RHEL
Posts: 8

Rep: Reputation: 3
Smile Howto setup XEN virtual machine on Fedora Core 6 x86


Hi all,

I'm a newbie in virtualization. I've started with a new FC6 box and select virtualization when install linux box. Just want to test some basic XEN action before i can get more advanced features.

I've tried to use virt-manager to create a new VM but can't create a new VM.

Maybe I'm did something wrong, so can you guys instruct me howto create a new VM and install OS into that machine. Thanks.
 
Old 07-19-2011, 04:50 AM   #2
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
don't use FC6, that's WAY out of date. DO NOT USE IT.

you can use Fedora 15 if you wish, Ubuntu, Mint, or for the enterprise side, try CentOS.

Xen is also largely obsolete in the open source virtualization world since Citrix bought it. You should be looking at KVM instead.
 
Old 07-19-2011, 08:14 AM   #3
fretbrner
LQ Newbie
 
Registered: Jan 2005
Location: Newcastle, NSW
Distribution: Centos, Scientific
Posts: 25

Rep: Reputation: 0
I don't think Citrix owns Xen. They just use it for their Xenserver. Also, news about the kernel supporting Xen has been announced. This makes Xen more appealing. They both have their pro's and con's
 
Old 07-19-2011, 09:16 AM   #4
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
http://en.wikipedia.org/wiki/Xen#History
 
Old 07-19-2011, 09:23 AM   #5
Blue_Ice
Member
 
Registered: Jul 2006
Location: Belgium
Distribution: Debian, Fedora, CentOS, Windows
Posts: 361

Rep: Reputation: Disabled
Quote:
Originally Posted by acid_kewpie View Post
Xen is also largely obsolete in the open source virtualization world since Citrix bought it. You should be looking at KVM instead.
Xen is not obsolete. Citrix XenServer is based on Xen and it is Open Source again, which is now called Xen Cloud Platform (XCP). The development of Xen is still very active, however Red Hat has decided not to package it by default anymore. Instead Red Hat is promoting KVM and their standard virtualization solution is based on KVM.

Edit: Xen is the hypervisor and XCP is a complete distribution for cloud computing using Xen Hypervisor.

Last edited by Blue_Ice; 07-19-2011 at 09:28 AM.
 
Old 07-19-2011, 09:33 AM   #6
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
No sure I didn't mean obsolete in the FC6 sense... just not preferred in general.
 
Old 07-19-2011, 02:42 PM   #7
Blue_Ice
Member
 
Registered: Jul 2006
Location: Belgium
Distribution: Debian, Fedora, CentOS, Windows
Posts: 361

Rep: Reputation: Disabled
Only not preferred by Red Hat actually... They have chosen KVM as the base to build there virtualization solution on.
 
Old 07-19-2011, 02:57 PM   #8
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
I don't see any other virtualization living in the mainline 2.6 kernel.
 
Old 07-19-2011, 03:18 PM   #9
Blue_Ice
Member
 
Registered: Jul 2006
Location: Belgium
Distribution: Debian, Fedora, CentOS, Windows
Posts: 361

Rep: Reputation: Disabled
True, but that doesn't mean that KVM is preferred. No matter how much I appreciate the work that the kernel developers do, that doesn't mean that their decisions are the preferences of the people who are using it. I believe that the freedom of choice is the main reason why many of like to use linux. So personally I think you should be a bit more careful about telling what is preferred or not. Because if it is important to use what is preferred, then you should tell to use VMware since it has the biggest install base.

KVM is nice, but if I remember well it is still lacking some features that Xen does have. However when you say that KVM is easier to use than Xen, I must admit that you are right. The reason for that is that it is integrated in the mainline kernel. But according to the latest research I have read, Xen is still used a lot more than KVM. So who decides what is preferred or not?
 
Old 07-27-2011, 07:01 AM   #10
trieudoahong
LQ Newbie
 
Registered: May 2010
Location: California
Distribution: RHEL
Posts: 8

Original Poster
Rep: Reputation: 3
Thanks all. I'll install FC15 and back to this thread later.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Setup Slackware64 HVM with Xen Dom0 Kernel 2.6.31.4 in Fedora 11 x86-64 Dom0 Teo En Ming Linux - Virtualization and Cloud 0 11-01-2009 08:24 AM
how do I setup a Ubuntu domU guest on a CentOS / Fedora Core XEN server? SoftDux Linux - Server 1 07-29-2008 05:59 AM
Virtual Machine Manager (Xen) in in Fedora 7 samthakur Linux - Software 0 11-15-2007 11:05 AM
Problem Installing Fedora Core 3 on virtual machine nisha081 Linux - Laptop and Netbook 1 09-15-2006 02:12 PM
Java Virtual Machine on Fedora Core 2 sonesay Fedora 3 06-06-2004 07:14 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Virtualization and Cloud

All times are GMT -5. The time now is 10:35 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration