术语 LB (Load Balancer 负载均衡) HA (High Available 高可用) Failover (失败切换) Cluster (集群) LVS (Linux Virtual Server Linux 虚拟服务器) DS (Director Server),指的是前端负载均衡器…
软件下载 CDH CM 6.3.1 配套环境 https://www.aliyundrive.com/s/J2shqHXaHSs 环境准备 系统 IP 主机名 centos7.8 192.168.80.240 cm1 centos7.8 192.168.80.241 cm2 centos7.8 19…
Centos7 配置域名解析服务 Bind的配置 配置网卡IP 为 192.168.101.1 vi /etc/sysconfig/network-scripts/ifcfg-eno16777736 重启网卡 IP已经应用上去了 [root@localhost ~]# systemctl resta…
[TOC] 主程序 Node_exporter 单独下载连接 国内前置代理下载且安装一键代码(国内加速,安装路径/usr/local/node_exporter) yum -y install wget && wget http://hk.2331314.xyz:5550/https…
[TOC] 官方网站 https://prometheus.io/download/ 主程序 Prometheus v2.34.0 单独下载连接 国内前置代理下载且安装一键代码(国内加速,安装路径/usr/local/prometheus) yum -y install wget &&…
安装 yum -y update yum -y install epel-release elrepo-release yum -y install yum-plugin-elrepo yum -y install kmod-wireguard wireguard-tools reboot 由于 W…
系统环境 Ubuntu 20.04 2H4G50G 修改网卡的IP sudo vi /etc/netplan/00-installer-config.yaml network: ethernets: ens33: dhcp4: no addresses: [192.168.31.211/24] op…
单独搭建zookeeper 教程 : https://www.2331314.xyz/385.html 下载软件 wget https://dlcdn.apache.org/kafka/3.1.0/kafka_2.13-3.1.0.tgz 解压改名 tar -zxvf kafka_2.13-3.1.…
环境 机器环境 系统 IP 配置 Centos7.9 192.168.31.201 1H2G50G Centos7.9 192.168.31.202 1H2G50G Centos7.9 192.168.31.203 1H2G50G 环境配置 环境 版本 注释 JDK jdk-8u321-linux-…
居家办公所遇到的问题,解决方案 Win10 连接L2TP教程 网络和internet - VPN - tian添加VPN连接 mac os 连接L2TP教程 在苹果电脑上使用上面的步骤来建立L2TP通道的时候, 经常会出现'L2TP-***服务器没有响应'的弹出框, 提示我们L2…