Red Hat Enterprise Linux

redhat7多路径配置

redhat7多路径配置

                                               redhat7多路径配置 多路径配置主要步骤如下: 1.查看是否安装多路径软件包 2.如果系统没有安装多路径软件包,使用yum安装 yum install -y device-m

SE_You SE_You 2024-04-01
208 0 0
centos swap空间不够了,增加swap分区

centos swap空间不够了,增加swap分区

先用free -m查看一下swap的大小 1.添加swap分区  使用dd命令创建/home/swap这么一个分区文件。文件的大小是2048000  个block,一般情况下1个block为1K,所以这里空间是2G。 dd if=/dev/zero of=/var/swapfile

SE_Ning SE_Ning 2024-03-15
114 0 0
ERROR: Unable to find the kernel source tree for the currently running kernel – CentOS / RHEL / AlmaLinux

ERROR: Unable to find the kernel source tree for the currently running kernel – CentOS / RHEL / AlmaLinux

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

SE_You SE_You 2022-09-03
601 0 0
1 2 3