Skip to content
Belier Blog
Go back

ESXI 版本升级

  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


Previous Post
群晖运行 Jellyfin 并开启硬件转码
Next Post
git bash 设置代理