Thanks for the comment. The details are as:
virsh -c qemu+tcp://192.XXX.XX.X/system
Welcome to virsh, the virtualization interactive terminal.
Type: 'help' for help with commands
'quit' to quit
virsh # list --all
Id Name State
-
Sorry, actually I see the 'connection refused' is just your own test
after the fact. By that time the vm may be shut down, so connection
refused would make sense.
What happens if you do this:
'virsh dumpxml v-1-VM > /tmp/v-1-VM.xml' while it is running
stop the cloudstack agent
'virsh destroy v-1
You may want to look in the qemu log of the vm to see if there's
something deeper going on, perhaps the qemu process is not fully
starting due to some other issue. /var/log/libvirt/qemu/v-1-VM.log, or
something like that.
On Sun, Apr 20, 2014 at 11:22 PM, Marcus wrote:
> No, it has nothing to do
No, it has nothing to do with ssh or libvirt daemon. It's the literal
unix socket that is created for virtio-serial communication when the
qemu process starts. The question is why the system is refusing access
to the socket. I assume this is being attempted as root.
On Sat, Apr 19, 2014 at 9:58 AM
On 19.04.2014 15:24, Giri Prasad wrote:
# grep listen_ /etc/libvirt/libvirtd.conf
listen_tls=0
listen_tcp=1
#listen_addr = "192.XX.XX.X"
listen_addr = "0.0.0.0"
#
/usr/share/cloudstack-common/scripts/vm/hypervisor/kvm/patchviasocket.pl
-n v-1-VM -p
%template=domP%type=consoleproxy%host=192.XXX
>>> I am trying to trying to setup cloudstack 4.3 on centos 6.5. After
>
>>> all the installation steps are over, and upon pressing the
>>> button in the cloudstack gui, the following error comes out
>>> repeatedly. Any comments as to why is this happening?
>
>> Hi,
>
>> Is Selinux off or i
On 19.04.2014 14:40, Giri Prasad wrote:
I am trying to trying to setup cloudstack 4.3 on centos 6.5. After
all the installation steps are over, and upon pressing the
button in the cloudstack gui, the following error comes out
repeatedly. Any comments as to why is this happening?
Hi,
I
>> I am trying to trying to setup cloudstack 4.3 on centos 6.5. After
>> all the installation steps are over, and upon pressing the
>> button in the cloudstack gui, the following error comes out
>> repeatedly. Any comments as to why is this happening?
> Hi,
> Is Selinux off or in permissive mo
On 19.04.2014 13:12, Giri Prasad wrote:
Hello All,
I am trying to trying to setup cloudstack 4.3 on centos 6.5. After
all the installation steps are over, and upon pressing the
button in the cloudstack gui, the following error comes out
repeatedly. Any comments as to why is this happening?