Quantcast
Channel: Ask OpenStack: Q&A Site for OpenStack Users and Developers - Individual question feed
Viewing all articles
Browse latest Browse all 34

Answer by jscheponik for I have OpenStack Havanna installed in Ubuntu 12.04 Server and I want to start or stop OpenStack services manually through command-line? I have searched but there is no tutorial where I see such things. Can anyone help me?

Next: Comment by mani619cash for Restart Compute services: # service openstack-nova-api restart # service openstack-nova-cert restart # service openstack-nova-consoleauth restart # service openstack-nova-scheduler restart # service openstack-nova-conductor restart # service openstack-nova-novncproxy restart Restart Networking services. # service neutron-server restart # service neutron-dhcp-agent restart # service neutron-l3-agent restart # service neutron-metadata-agent restart Also restart your chosen Networking plug-in agent, for example, Open vSwitch. # service neutron-openvswitch-agent restart Cinder Services restart # service openstack-cinder-api restart # service openstack-cinder-backup restart # service openstack-cinder-scheduler restart # service openstack-cinder-volume restart On ubuntu run # service --status-all | grep nova # service --status-all | grep neutron To get service names specific to OS
$
0
0
sudo service xxxx stop sudo service xxxx start where xxxx is the name of a running service http://docs.openstack.org/trunk/install-guide/install/apt/content/ should have most of the services you need to stop and start listed in the sections around the installation of each piece.

Viewing all articles
Browse latest Browse all 34

Trending Articles