본문으로 바로가기

Ceph Dashboard Enable

category Cloud/Ceph 2021. 7. 5. 15:36
반응형

ceph dashboard 활성화에 대한 방법이다.

 

1. ceph luminus version

ceph mgr module enable dashboard

 

 

2. ceph nautilus version

ceph mgr module enable dashboard 

ceph config set mgr mgr/dashboard/ssl false

 

3. dashboard 사용자 생성 

luminus 버전에서는 그냥 접속이 됐던거 같은데, nautilus 버전부터 사용자 계정 생성이 필요해진 것 같다.. 

ceph dashboard ac-user-create admin test1234 administrator

 

Optional. Dashboard IP 및 Port 변경하고 싶을 경우

ceph config set mgr mgr/dashboard/server_addr 192.168.11.180
ceph config set mgr mgr/dashboard/server_port 7000

 

 

728x90

'Cloud > Ceph' 카테고리의 다른 글

Ceph osd pool 설정  (0) 2021.07.05
Ceph monitoring 명령어  (0) 2021.07.05