Linux查看光纤存储卡信息
列出所有光纤通道主机ls /sys/class/fc_host/host11 host12查看具体通道的详细信息查看WWNcat /sys/class/fc_host/host11/port_name
0x21000024ff1654b2cat /sys/class/fc_host/host12/port_name
0x21000024ff1654b3状态cat /sys/class/...
阅读全文
列出所有光纤通道主机ls /sys/class/fc_host/host11 host12查看具体通道的详细信息查看WWNcat /sys/class/fc_host/host11/port_name
0x21000024ff1654b2cat /sys/class/fc_host/host12/port_name
0x21000024ff1654b3状态cat /sys/class/...
阅读全文
安装NFS软件包Debian/Ubuntuapt update
apt install nfs-kernel-serverCentOS/RHELyum install nfs-utils配置导出规则(授权访问)编辑/etc/exports添加内容# 共享目录 允许访问的客户端 权限选项
/mnt/sdb 192.168.1.100(rw...
阅读全文
1. 安装 bash-completionDebian/Ubuntuapt update && sudo apt install bash-completionRHEL/CentOSyum install bash-completion2. 手动加载补全脚本立即生效,重新登录SSH测试,重启后无需再次执行source /usr/share/bash-completion/ba...
阅读全文