查看是否开启:service iptables status关闭方法:service iptables stop永远关闭:Ntsysv把iptables前的*号去掉。查看SELinux状态:1、/usr/sbin/sestatus -v ##如果SELinux status参数为enabled即为开...
分类:
其他好文 时间:
2014-07-16 21:41:22
阅读次数:
185
虚拟网卡由-net nic定义 # qemu-system-x86_64 -enable-kvm -name ubuntutest -m 2048 -hda ubuntutest.img -vnc :19 -net nic 如果我们在monitor中查看info network 可以看到下面的 有时...
分类:
Web程序 时间:
2014-07-14 14:26:14
阅读次数:
271
在openstack中,如果我们启动一个虚拟机,我们会看到非常复杂的参数 qemu-system-x86_64 -enable-kvm -name instance-00000024 -S -machine pc-i440fx-trusty,accel=kvm,usb=off -cpu SandyB...
分类:
其他好文 时间:
2014-07-14 00:04:00
阅读次数:
634
from:http://www.php-oa.com/2010/02/22/ubutnu-kvm-vmware.html听讲XEN很快就要从LINUX内核中去掉,redhat和Ubuntu也大力的在推广KVM,所以在Ubuntu下整了一下KVM,相当容易使用,基本比Vmware还要容易,但性能好上很...
分类:
系统相关 时间:
2014-07-13 22:59:40
阅读次数:
440
KVM本身并不提供半虚拟化功能,是通过virtio来实现的 The benefits of virtio drivers are of lower overhead and higher performance. Memory Ballooning (virtio_balloon) memory b...
分类:
其他好文 时间:
2014-07-13 22:08:16
阅读次数:
571
The libvirt library is a Linux API over the virtualization capabilities of Linux that supports a variety of hypervisors, including Xen and KVM, as wel...
分类:
其他好文 时间:
2014-07-13 10:51:01
阅读次数:
445
定义存储池目录[root@ddd-s-8kvmimg]#virshpool-define-asvmdisk--typedir--target/data/kvmimg/
Poolvmdiskdefined
2.创建已定义的存储池
[root@ddd-s-8kvmimg]#virshpool-buildvmdisk
Poolvmdiskbuilt3.查看已定义的存储池,存储池不激活无法使用[root@ddd-s-8kvmimg]#virsh..
分类:
其他好文 时间:
2014-07-09 08:58:57
阅读次数:
195
网络块设备是通过NBD Server将虚拟块设备通过TCP/IP export出来,可以远程访问。 NBD Server通常是qemu-nbd 可以提供unix socket qemu-nbd -t -k /home/cliu8/images/ubuntutest-nbd ubuntutest.im...
分类:
Web程序 时间:
2014-07-08 22:16:46
阅读次数:
348
1.新安装一台RHEL6.x或CentOS6.x虚拟机1)关闭防火墙、SELinux[root@localhost~]#serviceiptablesstop[root@localhost~]#chkconfigiptablesoff[root@localhost~]#vim/etc/sysconfig/selinuxELINUX=disabled2)使用光盘中的软件包为本机配置YUM源【提示:指到光盘根目录,不要指..
分类:
系统相关 时间:
2014-07-08 08:31:35
阅读次数:
347
1.新安装一台RHEL6.x或CentOS6.x虚拟机1)关闭防火墙、SELinux[root@localhost桌面]#serviceiptablesstop[root@localhost桌面]#getenforce//查看当前SElinux的状态//上述的命令只在当前有效,若想在每次开机都生效得在配置文件中更改。2)使用光盘中的软件包为本机配置YUM源【..
分类:
其他好文 时间:
2014-07-08 08:03:13
阅读次数:
655