https://docs.ceph.com/en/nautilus/mgr/dashboard/#overview 2.ceph集群所有节点安装ceph-mgr-dashboard组件 [root@ceph141~]# yum -y install ceph-mgr-dashboard jq[root@ceph142~]# yum -y install ceph-mgr-dashboard jq[root@ceph143~]# yum -y install ceph-mgr-dashboard jq 3.启用dashboard功...
MGR是一个高度模块化的组件,很多功能都可以通过启用或禁用模块来实现;其中Dashboard这个模块也被MGR所管理,默认情况下该模块并没有被启用;dashboard从字面意思就能知道该模块是提供一个面板;该面板能够显示ceph集群相关状态数据,比如有集群的健康状态、osd有多少个、存储池有多少个,mds、mgr等等相关组件的状态信息; Ce...
浏览器访问验证,查看证书颁发者信息;(会显示ceph-dashboard,IT) 6、配置Ceph集群监控这里是在mgr1节点安装promethus监控和grafana,在ceph-node节点安装node-exporter,并针对ceph集群启用prometheus监控组件。(1)在mgr1节点安装prometheus,并设置开机启动,默认监听9090端口;安装后可以登录http://172.31.6.104:9090/targets...
ceph config-key put mgr/dashboard/server_port 7000 这个从代码上看应该是可以支持配置文件方式的设置,目前还没看到具体的文档,先按这个设置即可,默认的端口是7000 重启mgr服务 [root@lab8106 ceph]# systemctl restart ceph-mgr@lab8106 检查端口 [root@lab8106 ceph]# netstat -tunlp|grep 7000 tcp 0 0 1...
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 ...
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...
ceph dashboard中 prometheus、iscsi target以及mgr service中都需要FQDN,所以这步比较重要,确保各主机能相互解析。 5.5 配置NTP 每一台上安装NTP服务,并设置管理节点为NTP Server,其它节点为Client节点。 #yum install chrony -y 配置Ceph-admin节点为ntp server。
1)在所有的mgr节点上单独安装: for i in node{1..3} do ssh $i yum install -y ceph-mgr-dashboard done 2)启用dashboard ceph mgr module enable dashboard --force 3)默认启用SSL/TLS,所以需要创建自签名根证书 ceph dashboard create-self-signed-cert ...
Ceph Dashboard 是一个基于 Web 的管理和监控应用程序,我们可以通过它检查和控制 Ceph 集群中的各个方面和资源。它作为 Ceph Manager Daemon 模块实现,并且是其中不可或缺的一部分。具体信息如链接 (https://docs.ceph.com/en/quincy/mgr/dashboard/#overview)。
cephdashboardset-ssl-certificate-idashboard.crtcephdashboardset-ssl-certificate-key-idashboard.key If unique certificates are desired for each manager instance, the name of the instance can be included as follows (where$nameis the name of theceph-mgrinstance, usually the hostname): ...