页面树结构

版本比较

标识

  • 该行被添加。
  • 该行被删除。
  • 格式已经改变。


目录

使用smartbi使用Smartbi-mpp过程中,如果需要卸载smartbiMpp过程中,如果需要卸载Smartbi-mpp服务,请参考以下方法:Mpp服务,请参考以下方法:

1、smartbi1、Smartbi-mpp单机卸载Mpp单机卸载

①使用SSH工具登陆Linux服务器,① 使用SSH工具登陆Linux服务器,

②停止smartbi② 停止Smartbi-mpp服务Mpp服务

代码块
linenumberstrue
systemctl stop clickhouse-server

③卸载smartbi③ 卸载Smartbi-mpp服务Mpp服务

1.查看部署smartbi查看部署Smartbi-mpp的服务Mpp的服务

代码块
linenumberstrue
rpm -qa | grep clickhouse

2.卸载部署的smartbi卸载部署的Smartbi-mpp服务Mpp服务

代码块
linenumberstrue
rpm -e --nodeps clickhouse-client-19.4.2.7-1.el7.x86_64
rpm -e --nodeps clickhouse-server-19.4.2.7-1.el7.x86_64
rpm -e --nodeps clickhouse-server-common-19.4.2.7-1.el7.x86_64
rpm -e --nodeps clickhouse-common-static-19.4.2.7-1.el7.x86_64


注意
title注意事项

rpm -e 卸载rpm安装包命令, --nodeps 忽略软件包依赖关系

④关闭防火墙开放的smartbi④关闭防火墙开放的Smartbi-mpp相关端口:Mpp相关端口:

关闭端口:9000,8123

代码块
languagebash
linenumberstrue
firewall-cmd --zone=public --remove-port=9000/tcp --permanent
firewall-cmd --zone=public --remove-port=8123/tcp --permanent

配置完以后重新加载firewalld,使配置生效

代码块
languagebash
linenumberstrue
firewall-cmd --reload

如需重新部署smartbi如需重新部署Smartbi-mpp服务,可参考 Mpp服务,可参考 部署Smartbi-MPP高速缓存库Mpp高速缓存库


2、smartbi2、Smartbi-mpp分布式集群卸载Mpp分布式集群卸载

参考smartbi参考Smartbi-mpp单机卸载方法,在部署smartbiMpp单机卸载方法,在部署Smartbi-mpp分布式集群的服务器中操进行操作即可。Mpp分布式集群的服务器中操进行操作即可。