安装 对虚拟化的支持通常在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
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 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
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
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虚拟化条件:首先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
实验环境:-------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
XenServer部署实录系列之04添加共享存储作业环境XenServer服务器OS:XenServer6.2Hostname:xsr01IP:192.168.0.241/24Gateway:IP:192.168.0.1/24硬件环境:DellPowerEdgeR720NFS服务器OS:CentOS6.4Hostname:nfs01IP:192.168.0.204/24Gateway:IP:192.168.0.1/24运行软件..
分类:
其他好文 时间:
2014-06-27 06:53:58
阅读次数:
373
背景:由于在KVM虚机上做glusterfs测试,发现KVM虚拟存储空间不够。思路:创建一个kvmimg文件指定大小200G,然后通过VirtualMachineManager导入到对应的虚拟机步骤:这里以虚拟机vm2为例创建kvmimg[root@agent-cloudstack342]cd/d1/virtual_machine/vm/2#进入虚机文件目录[root..
分类:
其他好文 时间:
2014-06-27 06:38:28
阅读次数:
288
在【虚拟化实战】存储设计之五IOPS中我们讲了评估存储性能的三个关键指标。也就是Throughput,IOPs和latency。以及三者之间的关系。本文深入介绍Latency过高的原因和一些建议。Latency过高直接导致在该存储上执行虚拟机以及其应用的性能减少。终于用户可能抱怨程序打不开,执行慢,...
分类:
其他好文 时间:
2014-06-26 19:23:33
阅读次数:
270