2013-04-17 15:21:59 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<section xml:id="start-storage-node-services"
|
|
|
|
xmlns="http://docbook.org/ns/docbook"
|
|
|
|
xmlns:xi="http://www.w3.org/2001/XInclude"
|
2013-11-07 16:01:29 -06:00
|
|
|
xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0">
|
|
|
|
<?dbhtml-stop-chunking?>
|
|
|
|
<title>Start services on the storage nodes</title>
|
|
|
|
<para>Now that the ring files are on each storage node, you can
|
|
|
|
start the services. On each storage node, run the following
|
|
|
|
commands:</para>
|
2013-11-15 13:36:48 +05:30
|
|
|
<screen os="ubuntu;debian"><prompt>#</prompt> <userinput>service swift-object start</userinput>
|
2013-04-17 15:21:59 +01:00
|
|
|
<prompt>#</prompt> <userinput>service swift-object-replicator start</userinput>
|
|
|
|
<prompt>#</prompt> <userinput>service swift-object-updater start</userinput>
|
|
|
|
<prompt>#</prompt> <userinput>service swift-object-auditor start</userinput>
|
|
|
|
<prompt>#</prompt> <userinput>service swift-container start</userinput>
|
|
|
|
<prompt>#</prompt> <userinput>service swift-container-replicator start</userinput>
|
|
|
|
<prompt>#</prompt> <userinput>service swift-container-updater start</userinput>
|
|
|
|
<prompt>#</prompt> <userinput>service swift-container-auditor start</userinput>
|
|
|
|
<prompt>#</prompt> <userinput>service swift-account start</userinput>
|
|
|
|
<prompt>#</prompt> <userinput>service swift-account-replicator start</userinput>
|
2013-08-01 14:11:31 -05:00
|
|
|
<prompt>#</prompt> <userinput>service swift-account-reaper start</userinput>
|
2013-11-15 13:36:48 +05:30
|
|
|
<prompt>#</prompt> <userinput>service swift-account-auditor start</userinput></screen>
|
|
|
|
<screen os="fedora;rhel;centos;opensuse;sles"><prompt>#</prompt> <userinput>service openstack-swift-object start</userinput>
|
|
|
|
<prompt>#</prompt> <userinput>service openstack-swift-object-replicator start</userinput>
|
|
|
|
<prompt>#</prompt> <userinput>service openstack-swift-object-updater start</userinput>
|
|
|
|
<prompt>#</prompt> <userinput>service openstack-swift-object-auditor start</userinput>
|
|
|
|
<prompt>#</prompt> <userinput>service openstack-swift-container start</userinput>
|
|
|
|
<prompt>#</prompt> <userinput>service openstack-swift-container-replicator start</userinput>
|
|
|
|
<prompt>#</prompt> <userinput>service openstack-swift-container-updater start</userinput>
|
|
|
|
<prompt>#</prompt> <userinput>service openstack-swift-container-auditor start</userinput>
|
|
|
|
<prompt>#</prompt> <userinput>service openstack-swift-account start</userinput>
|
|
|
|
<prompt>#</prompt> <userinput>service openstack-swift-account-replicator start</userinput>
|
|
|
|
<prompt>#</prompt> <userinput>service openstack-swift-account-reaper start</userinput>
|
|
|
|
<prompt>#</prompt> <userinput>service openstack-swift-account-auditor start</userinput></screen>
|
|
|
|
<note>
|
|
|
|
<para>To start all swift services at once, run the command:</para>
|
|
|
|
<screen><prompt>#</prompt> <userinput>swift-init main start</userinput></screen>
|
|
|
|
<para>To know more about <literal>swift-init</literal> command, run:</para>
|
|
|
|
<screen><prompt>#</prompt> <userinput>man swift-init</userinput></screen>
|
|
|
|
</note>
|
|
|
|
<screen><prompt>#</prompt> <userinput>service rsyslog restart</userinput>
|
2013-10-09 13:26:36 -05:00
|
|
|
<prompt>#</prompt> <userinput>service memcached restart</userinput></screen>
|
2013-11-07 16:01:29 -06:00
|
|
|
<note os="fedora;rhel;centos">
|
2013-11-15 13:36:48 +05:30
|
|
|
<para>On Fedora, you might need to use <command>systemctl restart
|
|
|
|
<replaceable>service</replaceable></command>.</para>
|
2013-11-07 16:01:29 -06:00
|
|
|
</note>
|
2013-04-17 15:21:59 +01:00
|
|
|
</section>
|