RHEL6_GFS_Web_HA实现
1. 实验环境 节点 1: v1.domain.com 192.168.137.11 节点 2: v2.domain.com 192.168.137.12 iscsi 存储 / 配置服务器: rhel6.domain.com 192.168.137.6 修改 /etc/hosts 文件或者搭建 DNS 服务器,三台 s
Read articleLong-form notes on systems, infrastructure, AI tooling, and engineering practice.
内容以 Linux、基础设施、调试、网络、可观测性、数据库、AI 工具和工程实践为主,首页只呈现读者真正关心的内容,不再展示模板历史或站点维护细节。
1. 实验环境 节点 1: v1.domain.com 192.168.137.11 节点 2: v2.domain.com 192.168.137.12 iscsi 存储 / 配置服务器: rhel6.domain.com 192.168.137.6 修改 /etc/hosts 文件或者搭建 DNS 服务器,三台 s
Read article1.1. 群集状态查看(clustat) The clustat command displays the status of the cluster. It shows membership information, quorum view, and the state of all configured user
进入anspam的log目录 awk -F"," '{print $67,$70,$75}' *.log |grep Pass|grep chinaboqi
I 概念及工作原理 一、Heartbeat的概念组成以及工作原理 1、 heartbeat的概念 Heartbeat是Linux-HA项目中的一个组件,也是目前开源HA项目中最成功的一个例子, Linux-HA的全称是High-Availability Linux,这个开源项目的目标是:通过社区开发者的共同努力,提供一
Friday, January 17, 2014 6:15 PM 0.配置各机器的hostname,uname -n检查。 1.配置NFS共享存储。注意所有机器的mysql用户uid一致。挂载共享存储。 vi /etc/export /share_mysql_data *(rw,sync,anonuid=501,ano
5:50 PM crontab -e * * * * * /bin/date >>/tmp/date.txt * * * * * sleep 10; /bin/date >>/tmp/date.txt * * * * * sleep 20; /bin/date >>/tmp/date.txt * * * * * sle
#!/bin/bash pid=/var/mysql/data/host002.pid time=`date '+%H:%M:%S'` Date=`date '+%Y.%m.%d'` if [ -f $pid ];then echo "$time:mysql is running" >>/tmp/chk_mysql.l