離線安裝tidb集群遇到的坑

2021-09-11 03:56:48 字數 504 閱讀 9768

1.首先是ntp集群,由於沒有網路,所以只能選其中一台機器作為ntp時間伺服器,安裝好後,需要關閉防火牆,不然ntpdate ip 一直連不上

sudo systemctl stop firewalld.service 關防火牆命令

2.max file descriptors 4096 太小解決方法是

ulimit -hn 檢視硬限制

vim /etc/security/limits.conf

新增tidb soft nofile 65536

許可權不足,則chmod 777 /scripts/grafana-config-copy.py

systemctl list-units | grep pd 手動啟動pd

systemctl status pd 檢視pd狀態

Clickhouse rpm離線 集群安裝

環境 centos7.5 dockerapache 01 dockerapache 02 dockerapache 03 clickhouse client 20.3.8.53 2.noarch.rpm clickhouse common static 20.3.8.53 2.x86 64.rpm ...

離線安裝RabbitMQ集群

簡稱約定 192.168.100.138138control service 192.168.100.139139control service 192.168.100.140140control service 每個伺服器均有兩個使用者 root使用者 tsom使用者 普通使用者,根據實際情況而定...

TiDB安裝與使用 踩坑

1 使用binlog同步到下游資料庫的時候,賬號資訊不會同步 2 使用binlog同步同步到下游mysql的時候,大表加索引會導致同步停止,drainer停止 tidb傳送建立index的時候,由於資料量過大,mysql並沒有立即執行完成,tidb監控長時間沒有返回就結果,就執行回滾並且重新發一條建...