发布时间:2017-08-10 09:15:30
PCS(Pacemaker/Corosync configuration system)命令配置群集示例:一、建立群集:1、配置群集节点的认证as the hacluster user: [shell]# pcs cluster auth node1 node22、创建一个二个节点的群集 [shell]# pcs cluster setup --name mycluster node1 node2 [shell]# pcs cluster start --all &.........【阅读全文】
发布时间:2017-05-15 15:59:49
KVM 介绍(1):简介及安装http://www.cnblogs.com/sammyliu/p/4543110.html学习 KVM 的系列文章: (1)介绍和安装(2)CPU 和 内存虚拟化(3)I/O QEMU 全虚拟化和准虚拟化(Para-virtulizaiton)(4)I/O PCI/PCIe设备直接分配和 SR-IOV(5)libvir.........【阅读全文】