Upgrade ESXI6.7 to 7.0【Patch upgrade】

Step 1:
Check whether the hardware of the server meets the upgrade version 7.0
website: https://www.vmware.com/resources/compatibility/search.php?deviceCategory=io

insert image description here

Step 2:
Download the upgrade package of Esxi version 7.0 from the official website (register one without an account)
URL: https://customerconnect.vmware.com/cn/patch

insert image description here

Step 3:
Upload the upgrade package to the root directory of the data storage

![Insert picture description here](https://img-blog.csdnimg.cn/ca83b784c0f845e4a1f84a0b744f714d.pn

Step 4:
Open Esxi's SSH service (close after use)

insert image description here

Step Five:
Enter Maintenance Mode

insert image description here

Step 6:
Press [Alt + F1] on the host interface to enter the Shell interface

insert image description here

Step 7:
Enter the account password and log in to ssh

insert image description here

Step 8:
View the files in the disk, (command: ls -l /vmfs/volumes) find datastorel, view the uploaded upgrade package

insert image description here
Step 9:
View the version of the upgrade file
[Command: esxcli software sources profile list -d /vmfs/volumes/63f844a2-78867266-43d0-000c29ab52ff/VMware-ESXi-7.0b-16324942-depot.zip]

insert image description here

Step 10:
Check whether the file can be upgraded successfully
[command: esxcli software profile update -p ESXi-7.0b-16324942-standard -d /vmfs/volumes/63f844a2-78867266-43d0-000c29ab52ff/VMware-ESXi-7.0b-16324942 -depot.zip --dry-run] (The command may not be useful, so it is directly upgraded.)

insert image description here

Step 11:
Upgrade
[Command: esxcli software profile update -p ESXi-7.0b-16324942-standard -d /vmfs/volumes/63f844a2-78867266-43d0-000c29ab52ff/VMware-ESXi-7.0b-16324942-depot.zip 】

insert image description here

Step 12:
Enter the restart command
[command: reboot]

Step 13:
Check the upgrade is successful

insert image description here

Step 14
Enter the webpage to view and exit the maintenance mode

insert image description here

Supongo que te gusta

Origin blog.csdn.net/baidu_39512534/article/details/129198413
Recomendado
Clasificación