2.11. Red Hat Ceph Storage 대시보드를 수동으로 활성화
부트스트랩 중에 --skip-dashboard
옵션을 사용하여 Red Hat Ceph Storage 클러스터를 설치한 경우 부트스트랩 출력에서 대시보드 URL 및 인증 정보를 사용할 수 없음을 확인할 수 있습니다. 명령줄 인터페이스를 사용하여 대시보드를 수동으로 활성화할 수 있습니다. Prometheus, Grafana, Alertmanager 및 node-exporter와 같은 모니터링 스택 구성 요소가 배포되지만 비활성화되어 수동으로 활성화해야 합니다.
사전 요구 사항
-
부트스트랩 중에
--skip-dashboard
옵션을 사용하여 설치된 Red Hat Ceph Storage 클러스터 실행 - 대시보드를 활성화해야 하는 호스트에 대한 루트 수준 액세스.
절차
Cephadm 쉘에 로그인합니다.
예제
[root@host01 ~]# cephadm shell
Ceph Manager 서비스를 확인합니다.
예제
[ceph: root@host01 /]# ceph mgr services { "prometheus": "http://10.8.0.101:9283/" }
대시보드 URL이 구성되지 않은 것을 확인할 수 있습니다.
dashboard 모듈을 활성화합니다.
예제
[ceph: root@host01 /]# ceph mgr module enable dashboard
대시보드 액세스에 대한 자체 서명된 인증서를 만듭니다.
예제
[ceph: root@host01 /]# ceph dashboard create-self-signed-cert
참고인증서 확인을 비활성화하여 인증 오류를 방지할 수 있습니다.
Ceph Manager 서비스를 확인합니다.
예제
[ceph: root@host01 /]# ceph mgr services { "dashboard": "https://10.8.0.101:8443/", "prometheus": "http://10.8.0.101:9283/" }
admin 사용자 및 암호를 생성하여 Red Hat Ceph Storage 대시보드에 액세스합니다.
구문
echo -n "PASSWORD" > PASSWORD_FILE ceph dashboard ac-user-create admin -i PASSWORD_FILE administrator
예제
[ceph: root@host01 /]# echo -n "p@ssw0rd" > password.txt [ceph: root@host01 /]# ceph dashboard ac-user-create admin -i password.txt administrator
- 모니터링 스택을 활성화합니다. 자세한 내용은 Red Hat Ceph Storage 대시보드 가이드 의 모니터링 스택 활성화 섹션을 참조하십시오.
추가 리소스
- Red Hat Ceph Storage Operations Guide 의 Ceph Orchestrator를 사용하여 모니터링 스택 배포 섹션을 참조하십시오.