2.2. systemctl 명령을 사용하여 모든 Ceph 데몬 시작, 중지 및 다시 시작
Ceph 데몬을 중지하려는 호스트에서 root 사용자로 모든 Ceph 데몬을 시작, 중지 및 다시 시작할 수 있습니다.
사전 요구 사항
- 실행 중인 Red Hat Ceph Storage 클러스터.
-
노드에
root
액세스 권한이 있어야 합니다.
프로세스
데몬을 시작, 중지 및 다시 시작하려는 호스트에서 systemctl 서비스를 실행하여 서비스의 SERVICE_ID 를 가져옵니다.
예
[root@host01 ~]# systemctl --type=service ceph-499829b4-832f-11eb-8d6d-001a4a000635@mon.host01.service
모든 Ceph 데몬을 시작합니다.
구문
systemctl start SERVICE_ID
예
[root@host01 ~]# systemctl start ceph-499829b4-832f-11eb-8d6d-001a4a000635@mon.host01.service
모든 Ceph 데몬을 중지합니다.
구문
systemctl stop SERVICE_ID
예
[root@host01 ~]# systemctl stop ceph-499829b4-832f-11eb-8d6d-001a4a000635@mon.host01.service
모든 Ceph 데몬을 다시 시작합니다.
구문
systemctl restart SERVICE_ID
예
[root@host01 ~]# systemctl restart ceph-499829b4-832f-11eb-8d6d-001a4a000635@mon.host01.service