快速理解快照请参考虚拟机快照浅析目的:通过一个基础镜像(backingfiles,基本镜像),里面把各个虚拟机都需要的环境都搭建好,然后基于这个镜像建立起一个个增量镜像,每个增量镜像对应一个虚拟机,虚拟机对镜像中所有的改变都记录在增量镜像里面,基础镜像始终保持不变。功..
分类:
其他好文 时间:
2015-07-16 22:33:52
阅读次数:
198
本来不想写,但是觉得教程就应该详细点..所以又有了这篇文章..主要是对图形化kvm管理的一些说明接着上一篇...1.Virtual Machine Manager 摘要:打开Virtual Machine Manager..创建要给逻辑Storage pool双击 name 下边的 localhos...
分类:
其他好文 时间:
2015-07-16 13:20:09
阅读次数:
171
#yum?-y?install?qemu-kvm?libvirt?virt-install?bridge-utils
#lsmod?|?grep?kvm??#?make?sure?modules?are?loaded
#systemctl?start?libvirtd
#systemctl?enable?libvirtd 算了,http://li...
分类:
Windows程序 时间:
2015-07-16 12:07:12
阅读次数:
1187
profile使用: profile功能是架构无关的,可以用来监视linux内核的4项功能,即: ?11 #define CPU_PROFILING?? 1 ?12 #define SCHED_PROFILING 2 ?13 #define SLEEP_PROFILING 3 ?14 #define KVM_PROFILIN...
分类:
系统相关 时间:
2015-07-15 19:29:55
阅读次数:
188
rawRawdiskp_w_picpathformat(默认)该格式精简,易被多种虚拟机接受。如果你的系统支持holes(如linux的ext2ext3ext4?windows的NTFS),那么它将有效节约空间(比如你创建的磁盘是2G,虚拟系统只使用了800M,那么它实际也只占用800M的空间)。使用命令“kvm-imginfo镜像文件名”..
分类:
其他好文 时间:
2015-07-14 20:39:46
阅读次数:
149
利用预装VM,有以下两种形式TheCloudera QuickStart Virtual Machine. This image runs within the free VMWare player,VirtualBox, or KVM and has Hadoop, Hive, Pig and e...
分类:
其他好文 时间:
2015-07-14 15:13:44
阅读次数:
255
1、查看虚拟机运行状态以及配置文件[root@KVM-01~]#cd/etc/libvirt/qemu
[root@KVM-01qemu]#virshlist--all
IdNameState
----------------------------------------------------
10centos65running
11centos65_clonerunning
[root@KVM-01qemu]#ls
autostartcentos65_clone.xmlc..
分类:
其他好文 时间:
2015-07-12 21:46:14
阅读次数:
185
一、开启客户端vm的console功能二、虚拟机的克隆两种方式1、开启客户端vm的console功能2、1.1、echo"ttyS0">>/etc/securetty#添加ttyS0的许可,允许root登录1.2、在/etc/grub.conf中加入如下内容console=ttyS0default=0
timeout=5
splashp_w_picpath=(hd0,0)/grub/splash..
分类:
其他好文 时间:
2015-07-10 17:04:25
阅读次数:
227
初探KVM-第一个虚拟机
一、准备环境
主板是否支持虚拟化技术:
egrep‘(vmx|svm)‘--color=always/proc/cpuinfo
检查kvm是否加载:
#lsmod|grepkvm
配置文件:
/etc/libvirt/libvirtd.conf
管理方式
1)
安装vnc用GUI工具(VirtualMachineManager)管理:
VirtualMachineManager..
分类:
其他好文 时间:
2015-07-09 14:51:04
阅读次数:
197
续上文:kvm(一)安装配置客户端主机名:vm1[root@vm1~]#hostname
vm1
[root@vm1~]#ifconfigeth0
eth0Linkencap:EthernetHWaddr52:54:00:44:70:00
inetaddr:192.168.100.134Bcast:192.168.100.255Mask:255.255.255.0
inet6addr:fe80::5054:ff:fe44:7000/64Scope:Link
UPBROADC..
分类:
其他好文 时间:
2015-07-08 22:55:44
阅读次数:
252