upgrade VMware ESXi and vCenter Server from version 8.0U1c to 8.0U2

upgrade ESXi Hosts by Using ESXCLI Commands

esxcli system maintenanceMode set --enable true
esxcli system maintenanceMode get
esxcli network firewall ruleset set -e true -r httpClient
esxcli software sources profile list -d https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml |grep ESXi-8.0U
esxcli software profile update -d https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml -p ESXi-8.0U2-22380479-standard
esxcli network firewall ruleset set -e false -r httpClient
reboot

Upgrade VMware vCenter Server Appliance from version 8.0U1 (8.0.1.00300) to 8.0U2 (8.0.2.00000) from vCenter Server Management

Intel NUC6i5SYK add TrueNAS-Scale iSCSI shared LUN

Intel NUC6i5SYK add TrueNAS-Scale iSCSI shared LUN

Hint: target-name format is {Base Name}:{Target Name}

iqn.2005-10.org.freenas.ctl:iscsi-zvol

Get LUN number from “Associated Targets” menu

get iSCSI LUN information from TrueNAS-Scale:

config iSCSI in NUC6i5SYK BIOS:

iSCSI adapter and LUNs will show up in VMware ESXi:

TrueNAS-SCALE-22.12.3.2 iSCSI Share

TrueNAS-SCALE-22.12.3.2 iSCSI Share

Official documentation:

https://www.truenas.com/docs/scale/scaletutorials/shares/iscsi/addingiscsishares/