GNU/Linux >> Linux の 問題 >  >> Linux

HBA WWN:Linux で Qlogic または Emulex HBA カードの WWN アドレスを見つける方法

質問: Linux システムにインストールされている HBA カードの wwn アドレスを調べる方法を教えてください。ファイバー チャネル スイッチでゾーニングを作成するには、この情報が必要です。

答え: Linux で HBA WWN アドレスを表示するには、次のいずれかの方法を使用します。

方法 1:/sys/class/scsi_host/host{n}/device/fc_host:host{n}/port_name ファイル

Redhat 5 以降 (OEL および CentOS を含む) では、/sys/class/scsi_host/host{n}/device/fc_host:host{n}/port_name ファイルには、次に示すように HBA WWN 情報が含まれています。お使いのシステムに応じて、n を 0、1、または 2 に置き換えてください。

例:

$ cat /etc/redhat-release
Red Hat Enterprise Linux Server release 5.3 (Tikanga)


$ cat /sys/class/scsi_host/host1/device/fc_host:host1/port_name
0x2100001c111111c1

方法 2:/proc/scsi/{adapter-type}/{n} ファイル

Redhat 4 以前 (OEL および CentOS を含む) では、/proc/scsi/{adapter-type}/{n} ファイルには、次に示すように HBA WWN 情報が含まれています。

{adapter-type} は、QLogic アダプタの場合は qlaxxxx (または) Emulex アダプタの場合は lpfc のいずれかです。
システムに応じて、n を 0、1、または 2 に置き換えてください。

以下の例は、RedHat 3 上の qlogic 2300 アダプタの WWN 番号を示しています。

$ cat /etc/redhat-release
Enterprise Linux Enterprise Linux AS release 3 (Update 9)

$ cat /proc/scsi/qla2300/1
QLogic PCI to Fibre Channel Host Adapter for QLA2460:
        Firmware version:  4.00.23, Driver version 7.07.05
Entry address = f888d060

Request Queue = 0x37280000, Response Queue = 0x37270000
Request Queue count= 512, Response Queue count= 512
Total number of active commands = 2
Total number of interrupts = -1635473967
Total number of active IP commands = 0
Total number of IOCBs (used/max) = (0/0)
Total number of queued commands = 2
    Device queue depth = 0x20
Number of free request entries = 454
Number of mailbox timeouts = 0
Number of ISP aborts = 0
Number of loop resyncs = 0
Number of retries for empty slots = 0
Number of reqs in pending_q= 0, retry_q= 0, done_q= 0, scsi_retry_q= 0
Host adapter:loop state= , flags= 0x70013
Dpc flags = 0x0
MBX flags = 0x0
SRB Free Count = 4094
Link down Timeout = 045
Port down retry = 045
Login retry count = 045
Commands retried with dropped frame(s) = 0
Configured data rate: 4 Gb/sec


SCSI Device Information:
scsi-qla0-adapter-node=2000002c222c2cc2;
scsi-qla0-adapter-port=2100002c222c2cc2;
scsi-qla0-target-0=5006016022c22c2c;
scsi-qla0-target-1=5006016822c22c2c;

SCSI LUN Information:
(Id:Lun)  * - indicates lun is not registered with the OS.
( 0: 0): Total reqs -877237672, Pending reqs 0, flags 0x0, 0:0:81,
( 0: 1): Total reqs 1074740881, Pending reqs 2, flags 0x0, 0:0:81,
( 0: 2): Total reqs 439861869, Pending reqs 0, flags 0x0, 0:0:81,
( 0: 3): Total reqs 417766757, Pending reqs 0, flags 0x0, 0:0:81,
( 1: 0): Total reqs 1174574, Pending reqs 0, flags 0x0, 0:0:82,
( 1: 1): Total reqs 1906876572, Pending reqs 0, flags 0x0, 0:0:82,
( 1: 2): Total reqs 1175529, Pending reqs 0, flags 0x0, 0:0:82,
( 1: 3): Total reqs 1173331, Pending reqs 0, flags 0x0, 0:0:82,

Linux
  1. Redhat Linux および CentOS で HBA カードの WWN 番号を見つける

  2. Linux で HBA カード/ポートと WWN を識別する方法

  3. Linux でゲートウェイ IP アドレスを見つける方法

  1. LinuxでIPアドレスを見つける方法

  2. Linuxでファイルを見つける方法

  3. LinuxでIPアドレスを検索または確認する方法

  1. Ubuntu 20.04 FocalFossaLinuxで自分のIPアドレスを見つける方法

  2. Ubuntu22.04で私のIPアドレスを見つける方法JammyJellyfishLinux

  3. KaliLinuxでIPアドレスを見つける方法