怎么查看linux光口网卡数?
1.使用setup命令,看网卡具体型号。一般光口网卡都是10gb的。
2.使用lspci|grepnetwork查看网卡具体型号确定。
3.使用ethtooleth*?命令查看网卡详细信息,port类型为:fibre的即时光口网卡。
红旗linux sp3如何用命令查看光纤卡的信息,谢谢?
系统的/proc/scsi/qla2xxx目录下一般存在两个文件:1、2或者3、4,这些文件包含fc hba卡的配置信息。
# cat 3
qlogic pci to fibrechannel host adapter for qla2342:
firmware version 3.03.18ipx, driver version 8.01.02-d4
isp:isp2312, serial# p21735
requestqueue = 0x11f580000,response queue = 0x11f4d0000
request queue count =4096, response queue count = 512
total number of activecommands = 0
total number ofinterrupts = 3354
device queue depth = 0x10
number of freerequest entries = 4094
number of mailboxtimeouts = 0
number of isp aborts= 0
number of loopresyncs = 0
number of retries forempty slots = 0
number of reqs inpending_q= 0, retry_q= 0, done_q= 0, scsi_retry_q= 0
host adapter:loopstate =
, flags = 0x1a03 dpc flags = 0x4000000
mbx flags = 0x0
link down timeout =000
port down retry = 035
login retry count =035
commands retried withdropped frame(s) = 0
product id = 49535020 2020 0002
scsi deviceinformation:
scsi-qla0-adapter-node=2000001882374738;
scsi-qla0-adapter-port=2100001882374738;
fc port information:
scsi-qla0-port-0=200000188237b206:210000188237b206:010a00:81;
scsi lun information:
(id:lun) * - indicates lun is not registered with theos.
其中,scsi device information下面的scsi-qla0-adapter-port=2100001882374738便是主机光纤卡的wwn号。
redhat as5系统的/sys/class/fc_host/host*/port_name 这个文件包含了所有已被系统发现的fc hba卡的信息,使用查看命令查看该文件的内容即可看到fc hba卡的信息。
查看wwpn:cat/sys/class/fc_host/host*/port_name
查看wwnn:cat/sys/class/fc_host/host*/node_name