当前位置:网站首页>How to use tiup to deploy a tidb V5 0 cluster
How to use tiup to deploy a tidb V5 0 cluster
2022-04-23 06:58:00 【Sebastien23】
How to use TiUP Deploy a TiDB v5.0 colony
Installation environment
The deployment architecture is :3 platform PD node + 1 platform Server node + 3 platform TiKV node .
- tidb-pd1
- tidb-pd2
- tidb-pd3
- tidb-server
- tidb-kv1
- tidb-kv2
- tidb-kv3
The operating system is CentOS 7.9, Adopt minimum resource allocation :1C1G Memory + 20G Disk.
choice tidb-pd1 Deploy nodes for , All deployment operations are performed on this node . It is recommended that all nodes adopt the same root password , Or establish in advance tidb-pd1 To other nodes ssh mutual trust .
download TiUP
download TiUP Installation tools
curl --proto
版权声明
本文为[Sebastien23]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204230557416194.html
边栏推荐
- JQ序列化后PHP后台解析
- tp5 报错variable type error: array解决方法
- openvswitch vlan网络实践
- 【代码解析(1)】Communication-Efficient Learning of Deep Networks from Decentralized Data
- MySQL【ACID+隔离级别+ redo log + undo log】
- file_get_contents 访问 ssl 错误的两种解决方法
- 【代码解析(7)】Communication-Efficient Learning of Deep Networks from Decentralized Data
- bcc安装和基本工具使用说明
- 基于DPDK实现VPC和IDC间互联互通的高性能网关
- Oracle数据库性能分析之常用视图
猜你喜欢
随机推荐
Implementation of leetcode question brushing str ()
tc ebpf 实践
【漏网之鱼】Ansible AWX调用playbook传参问题
Leak detection and vacancy filling (IX) -- Procedure
虚拟环境中使用jupyter notebook
Passerelle haute performance pour l'interconnexion entre VPC et IDC basée sur dpdk
Number of stair climbing methods of leetcode
memcached 源码分析
Each traversal usage of tp6
mysql中sum (if)_mysql 中sum (if())
【代码解析(3)】Communication-Efficient Learning of Deep Networks from Decentralized Data
【MySQL基础篇】启动选项、系统变量、状态变量
PHP 无限极分类和树形
SQL学习|复杂查询
【ES6快速入门】
Jenkins搭建与使用
修改Jupyter Notebook样式
ebfp编程常用API介绍
Oracle Net Service:监听器与服务名解析方法
JQ序列化后PHP后台解析







![[OSS file upload quick start]](/img/db/9043d1df0163a7154bebac8e79097f.png)

