Prasyarat

  • Klaster Ceph

Panduan

  1. Install package ceph-mgr-dashboard pada semua host ceph-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
    
  2. Aktifkan module dashboard pada ceph-mgr

ceph mgr module enable dashboard
  1. Buat TLS untuk ceph dashboard
ceph dashboard create-self-signed-cert
  1. Buat user
echo "rahasia123" > password.txt
ceph dashboard ac-user-create admin -i password.txt administrator
  1. Login ceph dashboard
  • URL: https://<alamat_ceph-mgr>:8443