To run an on-screen command
screen -r
Now you will be in the screen window, and you will see a list of Openstack services; Like "q-svc", "horizon", "key-access" at the bottom of the screen; The currently active screen will be marked * as "horizon *"
To go to a specific Openstack service, click
"Ctrl + a" and "0-9" Example: "Ctrl + a" 5
go to the actual service; You can also go to the next or previous screen using the commands below.
"Ctrl + a" and n --- > for next "Ctrl + a" and p --- > for previous
Now to stop and start the service; Go to the appropriate screen window and click
"Ctrl + c"
To stop the service; Now the bash screen will be displayed in the corresponding screen window; and to start the service, press the UP arrow to see the last command executed in the screen window, and press Enter to start the same.
Life is easier on screen to start and stop Openstack services configured to work with Devstack.
source share