Red Hat Enterprise Linux

LINUX下查看HBA的WWN

LINUX下查看HBA的WWN

                                LINUX下查看HBA的WWN FC挂载存储,寻找WWN号 cat /sys/class/fc_host/host*/port_name 说明:这是两台服务器的WWN号码!在存储上查找上图中的WWN,连接上服务器后,就可以

SE_You SE_You 2024-04-02
17 0 0
redhat7多路径配置

redhat7多路径配置

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

SE_You SE_You 2024-04-01
217 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
121 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
620 0 0
1 2 3