码迷,mamicode.com
首页 >  
搜索关键字:saltstack kvm    ( 3456个结果
QEMU KVM libvirt 手册(1)
安装 对虚拟化的支持通常在BIOS中是禁掉的,必须开启才可以。 对于Intel CPU,我们可以通过下面的命令查看是否支持虚拟化。 # grep "vmx" /proc/cpuinfo flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr ...
分类:其他好文   时间:2014-07-08 00:19:47    阅读次数:573
QEMU KVM libvirt手册(2)
Administrating Virtual Machines with QEMU Monitor When QEMU is running, a monitor console is provided for performing interaction with the user. Using ...
分类:其他好文   时间:2014-07-08 00:06:50    阅读次数:464
[转] KVM I/O slowness on RHEL 6
KVM I/O slowness on RHEL 6 http://www.ilsistemista.net/index.php/virtualization/11-kvm-io-slowness-on-rhel-6.html?limitstart=0 Over one year has passe...
分类:其他好文   时间:2014-07-07 20:21:46    阅读次数:397
[转] Vmware vs Virtualbox vs KVM vs XEN: virtual machines performance comparison
http://www.ilsistemista.net/index.php/virtualization/1-virtual-machines-performance-comparison.html?limitstart=0 Today, “Virtual machine” seems to be ...
分类:其他好文   时间:2014-06-29 20:23:58    阅读次数:509
[转] KVM VirtIO paravirtualized drivers: why they matter
http://www.ilsistemista.net/index.php/virtualization/42-kvm-virtio-paravirtualized-drivers-why-they-matter.html?limitstart=0 As you probably already k...
分类:其他好文   时间:2014-06-29 19:58:08    阅读次数:285
[转] KVM storage performance and cache settings on Red Hat Enterprise Linux 6.2
Almost one year ago, I checked how different cache settings affected KVM storage subsystem performance. Results were very clear: to obtain good I/O sp...
分类:系统相关   时间:2014-06-29 19:47:59    阅读次数:448
了解saltstack的通信协议zeromq(二)
上文讨论了PAIR/PAIR,REQ/REP两种模式,现在看看PUB/SUB和PUSH/PULL模式。PUB/SUB:发布订阅模式,跟我们订阅新闻类似的,采用异步IO,多对多模式,如果没有订阅,服务端发送的消息直接丢弃掉。pub_server.pyimportzmq importrandom importsys importtime port="5556" iflen(s..
分类:其他好文   时间:2014-06-28 06:38:09    阅读次数:649
了解saltstack的通信协议zeromq(一)
学了saltstack有一段时间了,说实话,对于一个python爱好者来说salt源代码真是一个宝藏埃于是乎去看了源代码,发现所有问题都卡在了底层通信上,在看saltstack之前都不知道有一个这么好的zeromq通信协议。现在就来记录关于zeromq的学习笔记。zmq是什么:zmq是基于之前协议(tcp,..
分类:其他好文   时间:2014-06-28 00:47:40    阅读次数:583
KVM虚拟化+PKE无人值守安装
安装KVM虚拟化条件:首先CPU要支持虚拟化(Intel是vmx,AMD是svm)[root@localhost~]#egrep‘(vmx|svm)‘--color/proc/cpuinfo确保BIOS里开启VTIntel(R)VirtualizationTech[Enabled]安装虚拟化套件[root@localhost~]#LANG=en_US-utf8[root@localhost~]#yum-ygroupinstall"Virtual..
分类:其他好文   时间:2014-06-28 00:30:19    阅读次数:346
DNS子域授权和DNS分离解析
实验环境:-------RHEL5.10(vmnet1)----------REL5.10(vmnet1)(192.168.100.10主域)(192.168.100.20子域)【DNS子域授权配置】kvm_node2(子域)上面操作:[root@dns2~]#yum-yinstallbindbind-chrootcaching-nameserver[root@dns2~]#cd/var/named/chroot/etc/[root@dns2..
分类:其他好文   时间:2014-06-28 00:25:40    阅读次数:450
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!