Execution problem with virt-manger in KVM virtulization


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users Execution problem with virt-manger in KVM virtulization
# 1  
Old 01-19-2015
RedHat Execution problem with virt-manger in KVM virtulization

Hi,

I am trying to setup KVM virtulization under CentOS6.0x32 and installed all the required rpm's as per the installation guidelines.
Code:
[root@localhost ~]# rpm -qa | grep libvirt
libvirt-cim-0.6.1-4.el6.i686
fence-virtd-libvirt-qpid-0.2.1-5.el6.i686
libvirt-qpid-0.2.22-3.el6.i686
libvirt-client-0.10.2-18.el6.i686
libvirt-snmp-0.0.2-3.el6.i686
ocaml-libvirt-0.6.1.0-6.2.el6.i686
libvirt-java-0.4.9-1.el6.noarch
libvirt-devel-0.10.2-18.el6.i686
ocaml-libvirt-devel-0.6.1.0-6.2.el6.i686
libvirt-java-devel-0.4.9-1.el6.noarch
libvirt-java-javadoc-0.4.5-2.el6.noarch
fence-virtd-libvirt-0.2.1-5.el6.i686
libvirt-0.10.2-18.el6.i686
libvirt-python-0.10.2-18.el6.i686
[root@localhost ~]# rpm -qa | grep qemu
qemu-img-0.15.0-1.el6.rfx.i686
qemu-kvm-1.0-27.1.i686
qemu-system-x86-1.0-27.1.i686

service is started for KVM as
Code:
[root@localhost ~]# /etc/init.d/libvirtd status
libvirtd (pid  2104) is running...

I am getting the following error while executing the following command :
Code:
[root@localhost Desktop]# virt-manager 
Unable to open connection to hypervisor URI 'qemu:///system':
no connection driver available for No connection for URI qemu:///system
Traceback (most recent call last):
  File "/usr/share/virt-manager/virtManager/connection.py", line 992, in _try_open
    None], flags)
  File "/usr/lib/python2.6/site-packages/libvirt.py", line 102, in openAuth
    if ret is None:raise libvirtError('virConnectOpenAuth() failed')
libvirtError: no connection driver available for No connection for URI qemu:///system

I have done all of the instruction available as google or blogs, still the same issue.

can any one let me why these error are ? Smilie
Thanks

thabjs
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

In KVM how to disable console ttyS0 from the virt xml file

I got an issue in a RH6.3 VM host , the issue is ttyS0 is always respawning and piling up /var/log/messages with errors.The customer is OK to have tty0 as the serial terminal but ttyS0 needs to be disabled. Below is the mention of lines that contain 'serial' string from the xml file . How can I... (1 Reply)
Discussion started by: Paras Pandey
1 Replies

2. UNIX for Dummies Questions & Answers

Execution problem

How to search a pattern from multiple files... i used the command suppose the pattern name is xxx grep xxx (file1-o- file2-o- file3) Thanks in advance (4 Replies)
Discussion started by: ksakil
4 Replies

3. Shell Programming and Scripting

Execution problem

Hi, I have been trying to run a simple script CONFIG_FILE="/jay/check" . . . for i in `cat $CONFIG_FILE` do loc=`echo $i | cut -d "|" -f2` var=$(find $loc -mtime -1|wc -l) if then echo $loc has files older than 1 day fi done . . . (2 Replies)
Discussion started by: jayii
2 Replies

4. UNIX for Dummies Questions & Answers

execution problem

HI I am trying to check the status of port using command /code: netstat -an | grep port /Output: *.2009 *.* 0 0 65535 0 LISTEN what i am trying to do is i want to grep only status Wether the port is established/listen if so show ok else... (1 Reply)
Discussion started by: esumiba
1 Replies

5. UNIX for Dummies Questions & Answers

execution problem

Hi i am using expect module and trying to login using following code. ssh 127.0.0.1 expect "word:" send "$password \n" kindly let me know the login script using expect module (1 Reply)
Discussion started by: esumiba
1 Replies

6. Red Hat

Configuration problem in virt-manager

HI, I use red hat linux ES 5. I start the virt-manager and add new guest host in it . But When I choose parXXX-virtuXXXXX ...not full-virtXXXx... I get below screen to fill installtion source Please indicate where installation media is available for the operating system you would like to... (1 Reply)
Discussion started by: chuikingman
1 Replies

7. Solaris

Query regarding Indentity Manger & Directory Server

Can anyone tell me what's the difference between Identity Manager, oracle/sun directory services & AD bridge prodcut like centrify or quest (0 Replies)
Discussion started by: fugitive
0 Replies

8. Solaris

Solaris Volume Manger - Database Replicas Question - Benefits of Increasing Default Size?

Hey all! I was hoping someone knew anything about this one... I know with Solaris Volume Manager the default Database Replica size is 8192 blocks (4MB approximately) Now I know you can increase this amount but is there any point? The reason I am asking this is that I've setup mirroring on... (2 Replies)
Discussion started by: Keepcase
2 Replies

9. Solaris

Sun Virtulization

Although I have a UNIX backgroud but after getting myself involved in VMWare and vsphere I am much amazed by the endless posibilites that it has to offer. I was wondering, and I know there is something quiet similar out there offered by Sun Microsystems, but my specific question is if I can... (6 Replies)
Discussion started by: Tirmazi
6 Replies

10. UNIX for Dummies Questions & Answers

Launch File Manger on Solaris

Hi, I know that I can launch File Manger or Text Editor from the icons on the KDE manger. How can I launch those via command prompt? Because I would like to launch from an X-Session. Thanks, (3 Replies)
Discussion started by: yankee428
3 Replies
Login or Register to Ask a Question