首页
解决方案
数据库专业技术服务全栈式PostgreSQL解决方案Oracle分布式存储化数据库云PolarDB一体化解决方案
产品
CLup:PostgreSQL高可用集群平台 CMiner: PostgreSQL中的CDC CData高性能数据库云一体机 CBackup数据库备份恢复云平台 CPDA高性能双子星数据库机 CSYun超融合虚拟机产品 ZQPool数据库连接池 ConshGuard数据保护产品 APCC: Greenplum管理平台
文档
文章
客户及伙伴
中启开源
关于我们
公司简介 联系我们
中启开源
修改标题
往前插入
往后插入
删除

启停服务

1. 管理节点上cdcloud服务的启动与停止

在第一次启动clup时,需要先把clupmdb数据库启动起来

  1. s - clupmdb
  2. pg_ctl start

因为前面已经将clup配置成了systemd的服务,所以可以用systemctl命令检查服务是否启动及是否正常

使用systemctl命令启停

在管理节点上用以下命令检查clup服务是否启动

  1. systemctl status clup

如果没有启动则用以下命令启动

  1. systemctl start clup

停止clup服务

  1. systemctl stop clup

手动启停

启动服务

  1. /opt/clup/bin/clupserver start

停止服务

  1. /opt/clup/bin/clupserver stop

2. 每台物理机上clup-agent服务的启动与停止

使用systemctl命令启停

检查clup-agent是否启动

  1. systemctl status clup-agent

启动clup-agent

  1. systemctl start clup-agent

停止clup-agent

  1. systemctl stop clup-agent

手动启停

启动agent

  1. /opt/clup-agent/bin/clup-agent start

停止agent

  1. /opt/clup-agent/bin/clup-agent stop
目录
img