このコンテンツは選択した言語では利用できません。

Chapter 2. Process Management


Each time you want to start, restart, and stop the Ceph daemons, you must specify the daemon type or the daemon instance.

2.1. Running Ceph as a systemd Service

In Red Hat Ceph Storage 2, all process management is done through the Systemd service.

2.1.1. Starting, Stopping, Restarting All Daemons

To start, stop, or restart all the Ceph daemons, execute the following commands from the local node running the Ceph daemons, and as root:

  • Start All Ceph Daemons

    # systemctl start ceph.target
  • Stop All Ceph Daemons

    # systemctl stop ceph.target
  • Restart All Ceph Daemons

    # systemctl restart ceph.target

2.1.2. Starting, Stopping, Restarting All Daemons by Type

To start, stop, or restart all Ceph daemons of a particular type, execute the following commands from the local node running the Ceph daemons, and as root:

  • All Monitor Daemons

    • Starting:

      # systemctl start ceph-mon.target
    • Stopping:

      # systemctl stop ceph-mon.target
    • Restarting:

      # systemctl restart ceph-mon.target
  • All OSD Daemons

    • Starting:

      # systemctl start ceph-osd.target
    • Stopping:

      # systemctl stop ceph-osd.target
    • Restarting:

      # systemctl restart ceph-osd.target
  • All RADOS Gateway Daemons

    • Starting:

      # systemctl start ceph-radosgw.target
    • Stopping:

      # systemctl stop ceph-radosgw.target
    • Restarting:

      # systemctl restart ceph-radosgw.target

2.1.3. Starting, Stopping, Restarting a Daemon by Instances

To start, stop, or restart a Ceph daemon of a particular type by instance, execute the following commands from the local node running the Ceph daemons, and as root:

  • Monitor Instance

    • Starting:

      # systemctl start ceph-mon@<monitor_hostname>
    • Stopping:

      # systemctl stop ceph-mon@<monitor_hostname>
    • Restarting:

      # systemctl restart ceph-mon@<monitor_hostname>
  • OSD Instance

    • Starting:

      # systemctl start ceph-osd@<OSD_number>
    • Stopping:

      # systemctl stop ceph-osd@<OSD_number>
    • Restarting:

      # systemctl restart ceph-osd@<OSD_number>
  • RADOS Gateway Instance

    • Starting:

      # systemctl start ceph-radosgw@rgw.<gateway_hostname>
    • Stopping:

      # systemctl stop ceph-radosgw@rgw.<gateway_hostname>
    • Restarting:

      # systemctl restart ceph-radosgw@rgw.<gateway_hostname>
Red Hat logoGithubRedditYoutubeTwitter

詳細情報

試用、購入および販売

コミュニティー

Red Hat ドキュメントについて

Red Hat をお使いのお客様が、信頼できるコンテンツが含まれている製品やサービスを活用することで、イノベーションを行い、目標を達成できるようにします。

多様性を受け入れるオープンソースの強化

Red Hat では、コード、ドキュメント、Web プロパティーにおける配慮に欠ける用語の置き換えに取り組んでいます。このような変更は、段階的に実施される予定です。詳細情報: Red Hat ブログ.

会社概要

Red Hat は、企業がコアとなるデータセンターからネットワークエッジに至るまで、各種プラットフォームや環境全体で作業を簡素化できるように、強化されたソリューションを提供しています。

© 2024 Red Hat, Inc.