1. 先下载升级包
    VMware Patch Download

  2. 上传到 ESXI 服务器
    获取上传后的文件路径

    /vmfs/volumes/5fe9f7b9-b386c773-dd27-00e04c714214/ESXi670-202206001.zip
    
  3. SSH 连接到 ESXI 服务器
    需要先开启 SSH 服务

    ssh root@192.168.3.1
    
  4. 获取 Image Profile Name

    esxcli software sources profile list -d "文件路径"
    

    输出内容中第一行第一列的 Name 就是 Image Profile Name

    ESXi-6.7.0-20220604001-standard
    
  5. 执行升级命令

    esxcli software profile update -d "文件路径" -p "Image Profile Name"
    
  6. 重启 ESXI 服务器

    reboot
    

写的不好,仅供参考