<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
what is the vnc server listen address in /etc/nova/nova.conf should
be unique to each compute node<br>
<br>
the vnc proxy should be the same across all the compute nodes<br>
<br>
[root@rhos0 ~(keystone_admin)]$ for i in 2 3 4 5; do ssh rhos$i grep
vnc /etc/nova/nova.conf; done | grep -v \#<br>
novncproxy_base_url=<a class="moz-txt-link-freetext" href="http://10.16.137.100:6080/vnc_auto.html">http://10.16.137.100:6080/vnc_auto.html</a><br>
vncserver_listen=10.16.137.102<br>
vncserver_proxyclient_address=10.16.137.102<br>
vnc_enabled=true<br>
novncproxy_base_url=<a class="moz-txt-link-freetext" href="http://10.16.137.100:6080/vnc_auto.html">http://10.16.137.100:6080/vnc_auto.html</a><br>
vncserver_listen=10.16.137.103<br>
vncserver_proxyclient_address=10.16.137.103<br>
vnc_enabled=true<br>
novncproxy_base_url=<a class="moz-txt-link-freetext" href="http://10.16.137.100:6080/vnc_auto.html">http://10.16.137.100:6080/vnc_auto.html</a><br>
vncserver_listen=10.16.137.104<br>
vncserver_proxyclient_address=10.16.137.104<br>
vnc_enabled=true<br>
novncproxy_base_url=<a class="moz-txt-link-freetext" href="http://10.16.137.100:6080/vnc_auto.html">http://10.16.137.100:6080/vnc_auto.html</a><br>
vncserver_listen=10.16.137.105<br>
vncserver_proxyclient_address=10.16.137.105<br>
vnc_enabled=true<br>
<br>
<br>
thanks, jacob<br>
<br>
<br>
On 04/08/2013 05:03 PM, Juan José Pavlik Salles wrote:
<blockquote
cite="mid:CAKCETkdyqA7TdgyqS2K0kqo91pCRmd7oUhB73b=9NMRAb_v6QQ@mail.gmail.com"
type="cite">
<div dir="ltr">Hi guys, today i added my second compute-node to my
folsom deploy. After configuring everything i launched 2 VMs.
One of the VMs is running on the new node, awesome i said!, but
when i tried to open VNC (from the dashboard) i always get just
the console of the VM running on the first compute-node i added.
<div>
<br>
</div>
<div>What i see is on the first compute node is 2 tcp
connections to KVM:</div>
<div><br>
</div>
<div>
<div>tcp 0 0 <a moz-do-not-send="true"
href="http://172.19.136.20:5900">172.19.136.20:5900</a>
<a moz-do-not-send="true"
href="http://172.19.136.1:53082">172.19.136.1:53082</a>
ESTABLECIDO 37988/kvm </div>
<div>tcp 0 0 <a moz-do-not-send="true"
href="http://172.19.136.20:5900">172.19.136.20:5900</a>
<a moz-do-not-send="true"
href="http://172.19.136.1:53107">172.19.136.1:53107</a>
ESTABLECIDO 37988/kvm </div>
<div><br>
</div>
<div style="">But i don't see any on the new compute node. So
i assume that somehow, the VNC from dashboard is connecting
to the same console instead of the one in the VM running in
the new compute-node.</div>
<div style=""><br>
</div>
<div style="">I may have forgotten something in this new
compute-node, but i can't figure it out. </div>
<div style=""><br>
</div>
<div style="">The new VM is running on 172.19.136.21 (my new
compute-node) so i should see one connection on this host to
5900 TCP, but instead of this, both connections go to
172.19.136.20.</div>
<div style=""><br>
</div>
<div style="">I ran nova-novncproxy and i saw that no matter
what VM i choose it always connects to: </div>
<div style="">
<div><br>
</div>
<div> 21: connecting to: <a moz-do-not-send="true"
href="http://172.19.136.20:5900">172.19.136.20:5900</a></div>
<div><br>
</div>
<div style="">Any ideas?? Thanks!</div>
<div style=""><br>
</div>
</div>
-- <br>
Pavlik Juan José
</div>
</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
OpenStack-operators mailing list
<a class="moz-txt-link-abbreviated" href="mailto:OpenStack-operators@lists.openstack.org">OpenStack-operators@lists.openstack.org</a>
<a class="moz-txt-link-freetext" href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators</a>
</pre>
</blockquote>
<br>
</body>
</html>