redhat7多路径配置 多路径配置主要步骤如下: 1.查看是否安装多路径软件包 2.如果系统没有安装多路径软件包,使用yum安装 yum install -y device-m
先用free -m查看一下swap的大小 1.添加swap分区 使用dd命令创建/home/swap这么一个分区文件。文件的大小是2048000 个block,一般情况下1个block为1K,所以这里空间是2G。 dd if=/dev/zero of=/var/swapfile
This article will provide you with an information on how to install kernel source on CentOS/RHEL Linux system. Alternatively it will guide you through