ts7758258 发表于 2018-6-4 08:47:09

VMware 升级esxi网卡驱动

#将下载额你看驱动上传到要升级的esxi storage
#开启esxi主机SSH功能(esxi主机-配置)
esxcli network nic list 列出当前ESXi主机上所有NICs的状态
esxcli network nic get -n vmnic0 查看网卡驱动版本及固件版本
vim-cmd hostsvc/maintenance_mode_enter 进入维护模式
esxcli software vib update -d "*.zip"
esxcli system shutdown reboot -r "reboot"  
页: [1]
查看完整版本: VMware 升级esxi网卡驱动