51CTO博客开发
Firewall SettingsBy default, Galera Cluster may require all or some of the following ports to be open between the nodes:3306 MySQL client connections and mysqldump SST4567 Galera Cluster r
SSDB 替代 Redishttp://www.ideawu.com/ssdb/zh_cn/http://www.ideawu.com/ssdb/docs/zh_cn/index.html安装yum -y install gcc gcc-c++unzip ssdb-master.zipcd ssdb-mastermakemake install# 启动主库$ ./ssdb-server ssdb.
Oracle 开机自动启动服务 $ cat start_oracle.sh #!/bin/bash ############################# # Oracle service startup # date ############################ cd /home/oracle . .bash
listener.log 日志文件记录了通过 listener 处理的网络请求。 Oracle listener.log 不断增大的问题解决 lsnrctl set log_status off mv listener.log listener.old 或者 cp /dev/null listener.log lsnrctl set log_status o
用 rman duplicate 进行创建 Standby 库 主  
Moosefs 主控服务器 Master server: 192.168.1.1 主控备份服务器 Metalogger server: 192.168.1.2 存储块服务器 Chunk servers: 192.168.1.101 and 192.168.1.102 客户端主机 (clients): 192.168.2.x 主控服务器 Master se
LVM(Logical Volume Manager,逻辑磁区管理员) 原先用于 IBM AIX 系统,后来移植到 Linux 系统,使 Linux 系统也具备了弹性分割磁碟的功能。 lvm 能够合并多个分割区或是实体磁碟(lvm 称其为 PV),成为一个大的磁区群组(lvm 称其为 VG)。此时这个磁区群组可视为一个虚拟磁碟,可以如同分割实体硬碟一样,将磁区群
闪回 Flashback 存储过程 set pagesize 9999 spool /home/oracle/WLB_CONFIRM_UP.txt select text from dba_source as of timestamp to_timestamp('2012-05-10 12:13:00','yyyy-mm-dd hh24:mi:ss') where name
群集主机之间的 heartbeat 线路发生中断的情况时,会去 ping 区域网络中的 gateway ip,以协助判断到底是群集主机的网络出问题,还是区域网络之间网络整个出问题,以避免二台节点主机都以为对方主机失效,而争相要接手为 Active Node 进而造成脑裂(Split-Brain)的情况发生。 drbd 资源有 Primary 和 Secondary 之分各
MySQL Cluster 7.2.7 管理节点:192.168.1.10 数据节点:192.168.1.15、192.168.1.16 SQL 节点:192.168.1.20 添加 2 个数据节点:192.168.1.17、192.168.1.18 添加 1 个 SQL节点:192.168.1.21 -------- 管理节点 --------
使用 MySQL 5.5 Master1 Master2 Slave1 &nb
依照虚机(Guest OS)对硬件虚拟化程度的高低,可分为完全虚拟化(Full virtualization)与半虚拟化(Paravirtualization) 完全虚拟化:就是指虚拟系统完全是透过软件来模拟一个虚拟的硬件环境,并透过转译命令方式,来处理虚拟硬件与实体硬件之间沟通的桥梁。虚拟系统上的虚机其性能非常不好,例如 VMware Workstation 版本,就属于此
目前官方 yum 套件管理工具中套件数量已经不少,但是还是有些没有包含到其中。例如 phpMyAdmin、CentOS 6 里用到的 DRBD 及 Heartbeat 等。 安装 RPMforge、ELRepo、EPEL 套件库 http://repoforge.org/use/ http://elrepo.org/tiki/tiki-index.php https://fedor
Copyright © 2005-2025 51CTO.COM 版权所有 京ICP证060544号