Resolved vnc console issue. Started vnc in debug and passed "nova_token" value in rfb.js. After that console came. Thanks Minox for clue.
On Mon, Aug 19, 2013 at 9:04 PM, Jitendra Bhaskar <[email protected]>wrote: > Only one nova-consoleauth process is running on controller. Started > consoleauth in debug mode , looks able to get TOKEN : > > 2013-08-19 20:57:56.193 DEBUG nova.openstack.common.rpc.amqp > [req-df6a67ba-4a0d-4793-bceb-fe842779ced1 36f1f7d329864497b0df15ae4b4c00f2 > a0f7df9eb4f04678811c50c65a91c3f4] Pool creating new connection create > /usr/lib/python2.7/dist-packages/nova/openstack/common/rpc/amqp.py:75 > 2013-08-19 20:57:56.195 INFO nova.openstack.common.rpc.common > [req-df6a67ba-4a0d-4793-bceb-fe842779ced1 36f1f7d329864497b0df15ae4b4c00f2 > a0f7df9eb4f04678811c50c65a91c3f4] Connected to AMQP server on localhost:5672 > 2013-08-19 20:57:56.196 DEBUG nova.openstack.common.rpc.amqp > [req-df6a67ba-4a0d-4793-bceb-fe842779ced1 36f1f7d329864497b0df15ae4b4c00f2 > a0f7df9eb4f04678811c50c65a91c3f4] UNIQUE_ID is > 17ec2f8b25cf460ca60255593f217540. _add_unique_id > /usr/lib/python2.7/dist-packages/nova/openstack/common/rpc/amqp.py:337 > > > > > On Mon, Aug 19, 2013 at 8:16 PM, MinoX <[email protected]> wrote: > >> How many nova-consoleauth process you have? Three? One in each >> controller?. >> >> In this case, the nova-consoleauth(s) should shared the tokens. >> >> Enabled verbose output to nova-consoleauth log and you see token - FAIL? >> >> >> 2013/8/19 Jitendra Bhaskar <[email protected]> >> >>> Hi, >>> >>> Unable to see console using vnc. Running openstack with three node >>> controller, network and compute. >>> >>> Compute node nova.conf for vnc : >>> # novnc >>> vnc_enabled=true >>> novncproxy_base_url=http://public_ip_of_controller:6080/vnc_auto.html >>> novncproxy_port=6080 >>> vncserver_proxyclient_address=management_ip_compute >>> vncserver_listen=0.0.0.0 >>> >>> Controller node nova.conf for vnc : >>> >>> # novnc >>> novnc_enabled=true >>> novncproxy_port=6080 >>> novncproxy_base_url=http://public_ip_of_controller:6080/vnc_auto.html >>> vncserver_proxyclient_address=management_ip_of_controller >>> vncserver_listen=0.0.0.0 >>> >>> On controller node : >>> # tail -f /var/log/nova-consoleauth.log >>> 2013-08-19 19:07:48.787 AUDIT nova.consoleauth.manager >>> [req-a3619e78-957a-4306-adda-a18fffff0689 36f1f7d329864497b0df15ae4b4c00f2 >>> a0f7df9eb4f04678811c50c65a91c3f4] Received Token: >>> 694ca183-02d2-4e8e-9ab7-7e14529bc42d, {'instance_uuid': >>> u'72d76c4e-eec6-4529-b8f6-26ad7ad8947c', 'internal_access_path': None, >>> 'last_activity_at': 1376919468.787, 'console_type': u'novnc', 'host': >>> u'compute_IP', 'token': u'694ca183-02d2-4e8e-9ab7-7e14529bc42d', 'port': >>> u'5901'}) >>> >>> >>> >>> >>> -- >>> * Thanks & Regards * >>> *Jitendra Kumar Bhaskar* >>> Cell:- +91 7306311531 >>> :- +91 9989743042 >>> >>> >>> _______________________________________________ >>> Mailing list: >>> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack >>> Post to : [email protected] >>> Unsubscribe : >>> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack >>> >>> >> > > > -- > * Thanks & Regards * > *Jitendra Kumar Bhaskar* > Cell:- +91 7306311531 > :- +91 9989743042 > > -- * Thanks & Regards * *Jitendra Kumar Bhaskar* Cell:- +91 7306311531 :- +91 9989743042
_______________________________________________ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : [email protected] Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
