Linux - Desktop This forum is for the discussion of all Linux Software used in a desktop context. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
11-30-2006, 06:03 PM
|
#1
|
LQ Newbie
Registered: Nov 2006
Posts: 4
Rep:
|
Xen error on connection with virt-manager
I'm running FC6 and have installed xen. I have confirmed that the xen kernel, services and daemon are running.
I'm getting the following message when I click on "connect" when trying to open a connection to the local xen host:
"Unable to open a connection to the Xen hypervisor/daemon. Verify that
- a xen host kernel was booted
- the xen service has been started
Both are running so what else is missing? Where can I check?
Thanks!
|
|
|
09-27-2008, 08:37 AM
|
#2
|
LQ Newbie
Registered: Sep 2008
Posts: 1
Rep:
|
Hi
Did you ever find the answer to your question? I am suffering from the same problem when using it in SUSE 11
|
|
|
06-01-2009, 11:59 AM
|
#3
|
LQ Newbie
Registered: May 2009
Posts: 6
Rep:
|
xen doesn't work on fedora6
I had the same problem trying to get xen hypervisor to work on fedora6.
i fixed the problem by installing virt-manager with the qemu hupervisor and was able to create virtual machines. apt-get install virt-manager and your good to go, u might have some problems bridging the virtual network adapter with your host network adapter, with the network manager running, so i uninstalled it and configured a script in the interfaces file as shown below:
auto eth0
iface eth0 inet dhcp
up ifconfig eth0 0.0.0.0 promisc
up brctl addbr vnet0
up brctl addif vnet0 eth0
up ifconfig vnet0 <ip address> netmask 255.255.255.0 up
up route add -net <network ip> netmask 255.255.255.0 vnet0
up route add default gw <gateway ip> vnet0
this should allow you to have internet activity on both the host and the virtual machine
set up your bridging using the brctl command utility and you should be good to go.
hope this helps
coolphive
|
|
|
06-17-2009, 03:52 AM
|
#4
|
Member
Registered: Jan 2009
Location: Mumbai, India
Distribution: Fedora 9, 10,11, RHEL 5
Posts: 67
Rep:
|
Quote:
Originally Posted by coolphive
I had the same problem trying to get xen hypervisor to work on fedora6.
i fixed the problem by installing virt-manager with the qemu hupervisor and was able to create virtual machines. apt-get install virt-manager and your good to go, u might have some problems bridging the virtual network adapter with your host network adapter, with the network manager running, so i uninstalled it and configured a script in the interfaces file as shown below:
|
Which interfaces file have to configured with this script? I just installed Xen-3.3.1 on fedora9. I am able to start the xend services and can see the processes running under pstree -pa | grep xend
But when I try to connect through virt-manager. It says the connection cannot be established..
Thanks
Harsha
|
|
|
06-17-2009, 07:14 AM
|
#5
|
Member
Registered: Jan 2009
Location: Mumbai, India
Distribution: Fedora 9, 10,11, RHEL 5
Posts: 67
Rep:
|
Virt-manager connection problem solved!
Hey yo!!
I am able to connect to Xend through Virt-manager..
Just thought I should post a valid solution for this unanswered thread.. here it goes..
When you install Xen. You will need to configure xend using the file /etc/xen/xend-config.sxp
In this file search for the following line:
#(xend-unix-server no)
uncomment it and change it to: (xend-unix-server yes)
If you want to connect to xend through http then you should uncomment and change the (xend-http-server no) to 'yes'. (This has security concerns and its not safe)
Restart the xend server and try connecting to Xen hypervisor.. Hope this helps.. Atleast, it worked for me..
-harsha
|
|
1 members found this post helpful.
|
12-29-2010, 08:05 AM
|
#6
|
LQ Newbie
Registered: Oct 2010
Posts: 4
Rep:
|
Quote:
Originally Posted by sreeharsha.t
Hey yo!!
I am able to connect to Xend through Virt-manager..
Just thought I should post a valid solution for this unanswered thread.. here it goes..
When you install Xen. You will need to configure xend using the file /etc/xen/xend-config.sxp
In this file search for the following line:
#(xend-unix-server no)
uncomment it and change it to: (xend-unix-server yes)
If you want to connect to xend through http then you should uncomment and change the (xend-http-server no) to 'yes'. (This has security concerns and its not safe)
Restart the xend server and try connecting to Xen hypervisor.. Hope this helps.. Atleast, it worked for me..
-harsha
|
Awesome harsha, it worked for me.
|
|
|
All times are GMT -5. The time now is 06:00 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|