1、查看linux 系统的总线设备:
#lspci
2、查看硬件模块
#lsmod
3、添加或删除模块
modprobe - program to add and remove modules from the Linux Kernel
#modprobe
4、查看/proc/scsi/qlaxxx/0文件得到你面有两个地址:
wwn:world wide number
wwpn:world wide port number
wwnn:world wide node number
比如一个交换机,它的WWN和WWNN是一个,因为交换机就是一个节点,但交换机上的每个口就是一个PORT,就会有一个单独的WWPN。再如单主机口JBOD,只有一个WWPN(一个口)可能WWN和WWPN相同,但每个盘都是一个NODE,所以有多个WWNN号。(并不是每个交换机都是这样,这里只是为了说明一些关系。)
#cat /proc/scsi/qlaxxx/0SCSI Device Information:
scsi-qla1-adapter-node=200000e08b8717ec; WWN
scsi-qla1-adapter-port=210000e08b8717ec; WWPN c976 -c81e
scsi-qla1-target-0=50060e8004577910; WWNN
scsi-qla1-target-1=500104f00077e93d; WWNN
阅读(1105) | 评论(0) | 转发(0) |