Thursday, May 2, 2024
 Popular · Latest · Hot · Upcoming
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 1382  / 3 Years ago, sun, august 1, 2021, 1:44:05

Basically I am trying to setup a cloud with Ubuntu 12.04, Eucalyptus and Xen.



I have installed Xen. Now when I run xm list command, it shows Domain-0 is running. But when I try with virsh list, nothing is populated. Even virsh list --all does not produce any output.



How to solve this problem?


More From » xen

 Answers
4

I think with virsh you need to explicitly tell it where to connect to as well, so the correct command, given that the qemu instance you want to connect to is local, would be



virsh -c qemu:///system list --all


or with xen, I guess it might be (unsure here)



virsh -c xen:/// list --all


It's likely possible to configure virsh to use this a the default location, I don't know if there's a reason the virsh package does not do that automatically.


[#27673] Monday, August 2, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
serveeel

Total Points: 347
Total Questions: 106
Total Answers: 117

Location: American Samoa
Member since Fri, Aug 26, 2022
2 Years ago
;