본문 바로가기
서버

[리눅스] FC 카드 확인 방법

by 스토리훈 2019. 10. 31.

명령어 : systool -c fc_host -v

결과 :

Class = "fc_host"

  Class Device = "host1"
  Class Device path = "/sys/devices/pci0000:00/
0000:00:01.1/0000:10:00.0/host1/fc_host/host1"
    -> 해당 번호로 같은 물리적인 카드인지 다른 카드인지 확인 가능
    dev_loss_tmo        = "00"
    fabric_name         = "0xffffffff"
    issue_lip           = <store method only>
    max_npiv_vports     = "127"
    node_name           = "0x00000000000aaaaa"
    npiv_vports_inuse   = "0"
    port_id             = "0x000000"
    port_name           = "0x00000000000aaaaa" 
-> 포트 네임
   
 port_state          = "Online or Linkdown"  -> 링크 상태 확인
    port_type           = "Unknown"  
-> Nport 인지 타입 확인
    speed               = "unknown"  
-> 속도 확인
    supported_classes   = "Class 3"
    supported_speeds    = "1 Gbit, 2 Gbit, 4 Gbit"
    symbolic_name       = "FW:v1.01.00 DVR:v8.04.00.08.06.8-k"
    system_hostname     = ""
    tgtid_bind_type     = "wwpn (World Wide Port Name)"
    uevent              =
    vport_create        = <store method only>
    vport_delete        = <store method only>
    
    Device = "host1"
    Device path = "/sys/devices/pci0000:00/0000:00:01.1/0000:10:00.0/host1/fc_host/host1"
       fw_dump =
       nvram = "ISP  "
       optrom =
       optrom_ctl = <store method only>
       reset = <store method only>
       sfp = ""
       uevent = "DEVTYPE=scsi_host"
       vpd = "?"

 

------------------------------------------------------------------------------------

 

댓글