关于CPU型号的定义:libvirt对CPU的定义提炼出标准的几种类型在/usr/share/libvirt/cpu_map.xml可以查到"486","pentium","pentium2","pentiumpro","coreduo","n270","pentiumpro","qemu32","kvm32","cpu64-rhel5","cpu64-rhel5","kvm64","pentiumpro","Conroe""Penryn","Nehale..
分类:
其他好文 时间:
2014-09-01 15:53:14
阅读次数:
291
故障描述:线上申请了一台Ucloud云主机用于搭建Zabbix监控平台,最近这台云主机的数据盘已经达到60G,决定将数据盘从80G扩容到200G,按照Ucloud官方文档http://docs.ucloud.cn/uhost/scaleup.html的描述进行操作,umount/dev/vdb1后,再执行e2fsck-f/dev/vdb后抱如下错误这种错..
分类:
其他好文 时间:
2014-09-01 15:46:14
阅读次数:
255
agent端:zabbix 自定义脚本[root@localhost script]# cat check_ping.sh #!/bin/bashresult=$(/usr/local/nagios/libexec/check_icmp -s $1 $2)a=$(echo $result | awk...
分类:
其他好文 时间:
2014-09-01 14:00:33
阅读次数:
600
操作系统:CentOSMini 6.5yum install httpd.x86_64 httpd-manual.x86_64 php-xml php-mbstring mysql-server.x86_64 mysql.x86_64 php-mysql.x86_64 php.x86_64 php-...
分类:
其他好文 时间:
2014-09-01 12:21:23
阅读次数:
256
错误: 创建实例 "RuiyTest23" 失败: 请稍后再试 [错误: Virtual Interface creation failed]. 最近在centos6.4上通过devstack搭建OpenStack Icehouse,但是在创建instance时候报错:Virtual Interfa...
分类:
其他好文 时间:
2014-09-01 12:00:43
阅读次数:
227
从centos6.0以来,kvm虚拟机时钟配置这里,都使用的是localtime,工作也很正常。<clockoffset=‘localtime‘>
<timername=‘rtc‘tickpolicy=‘catchup‘track=‘guest‘>
<catchupthreshold=‘123‘slew=‘120‘limit=‘10000‘/>
</timer>
<timername=‘pit‘tick..
分类:
其他好文 时间:
2014-09-01 10:52:03
阅读次数:
396
软件功能:
通过collectd软件来监控收集kvm虚拟机的性能数据,包括cpu,memory、磁盘IO、网络流量等
通过visage软件将收集到的数据绘制图形。
安装:
系统环境:ubuntu12.04
collectd
首先、在collectd官网下载collectd包collectd-5.4.0
安装collectd依赖包
apt-get install biso...
分类:
其他好文 时间:
2014-09-01 10:46:23
阅读次数:
243
LNMP环境配置Linux,NGINX,PHP,MYSQLPHP 依赖库安装安装GD库-让php支持gif,png,jpeg格式GD库需要以下模块的支持jpeg,libpng,freetypewget http://www.ijg.org/files/jpegsrc.v9.tar.gztar -zx...
分类:
其他好文 时间:
2014-08-31 22:39:01
阅读次数:
291
环境:zabbixserver:192.168.1.1mysqlserver:192.168.1.2webserver:192.168.1.3一、zabbix编译安装1.同时安装server和agent,并支持将数据库放入mysql数据中,可使用类似如下配置命令:./configure--enable-server--enable-agent--with-mysql--enable-ipv6--with-net-snmp..
分类:
其他好文 时间:
2014-08-31 18:49:08
阅读次数:
293
在嵌套虚拟环境(Nested Virtualization)下,运行在hypervisor上的Virtual Machine仍可以作为hypervisor去运行其它的Virutal Machine,而KVM也支持了这种强大的特性。
而在《KVM硬件辅助虚拟化之 EPT》一文中,我们详细分析了单层虚拟机并引入硬件辅助虚拟化EPT功能的环境下,Guest OS中的虚拟地址到真实物理地址的访问方法...
分类:
其他好文 时间:
2014-08-31 18:42:51
阅读次数:
197