전체 HBA adpater 목록
# esxcfg-scsidevs -a vmhba0 lsi_mr3 link-n/a sas.52cea7f077cd4c00 (0000:18:00.0) Broadcom PERC H730P Mini vmhba1 vmw_ahci link-n/a sata.vmhba1 (0000:00:11.5) Intel Corporation Lewisburg SATA AHCI Controller vmhba2 vmw_ahci link-n/a sata.vmhba2 (0000:00:17.0) Intel Corporation Lewisburg SATA AHCI Controller vmhba3 lpfc link-down fc.200000109bb46c09:100000109bb46c09 (0000:3b:00.0) Emulex Corporation Emulex LightPulse LPe32000 PCIe Fibre Channel Adapter vmhba4 lpfc link-down fc.200000109bb46c0a:100000109bb46c0a (0000:3b:00.1) Emulex Corporation Emulex LightPulse LPe32000 PCIe Fibre Channel Adapter vmhba64 brcmnvmefc link-down fc.200000109bb46c09:100000109bb46c09 (0000:3b:00.0) Emulex Corporation Emulex LightPulse LPe32000 PCIe Fibre Channel Adapter vmhba65 brcmnvmefc link-down fc.200000109bb46c0a:100000109bb46c0a (0000:3b:00.1) Emulex Corporation Emulex LightPulse LPe32000 PCIe Fibre Channel Adapter vmhba66 iscsi_vmk online iqn.1998-01.com.vmware:w2-tse-d12 iSCSI Software Adapter |
전체 HBA adpater 드라이버 버전
# for a in $(esxcfg-scsidevs -a |awk '{print $2}') ;do vmkload_mod -s $a |grep -i version ;done Version: 7.716.03.00-1vmw.702.0.0.17630552 Version: 2.0.9-1vmw.702.0.0.17630552 Version: 2.0.9-1vmw.702.0.0.17630552 Version: 12.8.298.3-1vmw.702.0.0.17630552 Version: 12.8.298.3-1vmw.702.0.0.17630552 Version: 12.8.298.1-1vmw.702.0.0.17630552 Version: 12.8.298.1-1vmw.702.0.0.17630552 Version: 1.0.0-1vmw.702.0.0.17630552 |
권고 드라이버 버전을 확인하기 위해서 HBA의 Vendor ID (VID), Device ID (DID), Sub-Vendor ID (SVID), and Sub-Device ID (SDID) 확인 필요
# for a in $(esxcfg-scsidevs -a |awk '{print $1}') ;do vmkchdev -l |grep $a;done 0000:18:00.0 1000:005d 1028:1f47 vmkernel vmhba0 1000 : VID 005d : DID 1028 : SVID 1f47 : SDID 0000:00:11.5 8086:a1d2 1028:0716 vmkernel vmhba1 0000:00:17.0 8086:a182 1028:0716 vmkernel vmhba2 0000:3b:00.0 10df:e300 10df:e322 vmkernel vmhba3 0000:3b:00.1 10df:e300 10df:e322 vmkernel vmhba4 |
Firmware 버전 확인
# /usr/lib/vmware/vmkmgmt_keyval/vmkmgmt_keyval -a ... Key Value Instance: vmhba4/Emulex Listing keys: Name: adapter Type: string value: lpfc Adapter Page Emulex LightPulse FC SCSI 12.8.298.3 Emulex LightPulse LPe31002-M6-D 2-Port 16Gb Fibre Channel Adapter on PCI bus 0000:3b device 00 fn 1 port 1 Link Speed: 0 Gb BoardNum: 1 FW Version: 12.8.522.23 HW Version: 0000000c SSTATUS: 00000000 ROM Version: 12.8.522.23 SerialNum: MY0VGJ12FLPB306KM0REA02 PCI ID: 10df e300 10df e322 |
'Storage' 카테고리의 다른 글
SCSI Protocol(+SCSI Sense Code, Errors) (0) | 2023.04.24 |
---|---|
vSAN UUID, Delete vSAN Object (0) | 2023.04.23 |
vSAN Health Service - Component Limits (2) | 2023.02.28 |
vsan-health service was not able to start (0) | 2023.01.23 |
Corrupted vfat filesystem (0) | 2022.10.04 |