If you could ssh into CPVM, you can do following checks

ps -ef | grep java - check to see if the java agent is running inside

netstat -an | grep 8250 - check to see if it has connected to management
server

netstat -an | grep 443 - if the java agent is running, check to see if it
is ready listening at port 443

ifconfig eth2 - find out the "public" IP address agent is listening at

ping the IP from outside (where your browser is running), if your setup is
deployed in a flat network, management network IP and public network IP
fall into the same subnet, due to default rpfilter settings, you may not
able to connect to it in that situation

Kelven



On 8/13/13 11:25 AM, "Andrew V" <andrewmva...@gmail.com> wrote:

>I have read every thread on the internet I could find about this and never
>found an answer.
>
>I have cloudstack up and running, everything works fine except for the
>view
>console button, when clicked the browser says "The operation timed out."
>
>I can ssh into the cpvm and ssvm from the host, and the ssvm-check script
>shows no errors on either of them.
>
>I am running centos 6.4, have iptables turned off on the management and
>host server. Have double checked my libvirt settings and even tried
>reinstalling everything.
>
>I can ping the system vms from both servers
>
>I can not find anything relevant in any logs either.
>
>
>I appreciate any suggestions, and I can provide logs/more details if
>needed.
>
>
>Thank you

Reply via email to