Ceph

常用命令

ceph -s:查看集群当前运行信息
ceph -w:实时查询集群运行信息
ceph df:查询集群空间使用情况

服务管理命令

ceph服务

systemctl status     ceph.target
systemctl start      ceph.target
systemctl stop       ceph.target
systemctl is-enabled ceph.target
systemctl enabled    ceph.target
systemctl disabled   ceph.target

ceph服务状态


ceph服务开启


ceph服务关闭


ceph服务是否开机自启


ceph服务开机自启


ceph服务关闭开机自启


ceph-mon服务

systemctl status     ceph-mon.target
systemctl start      ceph-mon.target
systemctl stop       ceph-mon.target
systemctl is-enabled ceph-mon.target
systemctl enabled    ceph-mon.target
systemctl disabled   ceph-mon.target

ceph-mon服务状态


ceph-mon服务开启


ceph-mon服务关闭


ceph-mon服务是否开机自启


ceph-mon服务开机自启


ceph-mon服务关闭开机自启


ceph-mgr服务

systemctl status     ceph-mgr.target
systemctl start      ceph-mgr.target
systemctl stop       ceph-mgr.target
systemctl is-enabled ceph-mgr.target
systemctl enabled    ceph-mgr.target
systemctl disabled   ceph-mgr.target

ceph-mgr服务状态


ceph-mgr服务开启


ceph-mgr服务关闭


ceph-mgr服务是否开机自启


ceph-mgr服务开机自启


ceph-mgr服务关闭开机自启


ceph-osd服务

systemctl status     ceph-osd.target
systemctl start      ceph-osd.target
systemctl stop       ceph-osd.target
systemctl is-enabled ceph-osd.target
systemctl enabled    ceph-osd.target
systemctl disabled   ceph-osd.target

ceph-osd服务状态


ceph-osd服务开启


ceph-osd服务关闭


ceph-osd服务是否开机自启


ceph-osd服务开机自启


ceph-osd服务关闭开机自启


ceph-rgw服务

systemctl status     ceph-radosgw.target
systemctl start      ceph-radosgw.target
systemctl stop       ceph-radosgw.target
systemctl is-enabled ceph-radosgw.target
systemctl enabled    ceph-radosgw.target
systemctl disabled   ceph-radosgw.target

ceph-rgw服务状态


ceph-rgw服务开启


ceph-rgw服务关闭


ceph-rgw服务是否开机自启


ceph-rgw服务开机自启


ceph-rgw服务关闭开机自启


posted @ 2022-09-08 15:07  (应鑫)  阅读(121)  评论(0)    收藏  举报