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/...
阅读全文
1. 安装 bash-completionDebian/Ubuntuapt update && sudo apt install bash-completionRHEL/CentOSyum install bash-completion2. 手动加载补全脚本立即生效,重新登录SSH测试,重启后无需再次执行source /usr/share/bash-completion/ba...
阅读全文