码迷,mamicode.com
首页 >  
搜索关键字:cluster gfs2 lvs    ( 6245个结果
lvs四种工作模式的介绍
lvs: lvs:linux Virtual Server L4:Layer 4,四层交换,四层路由 lvs管理工具: ipvsadm/ipvs(让用户定义规则) ipvsadm:用户空间的命令行工具,用于管理集群服务;(即规则的增删查改) 支持TCP,UDP,AH,EST,AH_EST,SCTP等 ...
分类:其他好文   时间:2021-05-24 00:14:10    阅读次数:0
使用 TiUP cluster 在单机上安装TiDB
TiUP 是 TiDB 4.0 版本引入的集群运维工具,TiUP cluster 是 TiUP 提供的使用 Golang 编写的集群管理组件,通过 TiUP cluster 组件就可以进行日常的运维工作,包括部署、启动、关闭、销毁、弹性扩缩容、升级 TiDB 集群,以及管理 TiDB 集群参数。 最 ...
分类:数据库   时间:2021-05-04 16:12:19    阅读次数:0
keepalived+lvs
配置lvs-dr环境 master配置文件 global_defs { notification_email { root@localhost } notification_email_from keeplived@localhost smtp_server 127.0.0.1 smtp_conne ...
分类:其他好文   时间:2021-04-27 14:56:45    阅读次数:0
Dubbo源码分析(八)集群容错机制
前言 在上一章节,我们曾提到这样一个问题:当调用服务失败后,我们怎么处理当前的请求?抛出异常亦或是重试? 为了解决这个问题,Dubbo 定义了集群接口 Cluster 以及 Cluster Invoker。集群 Cluster 用途是将多个服务提供者合并为一个 Cluster Invoker,并将这 ...
分类:其他好文   时间:2021-04-26 14:10:27    阅读次数:0
lv创建并配置成nfs服务
环境:centos7 1、准备挂载盘 (创建pv-vg-lv) [root@node3 ~]# pvcreate /dev/sdb Physical volume "/dev/sdb" successfully created. [root@node3 ~]# pvs PV VG Fmt Attr ...
分类:其他好文   时间:2021-04-26 13:49:19    阅读次数:0
LVS-NAT
NAT拓扑 lvs-server VIP:10.211.55.99DIP:10.37.129.99 负载均衡器 开启路由功能(VIP桥接,DIP仅主机) rs01 RIP:10.37.129.3 后端服务器 网关指向DIP rs02 RIP: 10.37.129.4 后端服务器 网关指向DIP LV ...
分类:其他好文   时间:2021-04-24 13:24:31    阅读次数:0
[AWS - Design Resilient Architectures] 1.2 Design highly available and/or fault-tolerant architectures
Cloud computing models: With cloud deployment, nothing is installed on premise, but an Internet connection and network infrastructure solutions With h ...
分类:其他好文   时间:2021-04-21 12:22:48    阅读次数:0
ES 常用语句增删改查
快速查看ES集群状态 GET _cluster/health { "cluster_name": "elasticsearch", "status": "yellow", "timed_out": false, "number_of_nodes": 1, "number_of_data_nodes" ...
分类:其他好文   时间:2021-04-20 14:54:42    阅读次数:0
go rocketMq
我想用rocketMq大家主要是用它的事务,所以拿着官方的代码体验一下 环境 用docker安装rocketMq #需要创建文件夹 /docker/namesrv/logs /docker/namesrv/store /docker/rocketmq/logs /docker/rocketmq/st ...
分类:其他好文   时间:2021-04-20 14:35:27    阅读次数:0
Initial job has not accepted any resources; check your cluster UI to ensure that workers are registered and have sufficient resources
解决问题-》有的放矢 1.spark 报错 Initial job has not accepted any resources; check your cluster UI to ensure that workers are registered and have sufficient reso ...
分类:其他好文   时间:2021-04-19 15:56:23    阅读次数:0
6245条   上一页 1 2 3 4 5 6 ... 625 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!