이 콘텐츠는 선택한 언어로 제공되지 않습니다.

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은 코드, 문서, 웹 속성에서 문제가 있는 언어를 교체하기 위해 최선을 다하고 있습니다. 자세한 내용은 다음을 참조하세요.Red Hat 블로그.

Red Hat 소개

Red Hat은 기업이 핵심 데이터 센터에서 네트워크 에지에 이르기까지 플랫폼과 환경 전반에서 더 쉽게 작업할 수 있도록 강화된 솔루션을 제공합니다.

© 2024 Red Hat, Inc.