zoukankan      html  css  js  c++  java
  • vmware esxi 查看网卡、Raid卡驱动

    查看网卡

    [root@localhost:~] esxcfg-nics -l
    Name    PCI          Driver      Link Speed     Duplex MAC Address       MTU    Description                   
    vmnic0  0000:01:00.0 igb         Up   1000Mbps  Full   e0:4f:43:07:28:44 1500   Intel Corporation I350 Gigabit Network Connection
    vmnic1  0000:01:00.1 igb         Down 0Mbps     Half   e0:4f:43:07:28:45 1500   Intel Corporation I350 Gigabit Network Connection
    vmnic2  0000:01:00.2 igb         Down 0Mbps     Half   e0:4f:43:07:28:46 1500   Intel Corporation I350 Gigabit Network Connection
    vmnic3  0000:01:00.3 igb         Down 0Mbps     Half   e0:4f:43:07:28:47 1500   Intel Corporation I350 Gigabit Network Connection
    vmnic4  0000:81:00.0 bnx2x       Down 0Mbps     Half   00:0e:1e:4c:ca:40 1500   QLogic Corporation NetXtreme II BCM57810 10 Gigabit Ethernet
    vmnic5  0000:81:00.1 bnx2x       Up   10000Mbps Full   00:0e:1e:4c:ca:42 1500   QLogic Corporation NetXtreme II BCM57810 10 Gigabit Ethernet
    vmnic6  0000:11:00.0 bnx2x       Down 0Mbps     Half   00:0e:1e:47:9d:90 1500   QLogic Corporation NetXtreme II BCM57810 10 Gigabit Ethernet
    vmnic7  0000:11:00.1 bnx2x       Up   10000Mbps Full   00:0e:1e:47:9d:92 1500   QLogic Corporation NetXtreme II BCM57810 10 Gigabit Ethernet
     

    查看网卡驱动

    [root@localhost:~] ethtool -i vmnic0
    driver: igb
    version: 5.0.5.1
    firmware-version: 1.63, 0x80000dbd
    bus-info: 0000:01:00.0
    [root@localhost:~] ethtool -i vmnic7
    driver: bnx2x
    version: 1.78.80.v60.12
    firmware-version: bc 7.8.55
    bus-info: 0000:11:00.1
     

    获取主机总线适配器当前使用的驱动程序类型

    [root@localhost:~] esxcfg-scsidevs -a
    vmhba0  lsi_mr3           link-n/a  sas.500605b00cbce9e0                    (0000:07:00.0) LSI MegaRAID SAS Invader Controller
    vmhba32 iscsi_vmk         online    iqn.1998-01.com.vmware:594af84f-3e99-cb7d-f42f-e04f43072844-7704b070iSCSI Software Adapter
     

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

    查看Radi卡驱动        

    [root@localhost:~] esxcfg-module -i lsi_mr3 | more
    esxcfg-module module information
     input file: /usr/lib/vmware/vmkmod/lsi_mr3
     License: GPLv2
     Version: 6.605.08.00-7vmw.600.1.17.3029758
     Name-space: 
     Required name-spaces:
      com.vmware.vmkapi@v2_3_0_0
     Parameters:
      max_sectors: int
       Maximum number of sectors per IO command
      mfiDumpFailedCmd: int
       Hex dump of failed command in driver log
     

     

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

    查看HBA卡固件

    /usr/lib/vmware/vmkmgmt_keyval/vmkmgmt_keyval -a
     

     

    查看HBA卡驱动

     esxcli software vib list | grep lpfc
     

    安装驱动

    esxcli software vib install -v {VIBFILE}

     

     
  • 相关阅读:
    HBase 高性能加入数据
    Please do not register multiple Pages in undefined.js 小程序报错的几种解决方案
    小程序跳转时传多个参数及获取
    vue项目 调用百度地图 BMap is not defined
    vue生命周期小笔记
    解决小程序背景图片在真机上不能查看的问题
    vue项目 菜单侧边栏随着右侧内容盒子的高度实时变化
    vue项目 一行js代码搞定点击图片放大缩小
    微信小程序进行地图导航使用地图功能
    小程序报错Do not have xx handler in current page的解决方法
  • 原文地址:https://www.cnblogs.com/reachos/p/12749812.html
Copyright © 2011-2022 走看看