中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

如何安裝orchestrator元數據庫MySQL

發布時間:2021-11-01 16:12:54 來源:億速云 閱讀:197 作者:小新 欄目:MySQL數據庫

這篇文章主要為大家展示了“如何安裝orchestrator元數據庫MySQL”,內容簡而易懂,條理清晰,希望能夠幫助大家解決疑惑,下面讓小編帶領大家一起研究并學習一下“如何安裝orchestrator元數據庫MySQL”這篇文章吧。

     安裝orchestrator元數據庫MySQL

安裝MySQL的步驟省略,和常規安裝MySQL一樣。

安裝完成后創建orchestrator需要用到的庫和用戶。

CREATE DATABASE IF NOT EXISTS orchestrator;
CREATE USER 'orchestrator'@'127.0.0.1' IDENTIFIED BY 'orchestrator';
GRANT ALL PRIVILEGES ON `orchestrator`.* TO 'orchestrator'@'127.0.0.1';
這里元數據庫MySQL和orchestrator在同一臺機器上,所以創建賬號的時候用的'127.0.0.1',如果不在同一臺機器上,將IP換成orchestrator所在機器ip。
 密碼按需修改。

     安裝orchestrator

下載orchestrator安裝包,這里用的是orchestrator-3.1.0-linux-amd64.tar.gz。

https://github.com/github/orchestrator/releases解壓orchestrator安裝包。

tar -xvzf orchestrator-3.1.0-linux-amd64.tar.gz -C /

將/usr/local/orchestrator/orchestrator-sample.conf.json移動到/etc下,并命名為orchestrator.conf.json。

[root@10-10-30-146 orchestrator]# ls
orchestrator orchestrator-sample-sqlite.conf.json orchestrator-sample.conf.json resources
[root@10-10-30-146 orchestrator]# cp orchestrator-sample.conf.json /etc/orchestrator.conf.json

     目標監控數據庫授權

在需要監控的目標數據庫上進行授權。這里目標數據庫是:10.10.30.129:3306

CREATE USER 'orchestrator'@'orch_host' IDENTIFIED BY 'orch_topology_password';
GRANT SUPER, PROCESS, REPLICATION SLAVE, RELOAD ON *.* TO 'orchestrator'@'orch_host';
GRANT SELECT ON mysql.slave_master_info TO 'orchestrator'@'orch_host';
GRANT SELECT ON ndbinfo.processes TO 'orchestrator'@'orch_host'; -- Only for NDB Cluster
其中,將'orch_host' 改成對應orch所在服務器的ip,'orch_topology_password'改成合適的密碼。這里orch_host是10.10.30.146,將密碼改為orchestrator。

     修改orchestrator配置文件

修改/etc/orchestrator.conf.json如下:

/// 配置orchestrator后端元數據庫信息
...
"MySQLOrchestratorHost": "127.0.0.1",
"MySQLOrchestratorPort": 3306,
"MySQLOrchestratorDatabase": "orchestrator",
"MySQLOrchestratorUser": "orchestrator",
"MySQLOrchestratorPassword": "orchestrator",
...
/// 配置orchestrator監控的目標數據庫信息
"MySQLTopologyUser": "orchestrator",
"MySQLTopologyPassword": "orchestrator",

     啟動orchestrator 

cd /usr/local/orchestrator && ./orchestrator --config=/etc/orchestrator.conf.json http &

web端訪問地址10.10.30.146:3000。頁面效果如下:

如何安裝orchestrator元數據庫MySQL

以上是“如何安裝orchestrator元數據庫MySQL”這篇文章的所有內容,感謝各位的閱讀!相信大家都有了一定的了解,希望分享的內容對大家有所幫助,如果還想學習更多知識,歡迎關注億速云行業資訊頻道!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

利川市| 云阳县| 大连市| 沿河| 巴东县| 麻城市| 沂水县| 金门县| 荣成市| 锡林郭勒盟| 商丘市| 睢宁县| 夏河县| 丹巴县| 集安市| 合阳县| 黑河市| 汝城县| 天津市| 安阳市| 镇原县| 元氏县| 桓台县| 简阳市| 理塘县| 舒兰市| 兖州市| 奉节县| 仁寿县| 铜梁县| 双流县| 湖北省| 青阳县| 漳州市| 天气| 东丽区| 中超| 吴旗县| 兴宁市| 乌拉特中旗| 尚义县|