HBA 실장 확인 명령어 :
lspci | grep -i fibre
[root@server app]# lspci | grep -i fibre
12:00.0 Fibre Channel: QLogic Corp. ISP2722-based 16/32Gb Fibre Channel to PCIe Adapter (rev 01)
12:00.1 Fibre Channel: QLogic Corp. ISP2722-based 16/32Gb Fibre Channel to PCIe Adapter (rev 01)
d8:00.0 Fibre Channel: QLogic Corp. ISP2722-based 16/32Gb Fibre Channel to PCIe Adapter (rev 01)
d8:00.1 Fibre Channel: QLogic Corp. ISP2722-based 16/32Gb Fibre Channel to PCIe Adapter (rev 01)
WWN(World Wide Name) 확인 방법 :
grep 0x /sys/class/scsi_host/host*/device/fc_host/host*/port_name
[root@server host0]# grep 0x /sys/class/scsi_host/host*/device/fc_host/host*/port_name
/sys/class/scsi_host/host0/device/fc_host/host0/port_name:0x5111111111111111
/sys/class/scsi_host/host2/device/fc_host/host2/port_name:0x5111111111111112
/sys/class/scsi_host/host3/device/fc_host/host3/port_name:0x5111111111111113
/sys/class/scsi_host/host4/device/fc_host/host4/port_name:0x5111111111111114
'Linux' 카테고리의 다른 글
[Linux] CentOS7 에서 LLDP 설정 및 동작 확인 (0) | 2019.01.13 |
---|---|
[Linux] HP 서버 iLO 포트 MAC Address 확인 방법 (0) | 2019.01.03 |
[Linux] localt yumrepo 구성 시 wget 으로 rpm 정보 수집하는 방법 (0) | 2018.12.21 |
[Linux] CentOS 7 GUI 설치 및 시스템 설정 변경 (0) | 2018.12.10 |
[Linux] Linux Bonding 관련 명령어(명령어로 Active Link 절체, bonding MAC address 변경, bonding 절체 시 Active MAC 으로 변경) (0) | 2018.12.04 |