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...
阅读全文
1. 安装 bash-completionDebian/Ubuntuapt update && apt install bash-completionRHEL/CentOSyum install bash-completion2. 手动加载补全脚本立即生效,重新登录SSH测试,重启后无需再次执行source /usr/share/bash-completion/bash_co...
阅读全文
解决方法SSH登录ESXi,执行以下命令重启服务,不会影响虚拟机运行services.sh restart vmware-hostd
services.sh restart vmware-vpxa
阅读全文