发布时间:2017-04-28 10:28:36
KVM 介绍(1):简介及安装http://www.cnblogs.com/sammyliu/p/4543110.html学习 KVM 的系列文章: (1)介绍和安装(2)CPU 和 内存虚拟化(3)I/O QEMU 全虚拟化和准虚拟化(Para-virtulizaiton)(4)I/O PCI/PCIe设备直接分配和 SR-IOV(5)libvir.........【阅读全文】
发布时间:2017-03-20 11:08:50
1、用df 检查发现/根目录可用空间为0 [root@/]#df -h2. 用lsof检 查后才发 现 原因是,有文件被删除, 而进程还活着, 因而造成还占用空间的现象 [root@/]# lsof |grep delete 根据lsof列出的进程号,kill这些进程后,空间就释放出来了。.........【阅读全文】
发布时间:2017-03-07 15:32:55
1. Edit /etc/fstab, tune the sizetmpfs /tmp/ tmpfs size=4G 0 02. remount /tmpmount -o remount /tmp......【阅读全文】
发布时间:2017-03-07 12:32:01
Disable swapping for the associated logical volume:# lvm lvresize /dev/VolGroup00/LogVol01 -L +256M Format the new swap space:# swapon -va Test that the logical volume has been extended properly:......【阅读全文】
发布时间:2017-03-03 10:38:47
[root@host-192-168-0-10 ~]# lsblkNAME MAJ:MIN RM SIZE RO TYPE MOUNTPvda 252:0 0 100G 0 disk├─vda1 252:1 0 500M 0 part /boot└─vda2 &nb.........【阅读全文】