0
点赞
收藏
分享

微信扫一扫

存储基础篇之各个系统查看WWN方法

SuSE Linux 9

cat /proc/scsi/qla2xxx/* | grep adapter-port

 

SuSE Linux 10

cat /sys/class/fc_host/host*/port_name

 

 RedHat Linux AS4

grep scsi /proc/scsi/qla2xxx/3

 

 suse11、redhat5、redhat6 centos6 centos7

cat /sys/class/fc_host/host*/port_name

 

Windows

1、安装fcinfo软件

2、打开CMD命令行

3、输入fcinfo就能看到物理机的WWN

(fcinfo_amd64、fcinfo_ia64、fcinfo_x86)三个版本,对应不同的系统版本

举报

相关推荐

0 条评论