低版本的ceph需要在每个mgr节点安装软件:yum install ceph-mgr-dashboard -y 高版本的自带dashboard module 可以通过列出 ceph 所有模块查看是否有dashboard module,显示有但是未启用则直接启动,未显示则需要安装软件:ceph-mgr-dashboard 目前mgr 功能模块可能还存在选举问题,如果多mgr节点都开启,可能会出现web页面取不...
Ceph Dashboard中集成了grafana&prometheus,但需要手工启用,熟悉prometheus的人都知道其监控需要有exporter,ceph mgr模块中内置了prometheus exporter模块,所以无需要手工单独安装exporter,由于Ceph Dashboard中grafana还监控了Ceph存储节点的监控信息,所以每台存储节点中需要安装prometheus node exporter,借用redhat官方文档说明下...
1、在每个mgr节点安装 yum install ceph-mgr-dashboard -y 2、开启mgr功能 ceph mgr module enable dashboard 3、生成并安装自签名的证书 ceph dashboard create-self-signed-cert 4、创建一个dashboard登录用户名密码 ceph dashboard ac-user-create guest 123456 administrator 5、查看服务访问方式 ceph mgr serv...
至此ceph群集安装完成,但还没有启用Dashboard插件,下面我们开始配置Dashboard插件 在所有dashboard节点上安装插件包。 #yum install -y ceph-mgr-dashboard -y 开启插件。 #ceph mgr module enable dashboard 禁用SSL。 #ceph config set mgr mgr/dashboard/ssl false 配置监听IP。 #ceph config set mgr mgr/da...
[root@monitor1 ceph-cluster]# ceph mgr module enable dashboard 2. ceph.conf 添加 mgr [mon] mgr initial modules = dashboard ceph-deploy --overwrite-conf config push node1 node2 node3 3. 支持ssl.生成并安装自签名的证书 [root@monitor1 ceph-cluster]# ceph dashboard create-self-signed-cert...
初始安装好只有最基本的Ceph集群以及RBD管理等功能,像文件存储、对象存储、iSCSI网关、NFS网关、监控都是没有集成的,都需要单独集成,Ceph启用Dashboard的资料网上能找到的多数是直接启用Dashboard模块,集成其它模块的中文资料也很少,因此也开启了一路不断踩坑不断验证的模式,历时数十天终于安装集成完毕,现总结下经验,供...
3.3.2. 安装 Red Hat Ceph Storage Dashboard Red Hat Ceph Storage 管理指南 1. Ceph 管理概述 2. 了解 Ceph 的进程管理 了解Ceph 的进程管理 2.1. 先决条件 2.2. Ceph 的进程管理概述 2.3. 启动、停止和重新启动所有 Ceph 守护进程 2.4. 按类型启动、停止和重新启...
Ceph Dashboard是一个内置的基于web的Ceph管理和监控应用程序,用于管理集群的各个方面和对象。 它被实现为一个Ceph管理器(mgr)守护程序模块。 推荐阅读: https://docs.ceph.com/en/nautilus/mgr/dashboard/#overview 2.ceph集群所有节点安装ceph-mgr-dashboard组件 ...
ceph rgw的使用,dashboard和监控 1.部署RadosGW 服务 将ceph-mgr1、ceph-mgr2 服务器部署为高可用的radosGW 服务 1.1 安装radosgw 服务 root@mgr1:~# apt install radosgw root@mgr2:~# apt install radosgw 1. 1.2 初始化rgw节点 $ ceph-deploy --overwrite-conf rgw create mgr1...