openstack used commands controlling node port list

[Common Syntax
1, View service
OpenStack Service List
2, see the Endpoint
OpenStack Endpoint List,
3, view the field
OpenStack Domain List
4, view the project
OpenStack Project List
5, view the user
OpenStack the User List
6, view the role
OpenStack Role List
7, View mirror
OpenStack Image List
. 8, lists the available types: List OpenStack flavors
. 9, lists the available image: Image List OpenStack
10, available networks are listed: OpenStack network List
. 11, lists of available security groups: OpenStack security group List
12 is, check state of the instance: OpenStack List Server
13 is, create a role
OpenStack Create User role
14, see cinder storage
cinder-Service-List
15, view the image information
qemu-img info / var / lib / glance / images / image id
※ can view the virtual size, disk size to create instances of the back, must be greater than this value.

[] Inspection Service is normal
● The following execution control node:
1, check whether the service keystone normal
source environment variables
openstack token issue # display is normal

2, check glance whether the service is normal
openstack image list # Display the normal
or: OpenStack Image-List
. 3, check nova service is normal
openstack compute service list
or: nova service-list
if there are:
nova-Conductor control node
nova-consoleauth control node
nova-scheduler control node
nova-compute computing node
4, to check whether the normal service neutron
neutron agent-list

● control node port list (next three nodes: control, network, computing) 
TCP 1171 0 0 192.168.8.60:6379 0.0.0.0:* the LISTEN / Redis. 1-Server 
TCP 0 0 0.0.0.0:11211 0.0.0.0:* the LISTEN 1178 / the memcached       
TCP 1163 0 0 0.0.0.0:9292 0.0.0.0:* the LISTEN / python2 -> API-Glance service   
TCP 0.0.0.0:111 0.0.0.0:* the LISTEN. 1 0 0 / systemd            
TCP 0 0 0.0.0.0 : 4369 0.0.0.0:* LISTEN 1 / systemd - > rabbitma service        
tcp 0 0 192.168.122.1:53 0.0.0.0:* LISTEN 1857 / dnsmasq         
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1185 / sshd            
tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN 1166 /           cupsd
0 0 0.0.0.0:15672 0.0.0.0:* the LISTEN TCP 1158 / beam.smp        
tcp 0 0 0.0.0.0:9191 0.0.0.0:* LISTEN 1160 / python2-> glance -registry services   
0 0 127.0.0.1:25 0.0.0.0:* the LISTEN TCP 1880 / Master          
TCP 192.168.8.60:3260 0.0.0.0:* the LISTEN 0 0 -                    
TCP 1172 0 0 0.0.0.0:9696 0.0.0.0:* the LISTEN / python2- -> Neutron-Server    
tcp 0 0 0.0.0.0:6080 0.0.0.0:* LISTEN 1170 / python2 -> Nova-novncproxy service     
tcp 0 0 0.0.0.0:8774 0.0.0.0:* LISTEN 1169 / python2 -> nova -api service     
tcp 0 0 0.0.0.0:8775 0.0.0.0:* LISTEN 1169 / python2-> nova-metadata-api service   
tcp 0 0 0.0.0.0:8776 0.0.0.0:* LISTEN 1161 / python2         
tcp 0 0 0.0. 0.0: 25672 0.0.0.0:* LISTEN 1158 / beam.smp- > rabbitma service - to synchronize data between clusters with    
tcp   0   0 0.0.0.0:8778            0.0.0.0:*     LISTEN      2646/httpd          
tcp   0   0 0.0.0.0:3306            0.0.0.0:*     LISTEN      1515/mysqld         
tcp6 0   0 :::111                        :::*           LISTEN      1/systemd           
tcp6 0   0 :::80                          :::*           LISTEN      2646/httpd          
tcp6 0   0 :::22                          :::*           LISTEN      1185/sshd           
tcp6 0   0 ::1:631                      :::*            LISTEN      1166/cupsd          
tcp6 0   0 ::1:25                        :::*            LISTEN      1880/master         
tcp6 0   0 :::35357                     :::*            LISTEN      2646/httpd-->keystone admin        
tcp6 0   0 :::5000            :::*            LISTEN      2646/httpd-->keystone 普通用户      
tcp6 0   0 :::5672       :::*        LISTEN      1158/beam.smp->rabbitma服务-对外提供服务    
tcp6 0   0 :::8777                       :::*            LISTEN      2646/httpd          
tcp6 0   0 :::8041                       :::*            LISTEN      2646/httpd          
udp  0   0 0.0.0.0:11211           0.0.0.0:*                      1178/memcached      
udp  0   0 0.0.0.0:8125             0.0.0.0:*                      1167/python2        
udp  0   0 192.168.122.1:53      0.0.0.0:*                      1857/dnsmasq        
udp  0   0 0.0.0.0:67                0.0.0.0:*                       1857/dnsmasq        
udp  0   0 0.0.0.0:41141           0.0.0.0:*                       849/avahi-daemon: r 
udp  0   0 0.0.0.0:5353             0.0.0.0:*                       849/avahi-daemon: r 
View Code

 

Guess you like

Origin www.cnblogs.com/mountain2011/p/11605174.html