Ttouble in cimtest setup

Hello. I try to do cimtest setup instructions (http://wiki.libvirt.org/page/Cimtest_setup) on Fedora10-beta. But I met a trouble in the cimtest automation step with following messages ================================================ ERROR - Disk pool with name 'cimtest-diskpool' already exists Unable to create disk pool cimtest-diskpool Please check your environment. ================================================ Would you give me a suggestion? Thanks. Toshoifumi Fujimura.

libvirt-cim-bounces@redhat.com wrote on 2008-10-10 09:53:49:
Hello.
I try to do cimtest setup instructions (http://wiki.libvirt.org/page/Cimtest_setup) on Fedora10-beta. But I met a trouble in the cimtest automation step with following messages ================================================ ERROR - Disk pool with name 'cimtest-diskpool' already exists
Unable to create disk pool cimtest-diskpool Please check your environment. ================================================ Would you give me a suggestion?
You can restart libvirt and test again, if it doesn't work yet, please destroy the exist disk pool as follows: #virsh -c xen:/// (or virsh -c qemu:///system), which depends on your hypervisor. #pool-destroy cimtest-diskpool Thanks!
Thanks. Toshoifumi Fujimura.
_______________________________________________ Libvirt-cim mailing list Libvirt-cim@redhat.com https://www.redhat.com/mailman/listinfo/libvirt-cim

Thanks to your reply. After investigating this problem, it turned out to be a SSH auth problem. Not diskpool problem. The command "virsh -c qemu:///system disk-pool --all" says Warning message because "id_rsa" does not exist It seems that I need to generate rsa key in addition to generate dsa key. So it needs to add RSA key generation to the instruction "http://wiki.libvirt.org/page/Cimtest_setup". Thanks Toshifumi Fujimura.
libvirt-cim-bounces@redhat.com wrote on 2008-10-10 09:53:49:
Hello.
I try to do cimtest setup instructions (http://wiki.libvirt.org/page/Cimtest_setup) on Fedora10-beta. But I met a trouble in the cimtest automation step with following messages ================================================ ERROR - Disk pool with name 'cimtest-diskpool' already exists
Unable to create disk pool cimtest-diskpool Please check your environment. ================================================ Would you give me a suggestion?
You can restart libvirt and test again, if it doesn't work yet, please destroy the exist disk pool as follows:
#virsh -c xen:/// (or virsh -c qemu:///system), which depends on your hypervisor. #pool-destroy cimtest-diskpool
Thanks!
Thanks. Toshoifumi Fujimura.
_______________________________________________ Libvirt-cim mailing list Libvirt-cim@redhat.com https://www.redhat.com/mailman/listinfo/libvirt-cim
------------------------------------------------------------------------
_______________________________________________ Libvirt-cim mailing list Libvirt-cim@redhat.com https://www.redhat.com/mailman/listinfo/libvirt-cim

Hi there =)
After investigating this problem, it turned out to be a SSH auth problem.
Not diskpool problem. The command "virsh -c qemu:///system disk-pool --all" says Warning message because "id_rsa" does not exist
This might be a typo, but the proper virsh command is: virsh -c qemu:///system pool-list --all What warning message do you see?
It seems that I need to generate rsa key in addition to generate dsa key. So it needs to add RSA key generation to the instruction "http://wiki.libvirt.org/page/Cimtest_setup".
I've updated the cimtest wiki page to include some clarification with the key setup. Let us know if this doesn't solve the issue you're seeing. Thanks! -- Kaitlin Rupert IBM Linux Technology Center kaitlin@linux.vnet.ibm.com
participants (3)
-
Guo Lian Yun
-
Kaitlin Rupert
-
Toshifumi Fujimura