Orchestrator 记录

Orchestrator

安装 Orchestrator

cd /usr/local/orchestrator
nohup ./orchestrator --config=orchestrator.conf.json http >> orchestrator.log 2>&1 &
tailf orchestrator.log

访问
http://10.XX.36.216:30000

实例管理命令
discover
forget
begin-maintenance
end-maintenance
in-maintenance
begin-downtime
end-downtime

orchestrator --config=./orchestrator.conf.json -c discover -i host_name

公司对 Orchestrator 的维护

修改配置文件
cd /data/soft/orchestrator
vim orchestrator.conf.json

启动
cd /data/soft/orchestrator
./orchestrator --debug --config=orchestrator.conf.json http >> ./log/orch.log 2>&1 &


参考

https://github.com/openark/orchestrator
https://github.blog/2018-06-20-mysql-high-availability-at-github

https://www.percona.com/blog/orchestrator-mysql-replication-topology-manager/

https://blog.csdn.net/fruitless/article/details/130752646
https://blog.csdn.net/u014650965/article/details/129253059
https://blog.51cto.com/u_15474913/5399667

https://dev.mysql.com/doc/refman/8.0/en/mysql-innodb-cluster-introduction.html

相关推荐

  1. Orchestrator 记录

    2024-06-06 12:58:02       35 阅读
  2. Orchestrator源码解读3-故障处理阶段

    2024-06-06 12:58:02       64 阅读
  3. orchestrator介绍3.4 web API 的使用

    2024-06-06 12:58:02       60 阅读
  4. HSQL 记录

    2024-06-06 12:58:02       71 阅读

最近更新

  1. docker php8.1+nginx base 镜像 dockerfile 配置

    2024-06-06 12:58:02       94 阅读
  2. Could not load dynamic library ‘cudart64_100.dll‘

    2024-06-06 12:58:02       101 阅读
  3. 在Django里面运行非项目文件

    2024-06-06 12:58:02       82 阅读
  4. Python语言-面向对象

    2024-06-06 12:58:02       91 阅读

热门阅读

  1. QTransform 笔记

    2024-06-06 12:58:02       27 阅读
  2. Candence17.4安装及破解教程

    2024-06-06 12:58:02       28 阅读
  3. uniapp使用数据持久化存储

    2024-06-06 12:58:02       30 阅读
  4. Django模型的使用

    2024-06-06 12:58:02       27 阅读
  5. elasticsearch (dsl)

    2024-06-06 12:58:02       33 阅读