发布时间:2014-09-15 13:44:07
Striped Logical VolumesWhen you write data to an LVM logical volume, the file system lays the data out across the underlying physical volumes. You can control the way the data is written to the physical volumes by creating a striped logical volume. For large sequential reads and writes, this c.........【阅读全文】
发布时间:2014-07-08 15:46:40
In host1. service NetworkManager stop2.virsh # iface-bridge em1 br0 --no-stp3. service network restartIn guestchose the "br0"How to remove switch bridgerm -f /etc/sysconfig/network-scripts/ifcfg-br0vim /etc/sysconfig/network-scripts/ifcfg-eno1 as follows:DEVICE="eno1" ONBOOT=yesNETBO.........【阅读全文】
发布时间:2014-07-02 14:55:10
How to install RHEL7 by manual partitiondownload vmlinuz and initrd.img to fodler /boot/ from the following urlhttp://download.englab.nay.redhat.com/pub/rhel/rel-eng/RHEL-7.0-20131127.1/compose/Server/x86_64/os/images/pxeboot/Add the following words to /etc/grub.conf:title (3.10.0-54.el7-20131.........【阅读全文】