ceph nautilus 14.2.4安装 ceph mgr dashboard

秒速五厘米 2023-10-11 12:28 117阅读 0赞

ceph nautilus dashboard 已经具有一些管理功能了,可以在WEB界面创建一些内容

  1. Install the appropriate package from the below link
    # yum install http://download.ceph.com/rpm-nautilus/el7/noarch/ceph-mgr-dashboard-14.2.1-0.el7.noarch.rpm

# yum install http://mirrors.163.com/ceph/rpm-nautilus/el7/noarch/ceph-mgr-dashboard-14.2.2-0.el7.noarch.rpm
Note: it will ask for few dependencies, install with yum/apt package manager and then execute the above command.

  1. Enable the ceph mgr dashboard
    # ceph mgr module enable dashboard —force
    # ceph mgr module ls
  2. Create self-signed certificate
    # ceph dashboard create-self-signed-cert
    Self-signed certificate created
  3. Create a user for Dashboard
    Example: [ceph dashboard ac-user-create (username) (password) administrator]

# ceph dashboard ac-user-create admin password administrator
{“username”: “cent”, “lastUpdate”: 1560292901, “name”: null, “roles”: [“administrator”], “password”: “$2b$12$w60gItcbKd6PULNYI9McmOBMiAzFoKJ9T9XGva8vC6dxIyqMsE4kK”, “email”: null}

# ceph mgr services
{
“dashboard”: “https://ceph-mgr:8443/“
}
Note: Here you can access with IP address of ceph-mgr node, instead of hostname.

  1. Make sure firewall port is open
    # firewall-cmd —add-port=8443/tcp —permanent
    # firewall-cmd —reload
  2. Open the dashboard url in any browser
    https://ceph-mgr:8443 or https://192.168.1.10:8443
  3. Enter the username: cent and password: password

部分管理界面如下:

watermark_type_ZmFuZ3poZW5naGVpdGk_shadow_10_text_aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L2FsbHdheTI_size_16_color_FFFFFF_t_70watermark_type_ZmFuZ3poZW5naGVpdGk_shadow_10_text_aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L2FsbHdheTI_size_16_color_FFFFFF_t_70 1watermark_type_ZmFuZ3poZW5naGVpdGk_shadow_10_text_aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L2FsbHdheTI_size_16_color_FFFFFF_t_70 2

发表评论

表情:
评论列表 (有 0 条评论,117人围观)

还没有评论,来说两句吧...

相关阅读

    相关 手动安装 Ceph

    下面的过程说明了手动安装 Ceph 存储集群时需要使用的命令。 1. 为要运行的 Ceph 服务生成密钥机密。可以使用下面的命令生成密钥机密: p