7.2. Ceph Orchestrator を使用したモニタリングスタックの削除
ceph orch rm
コマンドを使用してモニタリングスタックを削除できます。
前提条件
- 稼働中の Red Hat Ceph Storage クラスターがある。
手順
Cephadm シェルにログインします。
例
[root@host01 ~]# cephadm shell
ceph orch rm
コマンドを使用してモニタリングスタックを削除します。構文
ceph orch rm SERVICE_NAME --force
例
[ceph: root@host01 /]# ceph orch rm grafana [ceph: root@host01 /]# ceph orch rm prometheus [ceph: root@host01 /]# ceph orch rm node-exporter [ceph: root@host01 /]# ceph orch rm ceph-exporter [ceph: root@host01 /]# ceph orch rm alertmanager [ceph: root@host01 /]# ceph mgr module disable prometheus
プロセスのステータスを確認します。
例
[ceph: root@host01 /]# ceph orch status
検証
サービスをリスト表示します。
例
[ceph: root@host01 /]# ceph orch ls
ホスト、デーモン、およびプロセスをリスト表示します。
構文
ceph orch ps
例
[ceph: root@host01 /]# ceph orch ps
関連情報
- 詳細は、Red Hat Ceph Storage Operations Guide の Deploying the monitoring stack using the Ceph Orchestrator セクションを参照してください。