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/...
阅读全文
1. 安装 bash-completionDebian/Ubuntuapt update && sudo apt install bash-completionRHEL/CentOSyum install bash-completion2. 手动加载补全脚本立即生效,重新登录SSH测试,重启后无需再次执行source /usr/share/bash-completion/ba...
阅读全文
修改NTP客户端chrony配置修改/etc/chrony/chrony.conf找到以下内容# Use Debian vendor zone.
pool 2.debian.pool.ntp.org iburst修改为自定义NTP服务器# Use Debian vendor zone.
server cn.pool.ntp.org iburst重启chronysystemctl restar...
阅读全文