Prasyarat
- Klaster Ceph
Panduan
-
Install package
ceph-mgr-dashboard
pada semua hostceph-mgr
- Debian/Ubuntu
sudo apt install -y ceph-mgr-dashboard
- RHEL/CentOS/Rocky 8
sudo dnf install -y ceph-mgr-dashboard
- RHEL/CentOS/Rocky 7
sudo yum install -y ceph-mgr-dashboard
-
Aktifkan module dashboard pada
ceph-mgr
ceph mgr module enable dashboard
- Buat TLS untuk ceph dashboard
ceph dashboard create-self-signed-cert
- Buat user
echo "rahasia123" > password.txt
ceph dashboard ac-user-create admin -i password.txt administrator
- Login ceph dashboard
- URL: https://<alamat_ceph-mgr>:8443