3.2.2. Ceph 명령 인터페이스를 대화식으로 사용
ceph
명령줄 유틸리티를 사용하여 Ceph 스토리지 클러스터와 대화형으로 연결할 수 있습니다.
사전 요구 사항
- 실행 중인 Red Hat Ceph Storage 클러스터.
- 노드에 대한 루트 수준 액세스입니다.
절차
대화형 모드에서
ceph
유틸리티를 실행하려면 다음을 수행합니다.베어 메탈 배포:
예제
[root@mon ~]# ceph ceph> health ceph> status ceph> quorum_status ceph> mon_status
컨테이너 배포:
Red Hat Enterprise Linux 7
docker exec -it ceph-mon-MONITOR_NAME /bin/bash
Red Hat Enterprise Linux 8
podman exec -it ceph-mon-MONITOR_NAME /bin/bash
- replace
docker ps
또는podman ps
명령을 각각 실행하여 찾은 Ceph Monitor 컨테이너의 이름이 있는 MONITOR_NAME.예제
[root@container-host ~]# podman exec -it ceph-mon-mon01 /bin/bash
이 예에서는
mon01
에서 대화형 터미널 세션을 엽니다. 여기서 Ceph 대화형 쉘을 시작할 수 있습니다.