Advertisement
Guest User

output

a guest
Nov 18th, 2014
412
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. [root@controller openstack]# cat /etc/nova/nova.conf | grep novnc
  2. novncproxy_base_url = http://10.192.206.235:6080/vnc_auto.html
  3. [root@controller openstack]# ps -ef | grep consoleauth
  4. root 29808 5797 0 23:21 pts/25 00:00:00 grep consoleauth
  5. stack 39155 39113 0 20:06 pts/18 00:00:08 /usr/bin/python /usr/bin/nova-consoleauth --config-file /etc/nova/nova.conf
  6. [root@controller openstack]# ps -ef | grep novncproxy
  7. root 29838 5797 0 23:21 pts/25 00:00:00 grep novncproxy
  8. stack 39050 38914 0 20:05 pts/16 00:00:05 /usr/bin/python /usr/bin/nova-novncproxy --config-file /etc/nova/nova.conf --web /opt/stack/noVNC
  9. [root@controller openstack]# netstat -lntp | grep 6080
  10. tcp 0 0 0.0.0.0:6080 0.0.0.0:* LISTEN 39050/python
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement