PVE为FC存储设置多路径
查看LUN和路径ls -l /dev/disk/by-path示例:root@pve41-22:~# ls -l /dev/disk/by-path
total 0
lrwxrwxrwx 1 root root 9 Sep 18 12:57 pci-0000:00:1f.2-ata-6 -> ../../sr0
lrwxrwxrwx 1 root root 9 Sep 18 12:...
阅读全文
查看LUN和路径ls -l /dev/disk/by-path示例:root@pve41-22:~# ls -l /dev/disk/by-path
total 0
lrwxrwxrwx 1 root root 9 Sep 18 12:57 pci-0000:00:1f.2-ata-6 -> ../../sr0
lrwxrwxrwx 1 root root 9 Sep 18 12:...
阅读全文
列出所有光纤通道主机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...
阅读全文